#12426A

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

Shades of Dark Cerulean #12426A

Tints of Dark Cerulean #12426A

Color information

#12426A (or 0x12426A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 6A. RGB value is (18,66,106). Sum of RGB (Red+Green+Blue) = 18+66+106=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #12426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426A is #EDBD95. Grayscale: #383838. Windows color (decimal): -15580566 or 6963730. OLE color: 6963730.

HSL color Cylindrical-coordinate representation of color #12426A: hue angle of 207.27º 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 #12426A is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1866106-
CMYK0.830.3800.58
HSL207.27º70.97%24.31%-
HSV(B)207.27º83.02%41.57%-
XYZ4.85.0714.36-
YUV56.21156.1100.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 106 (41.80% from 255) = 55.79%
R=9.47%
G=34.74%
B=55.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18661060.830.3800.58207.2770.9724.31
Hex12426A532603Acf4718
Octal221021521234607231710730
Binary10010100001011010101010011100110011101011001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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