Shades of Cerulean #0B7199
Tints of Cerulean #0B7199
RGB
CMYK
RGB Variations
Color information
#0B7199 (or 0x0B7199) is known color: Cerulean. HEX triplet: 0B, 71 and 99. RGB value is (11,113,153). Sum of RGB (Red+Green+Blue) = 11+113+153=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B7199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7199 is #F48E66. Grayscale: #565656. Windows color (decimal): -16027239 or 10055947. OLE color: 10055947.
HSL color Cylindrical-coordinate representation of color #0B7199: hue angle of 196.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7199 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 113 | 153 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.4 |
| HSL | 196.9º | 0.87% | 0.32% | - |
| HSV(B) | 196.9º | 0.93% | 0.6% | - |
| XYZ | 11.79 | 14.18 | 32.25 | - |
| YUV | 87.06 | 165.21 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 113 | 153 | 0.93 | 0.26 | 0 | 0.4 | 196.9 | 0.87 | 0.32 |
| Hex | B | 71 | 99 | 5D | 1A | 0 | 28 | C5 | 57 | 20 |
| Octal | 13 | 161 | 231 | 135 | 32 | 0 | 50 | 305 | 127 | 40 |
| Binary | 1011 | 1110001 | 10011001 | 1011101 | 11010 | 0 | 101000 | 11000101 | 1010111 | 100000 |
Color Harmonies of #0B7199
Complementary color
Monochromatic Colors of #0B7199
Black with #0B7199
Text Example
Text Example
White with #0B7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7199; }
p { color: rgb(11,113,153); }
H1.HeaderClassName
{
color: #0B7199;
}
.AnyTagClassName
{
color: #0B7199;
}
</style>
background-color css
<style>
a { background-color: #0B7199; }
a { background-color: rgb(11,113,153); }
div.DivClassName
{
background-color: #0B7199;
}
.BgClassName
{
background-color: #0B7199;
}
</style>
border-color css
<style>
span { border-color: #0B7199; }
span { border-color: rgb(11,113,153); }
td.TdClassName
{
border-color: #0B7199;
}
.TagClassName
{
border-color: #0B7199;
}
</style>