#09497A

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

Shades of Dark Cerulean #09497A

Tints of Dark Cerulean #09497A

Color information

#09497A (or 0x09497A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 7A. RGB value is (9,73,122). Sum of RGB (Red+Green+Blue) = 9+73+122=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #09497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09497A is #F6B685. Grayscale: #3B3B3B. Windows color (decimal): -16168582 or 8014089. OLE color: 8014089.

HSL color Cylindrical-coordinate representation of color #09497A: hue angle of 206.02º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09497A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB973122-
CMYK0.930.4000.52
HSL206.02º86.26%25.69%-
HSV(B)206.02º92.62%47.84%-
XYZ6.016.2319.3-
YUV59.45163.392.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=4.41%
G=35.78%
B=59.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9731220.930.4000.52206.0286.2625.69
Hex9497A5D28034ce561a
Octal111111721355006431612632
Binary1001100100111110101011101101000011010011001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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