#12426B

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

Shades of Dark Cerulean #12426B

Tints of Dark Cerulean #12426B

Color information

#12426B (or 0x12426B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 6B. RGB value is (18,66,107). Sum of RGB (Red+Green+Blue) = 18+66+107=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #12426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426B is #EDBD94. Grayscale: #383838. Windows color (decimal): -15580565 or 7029266. OLE color: 7029266.

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

Color convert

RGB1866107-
CMYK0.830.3800.58
HSL207.64º71.2%24.51%-
HSV(B)207.64º83.18%41.96%-
XYZ4.855.0914.64-
YUV56.32156.6100.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=9.42%
G=34.55%
B=56.02%

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
Decimal18661070.830.3800.58207.6471.224.51
Hex12426B532603Ad04719
Octal221021531234607232010731
Binary10010100001011010111010011100110011101011010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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