#09416E

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

Shades of Dark Cerulean #09416E

Tints of Dark Cerulean #09416E

Color information

#09416E (or 0x09416E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 41 and 6E. RGB value is (9,65,110). Sum of RGB (Red+Green+Blue) = 9+65+110=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #09416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09416E is #F6BE91. Grayscale: #353535. Windows color (decimal): -16170642 or 7225609. OLE color: 7225609.

HSL color Cylindrical-coordinate representation of color #09416E: hue angle of 206.73º 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 #09416E is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB965110-
CMYK0.920.4100.57
HSL206.73º84.87%23.33%-
HSV(B)206.73º91.82%43.14%-
XYZ4.824.9615.46-
YUV53.39159.9596.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 59.78%
R=4.89%
G=35.33%
B=59.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9651100.920.4100.57206.7384.8723.33
Hex9416E5C29039cf5517
Octal111011561345107131712527
Binary1001100000111011101011100101001011100111001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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