Shades of Cerulean #0B6597
Tints of Cerulean #0B6597
RGB
CMYK
RGB Variations
Color information
#0B6597 (or 0x0B6597) is known color: Cerulean. HEX triplet: 0B, 65 and 97. RGB value is (11,101,151). Sum of RGB (Red+Green+Blue) = 11+101+151=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B6597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6597 is #F49A68. Grayscale: #4F4F4F. Windows color (decimal): -16030313 or 9921803. OLE color: 9921803.
HSL color Cylindrical-coordinate representation of color #0B6597: hue angle of 201.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6597 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 101 | 151 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.41 |
| HSL | 201.43º | 0.86% | 0.32% | - |
| HSV(B) | 201.43º | 0.93% | 0.59% | - |
| XYZ | 10.38 | 11.61 | 30.97 | - |
| YUV | 79.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 151 | 0.93 | 0.33 | 0 | 0.41 | 201.43 | 0.86 | 0.32 |
| Hex | B | 65 | 97 | 5D | 21 | 0 | 29 | C9 | 56 | 20 |
| Octal | 13 | 145 | 227 | 135 | 41 | 0 | 51 | 311 | 126 | 40 |
| Binary | 1011 | 1100101 | 10010111 | 1011101 | 100001 | 0 | 101001 | 11001001 | 1010110 | 100000 |
Color Harmonies of #0B6597
Complementary color
Monochromatic Colors of #0B6597
Black with #0B6597
Text Example
Text Example
White with #0B6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6597; }
p { color: rgb(11,101,151); }
H1.HeaderClassName
{
color: #0B6597;
}
.AnyTagClassName
{
color: #0B6597;
}
</style>
background-color css
<style>
a { background-color: #0B6597; }
a { background-color: rgb(11,101,151); }
div.DivClassName
{
background-color: #0B6597;
}
.BgClassName
{
background-color: #0B6597;
}
</style>
border-color css
<style>
span { border-color: #0B6597; }
span { border-color: rgb(11,101,151); }
td.TdClassName
{
border-color: #0B6597;
}
.TagClassName
{
border-color: #0B6597;
}
</style>