Shades of Dark Cerulean #09496E
Tints of Dark Cerulean #09496E
RGB
CMYK
RGB Variations
Color information
#09496E (or 0x09496E) is known color: Dark Cerulean. HEX triplet: 09, 49 and 6E. RGB value is (9,73,110). Sum of RGB (Red+Green+Blue) = 9+73+110=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #09496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496E is #F6B691. Grayscale: #393939. Windows color (decimal): -16168594 or 7227657. OLE color: 7227657.
HSL color Cylindrical-coordinate representation of color #09496E: hue angle of 201.98º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09496E is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 73 | 110 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.57 |
| HSL | 201.98º | 0.85% | 0.23% | - |
| HSV(B) | 201.98º | 0.92% | 0.43% | - |
| XYZ | 5.31 | 5.95 | 15.62 | - |
| YUV | 58.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 110 | 0.92 | 0.34 | 0 | 0.57 | 201.98 | 0.85 | 0.23 |
| Hex | 9 | 49 | 6E | 5C | 22 | 0 | 39 | CA | 55 | 17 |
| Octal | 11 | 111 | 156 | 134 | 42 | 0 | 71 | 312 | 125 | 27 |
| Binary | 1001 | 1001001 | 1101110 | 1011100 | 100010 | 0 | 111001 | 11001010 | 1010101 | 10111 |
Color Harmonies of #09496E
Complementary color
Monochromatic Colors of #09496E
Black with #09496E
Text Example
Text Example
White with #09496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09496E; }
p { color: rgb(9,73,110); }
H1.HeaderClassName
{
color: #09496E;
}
.AnyTagClassName
{
color: #09496E;
}
</style>
background-color css
<style>
a { background-color: #09496E; }
a { background-color: rgb(9,73,110); }
div.DivClassName
{
background-color: #09496E;
}
.BgClassName
{
background-color: #09496E;
}
</style>
border-color css
<style>
span { border-color: #09496E; }
span { border-color: rgb(9,73,110); }
td.TdClassName
{
border-color: #09496E;
}
.TagClassName
{
border-color: #09496E;
}
</style>