#12466F

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

Shades of Dark Cerulean #12466F

Tints of Dark Cerulean #12466F

Color information

#12466F (or 0x12466F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 6F. RGB value is (18,70,111). Sum of RGB (Red+Green+Blue) = 18+70+111=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #12466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466F is #EDB990. Grayscale: #3A3A3A. Windows color (decimal): -15579537 or 7292434. OLE color: 7292434.

HSL color Cylindrical-coordinate representation of color #12466F: hue angle of 206.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12466F is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1870111-
CMYK0.840.3700.56
HSL206.45º72.09%25.29%-
HSV(B)206.45º83.78%43.53%-
XYZ5.315.6615.85-
YUV59.13157.2798.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=9.05%
G=35.18%
B=55.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18701110.840.3700.56206.4572.0925.29
Hex12466F5425038ce4819
Octal221061571244507031611031
Binary10010100011011011111010100100101011100011001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12466F; }

 p { color: rgb(18,70,111); }

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

<style>
 a { background-color: #12466F; }

 a { background-color: rgb(18,70,111); }

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

<style>
 span { border-color: #12466F; }

 span { border-color: rgb(18,70,111); }

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