Shades of Cerulean #0D729C
Tints of Cerulean #0D729C
RGB
CMYK
RGB Variations
Color information
#0D729C (or 0x0D729C) is known color: Cerulean. HEX triplet: 0D, 72 and 9C. RGB value is (13,114,156). Sum of RGB (Red+Green+Blue) = 13+114+156=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D729C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D729C is #F28D63. Grayscale: #585858. Windows color (decimal): -15895908 or 10252813. OLE color: 10252813.
HSL color Cylindrical-coordinate representation of color #0D729C: hue angle of 197.62º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D729C is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 114 | 156 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.39 |
| HSL | 197.62º | 0.85% | 0.33% | - |
| HSV(B) | 197.62º | 0.92% | 0.61% | - |
| XYZ | 12.18 | 14.52 | 33.61 | - |
| YUV | 88.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 156 | 0.92 | 0.27 | 0 | 0.39 | 197.62 | 0.85 | 0.33 |
| Hex | D | 72 | 9C | 5C | 1B | 0 | 27 | C6 | 55 | 21 |
| Octal | 15 | 162 | 234 | 134 | 33 | 0 | 47 | 306 | 125 | 41 |
| Binary | 1101 | 1110010 | 10011100 | 1011100 | 11011 | 0 | 100111 | 11000110 | 1010101 | 100001 |
Color Harmonies of #0D729C
Complementary color
Monochromatic Colors of #0D729C
Black with #0D729C
Text Example
Text Example
White with #0D729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D729C; }
p { color: rgb(13,114,156); }
H1.HeaderClassName
{
color: #0D729C;
}
.AnyTagClassName
{
color: #0D729C;
}
</style>
background-color css
<style>
a { background-color: #0D729C; }
a { background-color: rgb(13,114,156); }
div.DivClassName
{
background-color: #0D729C;
}
.BgClassName
{
background-color: #0D729C;
}
</style>
border-color css
<style>
span { border-color: #0D729C; }
span { border-color: rgb(13,114,156); }
td.TdClassName
{
border-color: #0D729C;
}
.TagClassName
{
border-color: #0D729C;
}
</style>