#09426F

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

Shades of Dark Cerulean #09426F

Tints of Dark Cerulean #09426F

Color information

#09426F (or 0x09426F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 42 and 6F. RGB value is (9,66,111). Sum of RGB (Red+Green+Blue) = 9+66+111=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #09426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09426F is #F6BD90. Grayscale: #353535. Windows color (decimal): -16170385 or 7291401. OLE color: 7291401.

HSL color Cylindrical-coordinate representation of color #09426F: hue angle of 206.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09426F is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB966111-
CMYK0.920.4100.56
HSL206.47º85%23.53%-
HSV(B)206.47º91.89%43.53%-
XYZ4.935.115.76-
YUV54.09160.1295.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=4.84%
G=35.48%
B=59.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9661110.920.4100.56206.478523.53
Hex9426F5C29038ce5518
Octal111021571345107031612530
Binary1001100001011011111011100101001011100011001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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