COLOR #12527E

HEX: #12527E
RGB: (18,82,126)

Color info

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

RGB color model

#12527E color RGB value is (18,82,126).

  • red value is 18;
  • green value is 82;
  • blue value is 126.
RGB:
(18,82,126)
(7%,32%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 126 of 255 = 49%

18
82
126

R + G + B ~ 29%. #12527E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 126 = 226 (100%)
R 18 of 226 ~ 7.96%
G 82 of 226 ~ 36.28%
B 126 of 226 ~ 55.75%

%36.28
%55.75

CMYK color model

#12527E color CMYK value is (86,35,0,51).

  • cyan value is 85.71%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(86,35,0,51)
C86M35Y0K51 
(86%,35%,0%,51%)
(0.86/0.35/0.00/0.51)	

CMYK percentages

%85.71
%34.92
%0
%50.59

Codes

Color #12527E in popluar color models

12527E
RGB1882126
HSL204°75.00%28.24%
HSB/HSV204°85.71%49.41%
CMYK85.71%34.92%0.00%
50.59%

Color #12527E in popluar number systems.

HEX12527E
Decimal1882126
Binary1001010100101111110
Octal22122176

Shades and tints

Shades of #12527E

#12527E
(18,82,126)
#114B73
(17,75,115)
#104468
(16,68,104)
#0F3D5D
(15,61,93)
#0E3652
(14,54,82)
#0D2F47
(13,47,71)
#0C283C
(12,40,60)
#0B2131
(11,33,49)
#0A1A26
(10,26,38)
#09131B
(9,19,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #12527E

#12527E
(18,82,126)
#276189
(39,97,137)
#3C7094
(60,112,148)
#517F9F
(81,127,159)
#668EAA
(102,142,170)
#7B9DB5
(123,157,181)
#90ACC0
(144,172,192)
#A5BBCB
(165,187,203)
#BACAD6
(186,202,214)
#CFD9E1
(207,217,225)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12527E color. Also use rgb(18,82,126) instead hex code.

Text Font Color

.myTextColor { color: #12527E; }

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

This text font color is #12527E.


Background Color

.myBgColor { background-color: #12527E; }

<div style="background-color:#12527E">Inner text</div>

This div background color is #12527E.


Border color

.myBorderColor { border: 1px solid #12527E; }

<div style="border:3px solid #12527E">Div</div>

This div border color is #12527E.


Opacity

.myOpacity80 { color: #12527E; opacity: 0.8; }

<p style="color:#12527E;opacity:0.8;">80%</p>

Text with #12527E 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 #12527E;}

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

This text has shadow with #12527E color.

.textShadow {text-shadow: 3px 3px 1px #12527E, 3px 3px 1px red;}

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

This text has shadow with #12527E primary color and red secondary color.


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

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

This text has shadow with #12527E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12527E on black background.


Color preview on white background

This text has color #12527E on white background.



Black color preview on #12527E background

This text has black color on #12527E background.


White color preview on #12527E background

This text has white color on #12527E background.