#09497D

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

Shades of Dark Cerulean #09497D

Tints of Dark Cerulean #09497D

Color information

#09497D (or 0x09497D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 7D. RGB value is (9,73,125). Sum of RGB (Red+Green+Blue) = 9+73+125=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #09497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09497D is #F6B682. Grayscale: #3B3B3B. Windows color (decimal): -16168579 or 8210697. OLE color: 8210697.

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

Color convert

RGB973125-
CMYK0.930.4200.51
HSL206.9º86.57%26.27%-
HSV(B)206.9º92.8%49.02%-
XYZ6.26.320.29-
YUV59.79164.891.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 125 (49.22% from 255) = 60.39%
R=4.35%
G=35.27%
B=60.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9731250.930.4200.51206.986.5726.27
Hex9497D5D2A033cf571a
Octal111111751355206331712732
Binary1001100100111111011011101101010011001111001111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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