#12527D

Color #12527D Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12527D

Tints of Dark Cerulean #12527D

Color information

#12527D (or 0x12527D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 7D. RGB value is (18,82,125). Sum of RGB (Red+Green+Blue) = 18+82+125=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #12527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12527D is #EDAD82. Grayscale: #434343. Windows color (decimal): -15576451 or 8213010. OLE color: 8213010.

HSL color Cylindrical-coordinate representation of color #12527D: hue angle of 204.11º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12527D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1882125-
CMYK0.860.3400.51
HSL204.11º74.83%28.04%-
HSV(B)204.11º85.6%49.02%-
XYZ6.977.6420.51-
YUV67.77160.392.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=8%
G=36.44%
B=55.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18821250.860.3400.51204.1174.8328.04
Hex12527D5622033cc4b1c
Octal221221751264206331411334
Binary10010101001011111011010110100010011001111001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12527D; }

 p { color: rgb(18,82,125); }

 H1.HeaderClassName
 {
   color: #12527D;
 }
 .AnyTagClassName
 {
   color: #12527D;
 }
</style>
background-color css

<style>
 a { background-color: #12527D; }

 a { background-color: rgb(18,82,125); }

 div.DivClassName
 {
   background-color: #12527D;
 }
 .BgClassName
 {
   background-color: #12527D;
 }
</style>
border-color css

<style>
 span { border-color: #12527D; }

 span { border-color: rgb(18,82,125); }

 td.TdClassName
 {
   border-color: #12527D;
 }
 .TagClassName
 {
   border-color: #12527D;
 }
</style>