COLOR #12516B

HEX: #12516B
RGB: (18,81,107)

Color info

#12516B contains mainly green and blue colors. Web safe color of #12516B is #006666 (or #066).

RGB color model

#12516B color RGB value is (18,81,107).

  • red value is 18;
  • green value is 81;
  • blue value is 107.
RGB:
(18,81,107)
(7%,32%,42%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 107 of 255 = 42%

18
81
107

R + G + B ~ 27%. #12516B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 81 + 107 = 206 (100%)
R 18 of 206 ~ 8.74%
G 81 of 206 ~ 39.32%
B 107 of 206 ~ 51.94%

%39.32
%51.94

CMYK color model

#12516B color CMYK value is (83,24,0,58).

  • cyan value is 83.18%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(83,24,0,58)
C83M24Y0K58 
(83%,24%,0%,58%)
(0.83/0.24/0.00/0.58)	

CMYK percentages

%83.18
%24.3
%0
%58.04

Codes

Color #12516B in popluar color models

12516B
RGB1881107
HSL198°71.20%24.51%
HSB/HSV198°83.18%41.96%
CMYK83.18%24.30%0.00%
58.04%

Color #12516B in popluar number systems.

HEX12516B
Decimal1881107
Binary1001010100011101011
Octal22121153

Shades and tints

Shades of #12516B

#12516B
(18,81,107)
#114A62
(17,74,98)
#104359
(16,67,89)
#0F3C50
(15,60,80)
#0E3547
(14,53,71)
#0D2E3E
(13,46,62)
#0C2735
(12,39,53)
#0B202C
(11,32,44)
#0A1923
(10,25,35)
#09121A
(9,18,26)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #12516B

#12516B
(18,81,107)
#276078
(39,96,120)
#3C6F85
(60,111,133)
#517E92
(81,126,146)
#668D9F
(102,141,159)
#7B9CAC
(123,156,172)
#90ABB9
(144,171,185)
#A5BAC6
(165,186,198)
#BAC9D3
(186,201,211)
#CFD8E0
(207,216,224)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12516B color. Also use rgb(18,81,107) instead hex code.

Text Font Color

.myTextColor { color: #12516B; }

<p style="color:#12516B">This sample text font color is #12516B.</p>

This text font color is #12516B.


Background Color

.myBgColor { background-color: #12516B; }

<div style="background-color:#12516B">Inner text</div>

This div background color is #12516B.


Border color

.myBorderColor { border: 1px solid #12516B; }

<div style="border:3px solid #12516B">Div</div>

This div border color is #12516B.


Opacity

.myOpacity80 { color: #12516B; opacity: 0.8; }

<p style="color:#12516B;opacity:0.8;">80%</p>

Text with #12516B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #12516B;}

<p style="text-shadow: 3px 3px 1px #12516B">Text here.</p>

This text has shadow with #12516B color.

.textShadow {text-shadow: 3px 3px 1px #12516B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #12516B, 5px 5px 20px red">Text here.</p>

This text has shadow with #12516B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12516B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#12516B, Direction=45, Strength=4)">Text</p>

This text has shadow with #12516B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #12516B;
  -webkit-box-shadow:	1px 1px 3px 2px #12516B;
  box-shadow:		1px 1px 3px 2px #12516B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12516B;
-webkit-box-shadow: 1px 1px 3px 2px #12516B;
box-shadow:1px 1px 3px 2px #12516B;">
Div content here</div>
This div box has shadow with color #12516B.

Preview

Color preview on black background

This text has color #12516B on black background.


Color preview on white background

This text has color #12516B on white background.



Black color preview on #12516B background

This text has black color on #12516B background.


White color preview on #12516B background

This text has white color on #12516B background.