Shades of Cerulean #0B6295
Tints of Cerulean #0B6295
RGB
CMYK
RGB Variations
Color information
#0B6295 (or 0x0B6295) is known color: Cerulean. HEX triplet: 0B, 62 and 95. RGB value is (11,98,149). Sum of RGB (Red+Green+Blue) = 11+98+149=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B6295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6295 is #F49D6A. Grayscale: #4D4D4D. Windows color (decimal): -16031083 or 9789963. OLE color: 9789963.
HSL color Cylindrical-coordinate representation of color #0B6295: hue angle of 202.17º 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 #0B6295 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 98 | 149 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.42 |
| HSL | 202.17º | 0.86% | 0.31% | - |
| HSV(B) | 202.17º | 0.93% | 0.58% | - |
| XYZ | 9.93 | 10.98 | 30.03 | - |
| YUV | 77.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 149 | 0.93 | 0.34 | 0 | 0.42 | 202.17 | 0.86 | 0.31 |
| Hex | B | 62 | 95 | 5D | 22 | 0 | 2A | CA | 56 | 1F |
| Octal | 13 | 142 | 225 | 135 | 42 | 0 | 52 | 312 | 126 | 37 |
| Binary | 1011 | 1100010 | 10010101 | 1011101 | 100010 | 0 | 101010 | 11001010 | 1010110 | 11111 |
Color Harmonies of #0B6295
Complementary color
Monochromatic Colors of #0B6295
Black with #0B6295
Text Example
Text Example
White with #0B6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6295; }
p { color: rgb(11,98,149); }
H1.HeaderClassName
{
color: #0B6295;
}
.AnyTagClassName
{
color: #0B6295;
}
</style>
background-color css
<style>
a { background-color: #0B6295; }
a { background-color: rgb(11,98,149); }
div.DivClassName
{
background-color: #0B6295;
}
.BgClassName
{
background-color: #0B6295;
}
</style>
border-color css
<style>
span { border-color: #0B6295; }
span { border-color: rgb(11,98,149); }
td.TdClassName
{
border-color: #0B6295;
}
.TagClassName
{
border-color: #0B6295;
}
</style>