#09477D

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

Shades of Dark Cerulean #09477D

Tints of Dark Cerulean #09477D

Color information

#09477D (or 0x09477D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 7D. RGB value is (9,71,125). Sum of RGB (Red+Green+Blue) = 9+71+125=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #09477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09477D is #F6B882. Grayscale: #3A3A3A. Windows color (decimal): -16169091 or 8210185. OLE color: 8210185.

HSL color Cylindrical-coordinate representation of color #09477D: hue angle of 207.93º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09477D is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB971125-
CMYK0.930.4300.51
HSL207.93º86.57%26.27%-
HSV(B)207.93º92.8%49.02%-
XYZ6.076.0520.25-
YUV58.62165.4692.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 125 (49.22% from 255) = 60.98%
R=4.39%
G=34.63%
B=60.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9711250.930.4300.51207.9386.5726.27
Hex9477D5D2B033d0571a
Octal111071751355306332012732
Binary1001100011111111011011101101011011001111010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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