Shades of Cerulean #0B7799
Tints of Cerulean #0B7799
RGB
CMYK
RGB Variations
Color information
#0B7799 (or 0x0B7799) is known color: Cerulean. HEX triplet: 0B, 77 and 99. RGB value is (11,119,153). Sum of RGB (Red+Green+Blue) = 11+119+153=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B7799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7799 is #F48866. Grayscale: #5A5A5A. Windows color (decimal): -16025703 or 10057483. OLE color: 10057483.
HSL color Cylindrical-coordinate representation of color #0B7799: hue angle of 194.37º 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 #0B7799 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 119 | 153 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.4 |
| HSL | 194.37º | 0.87% | 0.32% | - |
| HSV(B) | 194.37º | 0.93% | 0.6% | - |
| XYZ | 12.48 | 15.56 | 32.48 | - |
| YUV | 90.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 153 | 0.93 | 0.22 | 0 | 0.4 | 194.37 | 0.87 | 0.32 |
| Hex | B | 77 | 99 | 5D | 16 | 0 | 28 | C2 | 57 | 20 |
| Octal | 13 | 167 | 231 | 135 | 26 | 0 | 50 | 302 | 127 | 40 |
| Binary | 1011 | 1110111 | 10011001 | 1011101 | 10110 | 0 | 101000 | 11000010 | 1010111 | 100000 |
Color Harmonies of #0B7799
Complementary color
Monochromatic Colors of #0B7799
Black with #0B7799
Text Example
Text Example
White with #0B7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7799; }
p { color: rgb(11,119,153); }
H1.HeaderClassName
{
color: #0B7799;
}
.AnyTagClassName
{
color: #0B7799;
}
</style>
background-color css
<style>
a { background-color: #0B7799; }
a { background-color: rgb(11,119,153); }
div.DivClassName
{
background-color: #0B7799;
}
.BgClassName
{
background-color: #0B7799;
}
</style>
border-color css
<style>
span { border-color: #0B7799; }
span { border-color: rgb(11,119,153); }
td.TdClassName
{
border-color: #0B7799;
}
.TagClassName
{
border-color: #0B7799;
}
</style>