Shades of Cerulean #0D6997
Tints of Cerulean #0D6997
RGB
CMYK
RGB Variations
Color information
#0D6997 (or 0x0D6997) is known color: Cerulean. HEX triplet: 0D, 69 and 97. RGB value is (13,105,151). Sum of RGB (Red+Green+Blue) = 13+105+151=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D6997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6997 is #F29668. Grayscale: #525252. Windows color (decimal): -15898217 or 9922829. OLE color: 9922829.
HSL color Cylindrical-coordinate representation of color #0D6997: hue angle of 200º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6997 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 105 | 151 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.41 |
| HSL | 200º | 0.84% | 0.32% | - |
| HSV(B) | 200º | 0.91% | 0.59% | - |
| XYZ | 10.8 | 12.42 | 31.11 | - |
| YUV | 82.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 151 | 0.91 | 0.30 | 0 | 0.41 | 200 | 0.84 | 0.32 |
| Hex | D | 69 | 97 | 5B | 1E | 0 | 29 | C8 | 54 | 20 |
| Octal | 15 | 151 | 227 | 133 | 36 | 0 | 51 | 310 | 124 | 40 |
| Binary | 1101 | 1101001 | 10010111 | 1011011 | 11110 | 0 | 101001 | 11001000 | 1010100 | 100000 |
Color Harmonies of #0D6997
Complementary color
Monochromatic Colors of #0D6997
Black with #0D6997
Text Example
Text Example
White with #0D6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6997; }
p { color: rgb(13,105,151); }
H1.HeaderClassName
{
color: #0D6997;
}
.AnyTagClassName
{
color: #0D6997;
}
</style>
background-color css
<style>
a { background-color: #0D6997; }
a { background-color: rgb(13,105,151); }
div.DivClassName
{
background-color: #0D6997;
}
.BgClassName
{
background-color: #0D6997;
}
</style>
border-color css
<style>
span { border-color: #0D6997; }
span { border-color: rgb(13,105,151); }
td.TdClassName
{
border-color: #0D6997;
}
.TagClassName
{
border-color: #0D6997;
}
</style>