#12426C

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

Shades of Dark Cerulean #12426C

Tints of Dark Cerulean #12426C

Color information

#12426C (or 0x12426C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 6C. RGB value is (18,66,108). Sum of RGB (Red+Green+Blue) = 18+66+108=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #12426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426C is #EDBD93. Grayscale: #383838. Windows color (decimal): -15580564 or 7094802. OLE color: 7094802.

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

Color convert

RGB1866108-
CMYK0.830.3900.58
HSL208º71.43%24.71%-
HSV(B)208º83.33%42.35%-
XYZ4.95.1114.91-
YUV56.44157.1100.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=9.38%
G=34.38%
B=56.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18661080.830.3900.5820871.4324.71
Hex12426C532703Ad04719
Octal221021541234707232010731
Binary10010100001011011001010011100111011101011010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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