#12406B

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

Shades of Dark Cerulean #12406B

Tints of Dark Cerulean #12406B

Color information

#12406B (or 0x12406B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 40 and 6B. RGB value is (18,64,107). Sum of RGB (Red+Green+Blue) = 18+64+107=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #12406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12406B is #EDBF94. Grayscale: #363636. Windows color (decimal): -15581077 or 7028754. OLE color: 7028754.

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

Color convert

RGB1864107-
CMYK0.830.4000.58
HSL208.99º71.2%24.51%-
HSV(B)208.99º83.18%41.96%-
XYZ4.744.8614.6-
YUV55.15157.26101.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=9.52%
G=33.86%
B=56.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18641070.830.4000.58208.9971.224.51
Hex12406B532803Ad14719
Octal221001531235007232110731
Binary10010100000011010111010011101000011101011010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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