Shades of Navy Blue #0B6FEC
Tints of Navy Blue #0B6FEC
RGB
CMYK
RGB Variations
Color information
#0B6FEC (or 0x0B6FEC) is known color: Navy Blue. HEX triplet: 0B, 6F and EC. RGB value is (11,111,236). Sum of RGB (Red+Green+Blue) = 11+111+236=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B6FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6FEC is #F49013. Grayscale: #5E5E5E. Windows color (decimal): -16027668 or 15494923. OLE color: 15494923.
HSL color Cylindrical-coordinate representation of color #0B6FEC: hue angle of 213.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6FEC is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 111 | 236 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.07 |
| HSL | 213.33º | 0.91% | 0.48% | - |
| HSV(B) | 213.33º | 0.95% | 0.93% | - |
| XYZ | 20.96 | 17.5 | 81.63 | - |
| YUV | 95.35 | 207.37 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 111 | 236 | 0.95 | 0.53 | 0 | 0.07 | 213.33 | 0.91 | 0.48 |
| Hex | B | 6F | EC | 5F | 35 | 0 | 7 | D5 | 5B | 30 |
| Octal | 13 | 157 | 354 | 137 | 65 | 0 | 7 | 325 | 133 | 60 |
| Binary | 1011 | 1101111 | 11101100 | 1011111 | 110101 | 0 | 111 | 11010101 | 1011011 | 110000 |
Color Harmonies of #0B6FEC
Complementary color
Monochromatic Colors of #0B6FEC
Black with #0B6FEC
Text Example
Text Example
White with #0B6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6FEC; }
p { color: rgb(11,111,236); }
H1.HeaderClassName
{
color: #0B6FEC;
}
.AnyTagClassName
{
color: #0B6FEC;
}
</style>
background-color css
<style>
a { background-color: #0B6FEC; }
a { background-color: rgb(11,111,236); }
div.DivClassName
{
background-color: #0B6FEC;
}
.BgClassName
{
background-color: #0B6FEC;
}
</style>
border-color css
<style>
span { border-color: #0B6FEC; }
span { border-color: rgb(11,111,236); }
td.TdClassName
{
border-color: #0B6FEC;
}
.TagClassName
{
border-color: #0B6FEC;
}
</style>