#12436A

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

Shades of Dark Cerulean #12436A

Tints of Dark Cerulean #12436A

Color information

#12436A (or 0x12436A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 6A. RGB value is (18,67,106). Sum of RGB (Red+Green+Blue) = 18+67+106=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #12436A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436A is #EDBC95. Grayscale: #383838. Windows color (decimal): -15580310 or 6963986. OLE color: 6963986.

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

Color convert

RGB1867106-
CMYK0.830.3700.58
HSL206.59º70.97%24.31%-
HSV(B)206.59º83.02%41.57%-
XYZ4.865.1814.38-
YUV56.8155.77100.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 106 (41.80% from 255) = 55.50%
R=9.42%
G=35.08%
B=55.50%

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
Decimal18671060.830.3700.58206.5970.9724.31
Hex12436A532503Acf4718
Octal221031521234507231710730
Binary10010100001111010101010011100101011101011001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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