Shades of Cerulean #0D6BAC
Tints of Cerulean #0D6BAC
RGB
CMYK
RGB Variations
Color information
#0D6BAC (or 0x0D6BAC) is known color: Cerulean. HEX triplet: 0D, 6B and AC. RGB value is (13,107,172). Sum of RGB (Red+Green+Blue) = 13+107+172=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D6BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6BAC is #F29453. Grayscale: #555555. Windows color (decimal): -15897684 or 11299597. OLE color: 11299597.
HSL color Cylindrical-coordinate representation of color #0D6BAC: hue angle of 204.53º 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 #0D6BAC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 107 | 172 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.33 |
| HSL | 204.53º | 0.86% | 0.36% | - |
| HSV(B) | 204.53º | 0.92% | 0.67% | - |
| XYZ | 12.87 | 13.58 | 40.97 | - |
| YUV | 86.3 | 176.36 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 172 | 0.92 | 0.38 | 0 | 0.33 | 204.53 | 0.86 | 0.36 |
| Hex | D | 6B | AC | 5C | 26 | 0 | 21 | CD | 56 | 24 |
| Octal | 15 | 153 | 254 | 134 | 46 | 0 | 41 | 315 | 126 | 44 |
| Binary | 1101 | 1101011 | 10101100 | 1011100 | 100110 | 0 | 100001 | 11001101 | 1010110 | 100100 |
Color Harmonies of #0D6BAC
Complementary color
Monochromatic Colors of #0D6BAC
Black with #0D6BAC
Text Example
Text Example
White with #0D6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BAC; }
p { color: rgb(13,107,172); }
H1.HeaderClassName
{
color: #0D6BAC;
}
.AnyTagClassName
{
color: #0D6BAC;
}
</style>
background-color css
<style>
a { background-color: #0D6BAC; }
a { background-color: rgb(13,107,172); }
div.DivClassName
{
background-color: #0D6BAC;
}
.BgClassName
{
background-color: #0D6BAC;
}
</style>
border-color css
<style>
span { border-color: #0D6BAC; }
span { border-color: rgb(13,107,172); }
td.TdClassName
{
border-color: #0D6BAC;
}
.TagClassName
{
border-color: #0D6BAC;
}
</style>