#09477E

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

Shades of Dark Cerulean #09477E

Tints of Dark Cerulean #09477E

Color information

#09477E (or 0x09477E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 7E. RGB value is (9,71,126). Sum of RGB (Red+Green+Blue) = 9+71+126=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #09477E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09477E is #F6B881. Grayscale: #3A3A3A. Windows color (decimal): -16169090 or 8275721. OLE color: 8275721.

HSL color Cylindrical-coordinate representation of color #09477E: hue angle of 208.21º 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 #09477E is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB971126-
CMYK0.930.4400.51
HSL208.21º86.67%26.47%-
HSV(B)208.21º92.86%49.41%-
XYZ6.136.0720.59-
YUV58.73165.9692.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 126 (49.61% from 255) = 61.17%
R=4.37%
G=34.47%
B=61.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9711260.930.4400.51208.2186.6726.47
Hex9477E5D2C033d0571a
Octal111071761355406332012732
Binary1001100011111111101011101101100011001111010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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