Shades of Cerulean #0D6BAB
Tints of Cerulean #0D6BAB
RGB
CMYK
RGB Variations
Color information
#0D6BAB (or 0x0D6BAB) is known color: Cerulean. HEX triplet: 0D, 6B and AB. RGB value is (13,107,171). Sum of RGB (Red+Green+Blue) = 13+107+171=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D6BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6BAB is #F29454. Grayscale: #555555. Windows color (decimal): -15897685 or 11234061. OLE color: 11234061.
HSL color Cylindrical-coordinate representation of color #0D6BAB: hue angle of 204.3º 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 #0D6BAB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 107 | 171 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.33 |
| HSL | 204.3º | 0.86% | 0.36% | - |
| HSV(B) | 204.3º | 0.92% | 0.67% | - |
| XYZ | 12.77 | 13.54 | 40.47 | - |
| YUV | 86.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 171 | 0.92 | 0.37 | 0 | 0.33 | 204.3 | 0.86 | 0.36 |
| Hex | D | 6B | AB | 5C | 25 | 0 | 21 | CC | 56 | 24 |
| Octal | 15 | 153 | 253 | 134 | 45 | 0 | 41 | 314 | 126 | 44 |
| Binary | 1101 | 1101011 | 10101011 | 1011100 | 100101 | 0 | 100001 | 11001100 | 1010110 | 100100 |
Color Harmonies of #0D6BAB
Complementary color
Monochromatic Colors of #0D6BAB
Black with #0D6BAB
Text Example
Text Example
White with #0D6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BAB; }
p { color: rgb(13,107,171); }
H1.HeaderClassName
{
color: #0D6BAB;
}
.AnyTagClassName
{
color: #0D6BAB;
}
</style>
background-color css
<style>
a { background-color: #0D6BAB; }
a { background-color: rgb(13,107,171); }
div.DivClassName
{
background-color: #0D6BAB;
}
.BgClassName
{
background-color: #0D6BAB;
}
</style>
border-color css
<style>
span { border-color: #0D6BAB; }
span { border-color: rgb(13,107,171); }
td.TdClassName
{
border-color: #0D6BAB;
}
.TagClassName
{
border-color: #0D6BAB;
}
</style>