Shades of Cerulean #0B6BAB
Tints of Cerulean #0B6BAB
RGB
CMYK
RGB Variations
Color information
#0B6BAB (or 0x0B6BAB) is known color: Cerulean. HEX triplet: 0B, 6B and AB. RGB value is (11,107,171). Sum of RGB (Red+Green+Blue) = 11+107+171=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B6BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6BAB is #F49454. Grayscale: #555555. Windows color (decimal): -16028757 or 11234059. OLE color: 11234059.
HSL color Cylindrical-coordinate representation of color #0B6BAB: hue angle of 204º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6BAB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 107 | 171 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.33 |
| HSL | 204º | 0.88% | 0.36% | - |
| HSV(B) | 204º | 0.94% | 0.67% | - |
| XYZ | 12.75 | 13.53 | 40.47 | - |
| YUV | 85.59 | 176.2 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 107 | 171 | 0.94 | 0.37 | 0 | 0.33 | 204 | 0.88 | 0.36 |
| Hex | B | 6B | AB | 5E | 25 | 0 | 21 | CC | 58 | 24 |
| Octal | 13 | 153 | 253 | 136 | 45 | 0 | 41 | 314 | 130 | 44 |
| Binary | 1011 | 1101011 | 10101011 | 1011110 | 100101 | 0 | 100001 | 11001100 | 1011000 | 100100 |
Color Harmonies of #0B6BAB
Complementary color
Monochromatic Colors of #0B6BAB
Black with #0B6BAB
Text Example
Text Example
White with #0B6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6BAB; }
p { color: rgb(11,107,171); }
H1.HeaderClassName
{
color: #0B6BAB;
}
.AnyTagClassName
{
color: #0B6BAB;
}
</style>
background-color css
<style>
a { background-color: #0B6BAB; }
a { background-color: rgb(11,107,171); }
div.DivClassName
{
background-color: #0B6BAB;
}
.BgClassName
{
background-color: #0B6BAB;
}
</style>
border-color css
<style>
span { border-color: #0B6BAB; }
span { border-color: rgb(11,107,171); }
td.TdClassName
{
border-color: #0B6BAB;
}
.TagClassName
{
border-color: #0B6BAB;
}
</style>