Shades of Cerulean #0B7399
Tints of Cerulean #0B7399
RGB
CMYK
RGB Variations
Color information
#0B7399 (or 0x0B7399) is known color: Cerulean. HEX triplet: 0B, 73 and 99. RGB value is (11,115,153). Sum of RGB (Red+Green+Blue) = 11+115+153=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B7399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7399 is #F48C66. Grayscale: #575757. Windows color (decimal): -16026727 or 10056459. OLE color: 10056459.
HSL color Cylindrical-coordinate representation of color #0B7399: hue angle of 196.06º 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 #0B7399 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 115 | 153 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.4 |
| HSL | 196.06º | 0.87% | 0.32% | - |
| HSV(B) | 196.06º | 0.93% | 0.6% | - |
| XYZ | 12.02 | 14.63 | 32.33 | - |
| YUV | 88.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 153 | 0.93 | 0.25 | 0 | 0.4 | 196.06 | 0.87 | 0.32 |
| Hex | B | 73 | 99 | 5D | 19 | 0 | 28 | C4 | 57 | 20 |
| Octal | 13 | 163 | 231 | 135 | 31 | 0 | 50 | 304 | 127 | 40 |
| Binary | 1011 | 1110011 | 10011001 | 1011101 | 11001 | 0 | 101000 | 11000100 | 1010111 | 100000 |
Color Harmonies of #0B7399
Complementary color
Monochromatic Colors of #0B7399
Black with #0B7399
Text Example
Text Example
White with #0B7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7399; }
p { color: rgb(11,115,153); }
H1.HeaderClassName
{
color: #0B7399;
}
.AnyTagClassName
{
color: #0B7399;
}
</style>
background-color css
<style>
a { background-color: #0B7399; }
a { background-color: rgb(11,115,153); }
div.DivClassName
{
background-color: #0B7399;
}
.BgClassName
{
background-color: #0B7399;
}
</style>
border-color css
<style>
span { border-color: #0B7399; }
span { border-color: rgb(11,115,153); }
td.TdClassName
{
border-color: #0B7399;
}
.TagClassName
{
border-color: #0B7399;
}
</style>