Shades of Cerulean #0D7399
Tints of Cerulean #0D7399
RGB
CMYK
RGB Variations
Color information
#0D7399 (or 0x0D7399) is known color: Cerulean. HEX triplet: 0D, 73 and 99. RGB value is (13,115,153). Sum of RGB (Red+Green+Blue) = 13+115+153=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D7399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7399 is #F28C66. Grayscale: #585858. Windows color (decimal): -15895655 or 10056461. OLE color: 10056461.
HSL color Cylindrical-coordinate representation of color #0D7399: hue angle of 196.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7399 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 115 | 153 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.4 |
| HSL | 196.29º | 0.84% | 0.33% | - |
| HSV(B) | 196.29º | 0.92% | 0.6% | - |
| XYZ | 12.05 | 14.65 | 32.33 | - |
| YUV | 88.83 | 164.21 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 153 | 0.92 | 0.25 | 0 | 0.4 | 196.29 | 0.84 | 0.33 |
| Hex | D | 73 | 99 | 5C | 19 | 0 | 28 | C4 | 54 | 21 |
| Octal | 15 | 163 | 231 | 134 | 31 | 0 | 50 | 304 | 124 | 41 |
| Binary | 1101 | 1110011 | 10011001 | 1011100 | 11001 | 0 | 101000 | 11000100 | 1010100 | 100001 |
Color Harmonies of #0D7399
Complementary color
Monochromatic Colors of #0D7399
Black with #0D7399
Text Example
Text Example
White with #0D7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7399; }
p { color: rgb(13,115,153); }
H1.HeaderClassName
{
color: #0D7399;
}
.AnyTagClassName
{
color: #0D7399;
}
</style>
background-color css
<style>
a { background-color: #0D7399; }
a { background-color: rgb(13,115,153); }
div.DivClassName
{
background-color: #0D7399;
}
.BgClassName
{
background-color: #0D7399;
}
</style>
border-color css
<style>
span { border-color: #0D7399; }
span { border-color: rgb(13,115,153); }
td.TdClassName
{
border-color: #0D7399;
}
.TagClassName
{
border-color: #0D7399;
}
</style>