#09466D

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

Shades of Dark Cerulean #09466D

Tints of Dark Cerulean #09466D

Color information

#09466D (or 0x09466D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 6D. RGB value is (9,70,109). Sum of RGB (Red+Green+Blue) = 9+70+109=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #09466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09466D is #F6B992. Grayscale: #373737. Windows color (decimal): -16169363 or 7161353. OLE color: 7161353.

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

Color convert

RGB970109-
CMYK0.920.3600.57
HSL203.4º84.75%23.14%-
HSV(B)203.4º91.74%42.75%-
XYZ5.065.5415.27-
YUV56.21157.7994.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=4.79%
G=37.23%
B=57.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9701090.920.3600.57203.484.7523.14
Hex9466D5C24039cb5517
Octal111061551344407131312527
Binary1001100011011011011011100100100011100111001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09466D; }

 p { color: rgb(9,70,109); }

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

<style>
 a { background-color: #09466D; }

 a { background-color: rgb(9,70,109); }

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

<style>
 span { border-color: #09466D; }

 span { border-color: rgb(9,70,109); }

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