#12436B

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

Shades of Dark Cerulean #12436B

Tints of Dark Cerulean #12436B

Color information

#12436B (or 0x12436B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 6B. RGB value is (18,67,107). Sum of RGB (Red+Green+Blue) = 18+67+107=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #12436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436B is #EDBC94. Grayscale: #383838. Windows color (decimal): -15580309 or 7029522. OLE color: 7029522.

HSL color Cylindrical-coordinate representation of color #12436B: hue angle of 206.97º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12436B is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1867107-
CMYK0.830.3700.58
HSL206.97º71.2%24.51%-
HSV(B)206.97º83.18%41.96%-
XYZ4.915.214.66-
YUV56.91156.27100.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=9.38%
G=34.90%
B=55.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18671070.830.3700.58206.9771.224.51
Hex12436B532503Acf4719
Octal221031531234507231710731
Binary10010100001111010111010011100101011101011001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12436B; }

 p { color: rgb(18,67,107); }

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

<style>
 a { background-color: #12436B; }

 a { background-color: rgb(18,67,107); }

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

<style>
 span { border-color: #12436B; }

 span { border-color: rgb(18,67,107); }

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