Shades of Dark Cerulean #09518B
Tints of Dark Cerulean #09518B
RGB
CMYK
RGB Variations
Color information
#09518B (or 0x09518B) is known color: Dark Cerulean. HEX triplet: 09, 51 and 8B. RGB value is (9,81,139). Sum of RGB (Red+Green+Blue) = 9+81+139=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #09518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09518B is #F6AE74. Grayscale: #414141. Windows color (decimal): -16166517 or 9130249. OLE color: 9130249.
HSL color Cylindrical-coordinate representation of color #09518B: hue angle of 206.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09518B is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 81 | 139 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.45 |
| HSL | 206.77º | 0.88% | 0.29% | - |
| HSV(B) | 206.77º | 0.94% | 0.55% | - |
| XYZ | 7.72 | 7.81 | 25.53 | - |
| YUV | 66.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 139 | 0.94 | 0.42 | 0 | 0.45 | 206.77 | 0.88 | 0.29 |
| Hex | 9 | 51 | 8B | 5E | 2A | 0 | 2D | CF | 58 | 1D |
| Octal | 11 | 121 | 213 | 136 | 52 | 0 | 55 | 317 | 130 | 35 |
| Binary | 1001 | 1010001 | 10001011 | 1011110 | 101010 | 0 | 101101 | 11001111 | 1011000 | 11101 |
Color Harmonies of #09518B
Complementary color
Monochromatic Colors of #09518B
Black with #09518B
Text Example
Text Example
White with #09518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09518B; }
p { color: rgb(9,81,139); }
H1.HeaderClassName
{
color: #09518B;
}
.AnyTagClassName
{
color: #09518B;
}
</style>
background-color css
<style>
a { background-color: #09518B; }
a { background-color: rgb(9,81,139); }
div.DivClassName
{
background-color: #09518B;
}
.BgClassName
{
background-color: #09518B;
}
</style>
border-color css
<style>
span { border-color: #09518B; }
span { border-color: rgb(9,81,139); }
td.TdClassName
{
border-color: #09518B;
}
.TagClassName
{
border-color: #09518B;
}
</style>