Shades of Cerulean #0B7293
Tints of Cerulean #0B7293
RGB
CMYK
RGB Variations
Color information
#0B7293 (or 0x0B7293) is known color: Cerulean. HEX triplet: 0B, 72 and 93. RGB value is (11,114,147). Sum of RGB (Red+Green+Blue) = 11+114+147=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B7293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7293 is #F48D6C. Grayscale: #565656. Windows color (decimal): -16026989 or 9662987. OLE color: 9662987.
HSL color Cylindrical-coordinate representation of color #0B7293: hue angle of 194.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7293 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 114 | 147 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.42 |
| HSL | 194.56º | 0.86% | 0.31% | - |
| HSV(B) | 194.56º | 0.93% | 0.58% | - |
| XYZ | 11.42 | 14.21 | 29.75 | - |
| YUV | 86.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 147 | 0.93 | 0.22 | 0 | 0.42 | 194.56 | 0.86 | 0.31 |
| Hex | B | 72 | 93 | 5D | 16 | 0 | 2A | C3 | 56 | 1F |
| Octal | 13 | 162 | 223 | 135 | 26 | 0 | 52 | 303 | 126 | 37 |
| Binary | 1011 | 1110010 | 10010011 | 1011101 | 10110 | 0 | 101010 | 11000011 | 1010110 | 11111 |
Color Harmonies of #0B7293
Complementary color
Monochromatic Colors of #0B7293
Black with #0B7293
Text Example
Text Example
White with #0B7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7293; }
p { color: rgb(11,114,147); }
H1.HeaderClassName
{
color: #0B7293;
}
.AnyTagClassName
{
color: #0B7293;
}
</style>
background-color css
<style>
a { background-color: #0B7293; }
a { background-color: rgb(11,114,147); }
div.DivClassName
{
background-color: #0B7293;
}
.BgClassName
{
background-color: #0B7293;
}
</style>
border-color css
<style>
span { border-color: #0B7293; }
span { border-color: rgb(11,114,147); }
td.TdClassName
{
border-color: #0B7293;
}
.TagClassName
{
border-color: #0B7293;
}
</style>