Shades of Cerulean #0D71AC
Tints of Cerulean #0D71AC
RGB
CMYK
RGB Variations
Color information
#0D71AC (or 0x0D71AC) is known color: Cerulean. HEX triplet: 0D, 71 and AC. RGB value is (13,113,172). Sum of RGB (Red+Green+Blue) = 13+113+172=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D71AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D71AC is #F28E53. Grayscale: #595959. Windows color (decimal): -15896148 or 11301133. OLE color: 11301133.
HSL color Cylindrical-coordinate representation of color #0D71AC: hue angle of 202.26º 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 #0D71AC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 113 | 172 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.33 |
| HSL | 202.26º | 0.86% | 0.36% | - |
| HSV(B) | 202.26º | 0.92% | 0.67% | - |
| XYZ | 13.52 | 14.87 | 41.19 | - |
| YUV | 89.83 | 174.37 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 172 | 0.92 | 0.34 | 0 | 0.33 | 202.26 | 0.86 | 0.36 |
| Hex | D | 71 | AC | 5C | 22 | 0 | 21 | CA | 56 | 24 |
| Octal | 15 | 161 | 254 | 134 | 42 | 0 | 41 | 312 | 126 | 44 |
| Binary | 1101 | 1110001 | 10101100 | 1011100 | 100010 | 0 | 100001 | 11001010 | 1010110 | 100100 |
Color Harmonies of #0D71AC
Complementary color
Monochromatic Colors of #0D71AC
Black with #0D71AC
Text Example
Text Example
White with #0D71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D71AC; }
p { color: rgb(13,113,172); }
H1.HeaderClassName
{
color: #0D71AC;
}
.AnyTagClassName
{
color: #0D71AC;
}
</style>
background-color css
<style>
a { background-color: #0D71AC; }
a { background-color: rgb(13,113,172); }
div.DivClassName
{
background-color: #0D71AC;
}
.BgClassName
{
background-color: #0D71AC;
}
</style>
border-color css
<style>
span { border-color: #0D71AC; }
span { border-color: rgb(13,113,172); }
td.TdClassName
{
border-color: #0D71AC;
}
.TagClassName
{
border-color: #0D71AC;
}
</style>