Shades of Dark Cerulean #09486D
Tints of Dark Cerulean #09486D
RGB
CMYK
RGB Variations
Color information
#09486D (or 0x09486D) is known color: Dark Cerulean. HEX triplet: 09, 48 and 6D. RGB value is (9,72,109). Sum of RGB (Red+Green+Blue) = 9+72+109=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #09486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09486D is #F6B792. Grayscale: #393939. Windows color (decimal): -16168851 or 7161865. OLE color: 7161865.
HSL color Cylindrical-coordinate representation of color #09486D: hue angle of 202.2º 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 #09486D is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 72 | 109 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.57 |
| HSL | 202.2º | 0.85% | 0.23% | - |
| HSV(B) | 202.2º | 0.92% | 0.43% | - |
| XYZ | 5.19 | 5.8 | 15.31 | - |
| YUV | 57.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 109 | 0.92 | 0.34 | 0 | 0.57 | 202.2 | 0.85 | 0.23 |
| Hex | 9 | 48 | 6D | 5C | 22 | 0 | 39 | CA | 55 | 17 |
| Octal | 11 | 110 | 155 | 134 | 42 | 0 | 71 | 312 | 125 | 27 |
| Binary | 1001 | 1001000 | 1101101 | 1011100 | 100010 | 0 | 111001 | 11001010 | 1010101 | 10111 |
Color Harmonies of #09486D
Complementary color
Monochromatic Colors of #09486D
Black with #09486D
Text Example
Text Example
White with #09486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09486D; }
p { color: rgb(9,72,109); }
H1.HeaderClassName
{
color: #09486D;
}
.AnyTagClassName
{
color: #09486D;
}
</style>
background-color css
<style>
a { background-color: #09486D; }
a { background-color: rgb(9,72,109); }
div.DivClassName
{
background-color: #09486D;
}
.BgClassName
{
background-color: #09486D;
}
</style>
border-color css
<style>
span { border-color: #09486D; }
span { border-color: rgb(9,72,109); }
td.TdClassName
{
border-color: #09486D;
}
.TagClassName
{
border-color: #09486D;
}
</style>