Shades of Dark Cerulean #09497A
Tints of Dark Cerulean #09497A
RGB
CMYK
RGB Variations
Color information
#09497A (or 0x09497A) is known color: 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
| RGB | 9 | 73 | 122 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.52 |
| HSL | 206.02º | 0.86% | 0.26% | - |
| HSV(B) | 206.02º | 0.93% | 0.48% | - |
| XYZ | 6.01 | 6.23 | 19.3 | - |
| YUV | 59.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 122 | 0.93 | 0.40 | 0 | 0.52 | 206.02 | 0.86 | 0.26 |
| Hex | 9 | 49 | 7A | 5D | 28 | 0 | 34 | CE | 56 | 1A |
| Octal | 11 | 111 | 172 | 135 | 50 | 0 | 64 | 316 | 126 | 32 |
| Binary | 1001 | 1001001 | 1111010 | 1011101 | 101000 | 0 | 110100 | 11001110 | 1010110 | 11010 |
Color Harmonies of #09497A
Complementary color
Monochromatic Colors of #09497A
Black with #09497A
Text Example
Text Example
White with #09497A
Text Example
Text Example
HTML Codes & Css Web 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>