Shades of Cerulean #0D719D
Tints of Cerulean #0D719D
RGB
CMYK
RGB Variations
Color information
#0D719D (or 0x0D719D) is known color: Cerulean. HEX triplet: 0D, 71 and 9D. RGB value is (13,113,157). Sum of RGB (Red+Green+Blue) = 13+113+157=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D719D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D719D is #F28E62. Grayscale: #575757. Windows color (decimal): -15896163 or 10318093. OLE color: 10318093.
HSL color Cylindrical-coordinate representation of color #0D719D: hue angle of 198.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D719D is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 113 | 157 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.38 |
| HSL | 198.33º | 0.85% | 0.33% | - |
| HSV(B) | 198.33º | 0.92% | 0.62% | - |
| XYZ | 12.16 | 14.33 | 34.02 | - |
| YUV | 88.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 157 | 0.92 | 0.28 | 0 | 0.38 | 198.33 | 0.85 | 0.33 |
| Hex | D | 71 | 9D | 5C | 1C | 0 | 26 | C6 | 55 | 21 |
| Octal | 15 | 161 | 235 | 134 | 34 | 0 | 46 | 306 | 125 | 41 |
| Binary | 1101 | 1110001 | 10011101 | 1011100 | 11100 | 0 | 100110 | 11000110 | 1010101 | 100001 |
Color Harmonies of #0D719D
Complementary color
Monochromatic Colors of #0D719D
Black with #0D719D
Text Example
Text Example
White with #0D719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D719D; }
p { color: rgb(13,113,157); }
H1.HeaderClassName
{
color: #0D719D;
}
.AnyTagClassName
{
color: #0D719D;
}
</style>
background-color css
<style>
a { background-color: #0D719D; }
a { background-color: rgb(13,113,157); }
div.DivClassName
{
background-color: #0D719D;
}
.BgClassName
{
background-color: #0D719D;
}
</style>
border-color css
<style>
span { border-color: #0D719D; }
span { border-color: rgb(13,113,157); }
td.TdClassName
{
border-color: #0D719D;
}
.TagClassName
{
border-color: #0D719D;
}
</style>