#09426E

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

Shades of Dark Cerulean #09426E

Tints of Dark Cerulean #09426E

Color information

#09426E (or 0x09426E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 6E. RGB value is (9,66,110). Sum of RGB (Red+Green+Blue) = 9+66+110=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #09426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09426E is #F6BD91. Grayscale: #353535. Windows color (decimal): -16170386 or 7225865. OLE color: 7225865.

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

Color convert

RGB966110-
CMYK0.920.400.57
HSL206.14º84.87%23.33%-
HSV(B)206.14º91.82%43.14%-
XYZ4.885.0815.48-
YUV53.97159.6295.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=4.86%
G=35.68%
B=59.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9661100.920.400.57206.1484.8723.33
Hex9426E5C28039ce5517
Octal111021561345007131612527
Binary1001100001011011101011100101000011100111001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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