#09497F

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

Shades of Dark Cerulean #09497F

Tints of Dark Cerulean #09497F

Color information

#09497F (or 0x09497F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 7F. RGB value is (9,73,127). Sum of RGB (Red+Green+Blue) = 9+73+127=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #09497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09497F is #F6B680. Grayscale: #3B3B3B. Windows color (decimal): -16168577 or 8341769. OLE color: 8341769.

HSL color Cylindrical-coordinate representation of color #09497F: hue angle of 207.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09497F is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB973127-
CMYK0.930.4300.50
HSL207.46º86.76%26.67%-
HSV(B)207.46º92.91%49.8%-
XYZ6.336.3620.97-
YUV60.02165.891.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 127 (50% from 255) = 60.77%
R=4.31%
G=34.93%
B=60.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9731270.930.4300.50207.4686.7626.67
Hex9497F5D2B032cf571b
Octal111111771355306231712733
Binary1001100100111111111011101101011011001011001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09497F; }

 p { color: rgb(9,73,127); }

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

<style>
 a { background-color: #09497F; }

 a { background-color: rgb(9,73,127); }

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

<style>
 span { border-color: #09497F; }

 span { border-color: rgb(9,73,127); }

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