Shades of Cerulean #0D70AB
Tints of Cerulean #0D70AB
RGB
CMYK
RGB Variations
Color information
#0D70AB (or 0x0D70AB) is known color: Cerulean. HEX triplet: 0D, 70 and AB. RGB value is (13,112,171). Sum of RGB (Red+Green+Blue) = 13+112+171=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D70AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D70AB is #F28F54. Grayscale: #585858. Windows color (decimal): -15896405 or 11235341. OLE color: 11235341.
HSL color Cylindrical-coordinate representation of color #0D70AB: hue angle of 202.41º 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 #0D70AB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 112 | 171 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.33 |
| HSL | 202.41º | 0.86% | 0.36% | - |
| HSV(B) | 202.41º | 0.92% | 0.67% | - |
| XYZ | 13.31 | 14.61 | 40.65 | - |
| YUV | 89.13 | 174.2 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 171 | 0.92 | 0.35 | 0 | 0.33 | 202.41 | 0.86 | 0.36 |
| Hex | D | 70 | AB | 5C | 23 | 0 | 21 | CA | 56 | 24 |
| Octal | 15 | 160 | 253 | 134 | 43 | 0 | 41 | 312 | 126 | 44 |
| Binary | 1101 | 1110000 | 10101011 | 1011100 | 100011 | 0 | 100001 | 11001010 | 1010110 | 100100 |
Color Harmonies of #0D70AB
Complementary color
Monochromatic Colors of #0D70AB
Black with #0D70AB
Text Example
Text Example
White with #0D70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D70AB; }
p { color: rgb(13,112,171); }
H1.HeaderClassName
{
color: #0D70AB;
}
.AnyTagClassName
{
color: #0D70AB;
}
</style>
background-color css
<style>
a { background-color: #0D70AB; }
a { background-color: rgb(13,112,171); }
div.DivClassName
{
background-color: #0D70AB;
}
.BgClassName
{
background-color: #0D70AB;
}
</style>
border-color css
<style>
span { border-color: #0D70AB; }
span { border-color: rgb(13,112,171); }
td.TdClassName
{
border-color: #0D70AB;
}
.TagClassName
{
border-color: #0D70AB;
}
</style>