#09476B

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

Shades of Dark Cerulean #09476B

Tints of Dark Cerulean #09476B

Color information

#09476B (or 0x09476B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 6B. RGB value is (9,71,107). Sum of RGB (Red+Green+Blue) = 9+71+107=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #09476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09476B is #F6B894. Grayscale: #383838. Windows color (decimal): -16169109 or 7030537. OLE color: 7030537.

HSL color Cylindrical-coordinate representation of color #09476B: hue angle of 202.04º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09476B is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB971107-
CMYK0.920.3400.58
HSL202.04º84.48%22.75%-
HSV(B)202.04º91.59%41.96%-
XYZ5.025.6314.73-
YUV56.57156.4694.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=4.81%
G=37.97%
B=57.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9711070.920.3400.58202.0484.4822.75
Hex9476B5C2203Aca5417
Octal111071531344207231212427
Binary1001100011111010111011100100010011101011001010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09476B; }

 p { color: rgb(9,71,107); }

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

<style>
 a { background-color: #09476B; }

 a { background-color: rgb(9,71,107); }

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

<style>
 span { border-color: #09476B; }

 span { border-color: rgb(9,71,107); }

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