Shades of Cerulean #0B649E
Tints of Cerulean #0B649E
RGB
CMYK
RGB Variations
Color information
#0B649E (or 0x0B649E) is known color: Cerulean. HEX triplet: 0B, 64 and 9E. RGB value is (11,100,158). Sum of RGB (Red+Green+Blue) = 11+100+158=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B649E is #F49B61. Grayscale: #4F4F4F. Windows color (decimal): -16030562 or 10380299. OLE color: 10380299.
HSL color Cylindrical-coordinate representation of color #0B649E: hue angle of 203.67º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B649E is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 100 | 158 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.38 |
| HSL | 203.67º | 0.87% | 0.33% | - |
| HSV(B) | 203.67º | 0.93% | 0.62% | - |
| XYZ | 10.87 | 11.65 | 34.02 | - |
| YUV | 80 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 158 | 0.93 | 0.37 | 0 | 0.38 | 203.67 | 0.87 | 0.33 |
| Hex | B | 64 | 9E | 5D | 25 | 0 | 26 | CC | 57 | 21 |
| Octal | 13 | 144 | 236 | 135 | 45 | 0 | 46 | 314 | 127 | 41 |
| Binary | 1011 | 1100100 | 10011110 | 1011101 | 100101 | 0 | 100110 | 11001100 | 1010111 | 100001 |
Color Harmonies of #0B649E
Complementary color
Monochromatic Colors of #0B649E
Black with #0B649E
Text Example
Text Example
White with #0B649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B649E; }
p { color: rgb(11,100,158); }
H1.HeaderClassName
{
color: #0B649E;
}
.AnyTagClassName
{
color: #0B649E;
}
</style>
background-color css
<style>
a { background-color: #0B649E; }
a { background-color: rgb(11,100,158); }
div.DivClassName
{
background-color: #0B649E;
}
.BgClassName
{
background-color: #0B649E;
}
</style>
border-color css
<style>
span { border-color: #0B649E; }
span { border-color: rgb(11,100,158); }
td.TdClassName
{
border-color: #0B649E;
}
.TagClassName
{
border-color: #0B649E;
}
</style>