Shades of Cerulean #0D6DAB
Tints of Cerulean #0D6DAB
RGB
CMYK
RGB Variations
Color information
#0D6DAB (or 0x0D6DAB) is known color: Cerulean. HEX triplet: 0D, 6D and AB. RGB value is (13,109,171). Sum of RGB (Red+Green+Blue) = 13+109+171=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D6DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6DAB is #F29254. Grayscale: #575757. Windows color (decimal): -15897173 or 11234573. OLE color: 11234573.
HSL color Cylindrical-coordinate representation of color #0D6DAB: hue angle of 203.54º 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 #0D6DAB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 109 | 171 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.33 |
| HSL | 203.54º | 0.86% | 0.36% | - |
| HSV(B) | 203.54º | 0.92% | 0.67% | - |
| XYZ | 12.99 | 13.96 | 40.54 | - |
| YUV | 87.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 171 | 0.92 | 0.36 | 0 | 0.33 | 203.54 | 0.86 | 0.36 |
| Hex | D | 6D | AB | 5C | 24 | 0 | 21 | CC | 56 | 24 |
| Octal | 15 | 155 | 253 | 134 | 44 | 0 | 41 | 314 | 126 | 44 |
| Binary | 1101 | 1101101 | 10101011 | 1011100 | 100100 | 0 | 100001 | 11001100 | 1010110 | 100100 |
Color Harmonies of #0D6DAB
Complementary color
Monochromatic Colors of #0D6DAB
Black with #0D6DAB
Text Example
Text Example
White with #0D6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6DAB; }
p { color: rgb(13,109,171); }
H1.HeaderClassName
{
color: #0D6DAB;
}
.AnyTagClassName
{
color: #0D6DAB;
}
</style>
background-color css
<style>
a { background-color: #0D6DAB; }
a { background-color: rgb(13,109,171); }
div.DivClassName
{
background-color: #0D6DAB;
}
.BgClassName
{
background-color: #0D6DAB;
}
</style>
border-color css
<style>
span { border-color: #0D6DAB; }
span { border-color: rgb(13,109,171); }
td.TdClassName
{
border-color: #0D6DAB;
}
.TagClassName
{
border-color: #0D6DAB;
}
</style>