Shades of Dark Cerulean #09487B
Tints of Dark Cerulean #09487B
RGB
CMYK
RGB Variations
Color information
#09487B (or 0x09487B) is known color: Dark Cerulean. HEX triplet: 09, 48 and 7B. RGB value is (9,72,123). Sum of RGB (Red+Green+Blue) = 9+72+123=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #09487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487B is #F6B784. Grayscale: #3A3A3A. Windows color (decimal): -16168837 or 8079369. OLE color: 8079369.
HSL color Cylindrical-coordinate representation of color #09487B: hue angle of 206.84º 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 #09487B is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 72 | 123 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.52 |
| HSL | 206.84º | 0.86% | 0.26% | - |
| HSV(B) | 206.84º | 0.93% | 0.48% | - |
| XYZ | 6.01 | 6.12 | 19.6 | - |
| YUV | 58.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 123 | 0.93 | 0.41 | 0 | 0.52 | 206.84 | 0.86 | 0.26 |
| Hex | 9 | 48 | 7B | 5D | 29 | 0 | 34 | CF | 56 | 1A |
| Octal | 11 | 110 | 173 | 135 | 51 | 0 | 64 | 317 | 126 | 32 |
| Binary | 1001 | 1001000 | 1111011 | 1011101 | 101001 | 0 | 110100 | 11001111 | 1010110 | 11010 |
Color Harmonies of #09487B
Complementary color
Monochromatic Colors of #09487B
Black with #09487B
Text Example
Text Example
White with #09487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09487B; }
p { color: rgb(9,72,123); }
H1.HeaderClassName
{
color: #09487B;
}
.AnyTagClassName
{
color: #09487B;
}
</style>
background-color css
<style>
a { background-color: #09487B; }
a { background-color: rgb(9,72,123); }
div.DivClassName
{
background-color: #09487B;
}
.BgClassName
{
background-color: #09487B;
}
</style>
border-color css
<style>
span { border-color: #09487B; }
span { border-color: rgb(9,72,123); }
td.TdClassName
{
border-color: #09487B;
}
.TagClassName
{
border-color: #09487B;
}
</style>