#12426E

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

Shades of Dark Cerulean #12426E

Tints of Dark Cerulean #12426E

Color information

#12426E (or 0x12426E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 6E. RGB value is (18,66,110). Sum of RGB (Red+Green+Blue) = 18+66+110=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #12426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12426E is #EDBD91. Grayscale: #383838. Windows color (decimal): -15580562 or 7225874. OLE color: 7225874.

HSL color Cylindrical-coordinate representation of color #12426E: hue angle of 208.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12426E is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1866110-
CMYK0.840.400.57
HSL208.7º71.88%25.1%-
HSV(B)208.7º83.64%43.14%-
XYZ5.015.1515.48-
YUV56.66158.1100.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=9.28%
G=34.02%
B=56.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18661100.840.400.57208.771.8825.1
Hex12426E5428039d14819
Octal221021561245007132111031
Binary10010100001011011101010100101000011100111010001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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