Shades of Cerulean #0D72AC
Tints of Cerulean #0D72AC
RGB
CMYK
RGB Variations
Color information
#0D72AC (or 0x0D72AC) is known color: Cerulean. HEX triplet: 0D, 72 and AC. RGB value is (13,114,172). Sum of RGB (Red+Green+Blue) = 13+114+172=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D72AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D72AC is #F28D53. Grayscale: #5A5A5A. Windows color (decimal): -15895892 or 11301389. OLE color: 11301389.
HSL color Cylindrical-coordinate representation of color #0D72AC: hue angle of 201.89º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D72AC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 114 | 172 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.33 |
| HSL | 201.89º | 0.86% | 0.36% | - |
| HSV(B) | 201.89º | 0.92% | 0.67% | - |
| XYZ | 13.63 | 15.1 | 41.23 | - |
| YUV | 90.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 172 | 0.92 | 0.34 | 0 | 0.33 | 201.89 | 0.86 | 0.36 |
| Hex | D | 72 | AC | 5C | 22 | 0 | 21 | CA | 56 | 24 |
| Octal | 15 | 162 | 254 | 134 | 42 | 0 | 41 | 312 | 126 | 44 |
| Binary | 1101 | 1110010 | 10101100 | 1011100 | 100010 | 0 | 100001 | 11001010 | 1010110 | 100100 |
Color Harmonies of #0D72AC
Complementary color
Monochromatic Colors of #0D72AC
Black with #0D72AC
Text Example
Text Example
White with #0D72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D72AC; }
p { color: rgb(13,114,172); }
H1.HeaderClassName
{
color: #0D72AC;
}
.AnyTagClassName
{
color: #0D72AC;
}
</style>
background-color css
<style>
a { background-color: #0D72AC; }
a { background-color: rgb(13,114,172); }
div.DivClassName
{
background-color: #0D72AC;
}
.BgClassName
{
background-color: #0D72AC;
}
</style>
border-color css
<style>
span { border-color: #0D72AC; }
span { border-color: rgb(13,114,172); }
td.TdClassName
{
border-color: #0D72AC;
}
.TagClassName
{
border-color: #0D72AC;
}
</style>