COLOR #12527F

HEX: #12527F
RGB: (18,82,127)

Color info

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

RGB color model

#12527F color RGB value is (18,82,127).

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

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 127 of 255 = 50%

18
82
127

R + G + B ~ 30%. #12527F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 127 = 227 (100%)
R 18 of 227 ~ 7.93%
G 82 of 227 ~ 36.12%
B 127 of 227 ~ 55.95%

%36.12
%55.95

CMYK color model

#12527F color CMYK value is (86,35,0,50).

  • cyan value is 85.83%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(86,35,0,50)
C86M35Y0K50 
(86%,35%,0%,50%)
(0.86/0.35/0.00/0.50)	

CMYK percentages

%85.83
%35.43
%0
%50.2

Codes

Color #12527F in popluar color models

12527F
RGB1882127
HSL205°75.17%28.43%
HSB/HSV205°85.83%49.80%
CMYK85.83%35.43%0.00%
50.20%

Color #12527F in popluar number systems.

HEX12527F
Decimal1882127
Binary1001010100101111111
Octal22122177

Shades and tints

Shades of #12527F

#12527F
(18,82,127)
#114B74
(17,75,116)
#104469
(16,68,105)
#0F3D5E
(15,61,94)
#0E3653
(14,54,83)
#0D2F48
(13,47,72)
#0C283D
(12,40,61)
#0B2132
(11,33,50)
#0A1A27
(10,26,39)
#09131C
(9,19,28)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #12527F

#12527F
(18,82,127)
#27618A
(39,97,138)
#3C7095
(60,112,149)
#517FA0
(81,127,160)
#668EAB
(102,142,171)
#7B9DB6
(123,157,182)
#90ACC1
(144,172,193)
#A5BBCC
(165,187,204)
#BACAD7
(186,202,215)
#CFD9E2
(207,217,226)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12527F; }

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

This text font color is #12527F.


Background Color

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

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

This div background color is #12527F.


Border color

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

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

This div border color is #12527F.


Opacity

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

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

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

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

This text has shadow with #12527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12527F on black background.


Color preview on white background

This text has color #12527F on white background.



Black color preview on #12527F background

This text has black color on #12527F background.


White color preview on #12527F background

This text has white color on #12527F background.