Shades of Cerulean #0D6FB0
Tints of Cerulean #0D6FB0
RGB
CMYK
RGB Variations
Color information
#0D6FB0 (or 0x0D6FB0) is known color: Cerulean. HEX triplet: 0D, 6F and B0. RGB value is (13,111,176). Sum of RGB (Red+Green+Blue) = 13+111+176=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #0D6FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6FB0 is #F2904F. Grayscale: #585858. Windows color (decimal): -15896656 or 11562765. OLE color: 11562765.
HSL color Cylindrical-coordinate representation of color #0D6FB0: hue angle of 203.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6FB0 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 111 | 176 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.31 |
| HSL | 203.93º | 0.86% | 0.37% | - |
| HSV(B) | 203.93º | 0.93% | 0.69% | - |
| XYZ | 13.69 | 14.59 | 43.17 | - |
| YUV | 89.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 176 | 0.93 | 0.37 | 0 | 0.31 | 203.93 | 0.86 | 0.37 |
| Hex | D | 6F | B0 | 5D | 25 | 0 | 1F | CC | 56 | 25 |
| Octal | 15 | 157 | 260 | 135 | 45 | 0 | 37 | 314 | 126 | 45 |
| Binary | 1101 | 1101111 | 10110000 | 1011101 | 100101 | 0 | 11111 | 11001100 | 1010110 | 100101 |
Color Harmonies of #0D6FB0
Complementary color
Monochromatic Colors of #0D6FB0
Black with #0D6FB0
Text Example
Text Example
White with #0D6FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6FB0; }
p { color: rgb(13,111,176); }
H1.HeaderClassName
{
color: #0D6FB0;
}
.AnyTagClassName
{
color: #0D6FB0;
}
</style>
background-color css
<style>
a { background-color: #0D6FB0; }
a { background-color: rgb(13,111,176); }
div.DivClassName
{
background-color: #0D6FB0;
}
.BgClassName
{
background-color: #0D6FB0;
}
</style>
border-color css
<style>
span { border-color: #0D6FB0; }
span { border-color: rgb(13,111,176); }
td.TdClassName
{
border-color: #0D6FB0;
}
.TagClassName
{
border-color: #0D6FB0;
}
</style>