Shades of Navy Blue #0B6ECB
Tints of Navy Blue #0B6ECB
RGB
CMYK
RGB Variations
Color information
#0B6ECB (or 0x0B6ECB) is known color: Navy Blue. HEX triplet: 0B, 6E and CB. RGB value is (11,110,203). Sum of RGB (Red+Green+Blue) = 11+110+203=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B6ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6ECB is #F49134. Grayscale: #5A5A5A. Windows color (decimal): -16027957 or 13331979. OLE color: 13331979.
HSL color Cylindrical-coordinate representation of color #0B6ECB: hue angle of 209.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6ECB is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 110 | 203 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.20 |
| HSL | 209.06º | 0.9% | 0.42% | - |
| HSV(B) | 209.06º | 0.95% | 0.8% | - |
| XYZ | 16.49 | 15.53 | 58.63 | - |
| YUV | 91 | 191.2 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 110 | 203 | 0.95 | 0.46 | 0 | 0.20 | 209.06 | 0.9 | 0.42 |
| Hex | B | 6E | CB | 5F | 2E | 0 | 14 | D1 | 5A | 2A |
| Octal | 13 | 156 | 313 | 137 | 56 | 0 | 24 | 321 | 132 | 52 |
| Binary | 1011 | 1101110 | 11001011 | 1011111 | 101110 | 0 | 10100 | 11010001 | 1011010 | 101010 |
Color Harmonies of #0B6ECB
Complementary color
Monochromatic Colors of #0B6ECB
Black with #0B6ECB
Text Example
Text Example
White with #0B6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6ECB; }
p { color: rgb(11,110,203); }
H1.HeaderClassName
{
color: #0B6ECB;
}
.AnyTagClassName
{
color: #0B6ECB;
}
</style>
background-color css
<style>
a { background-color: #0B6ECB; }
a { background-color: rgb(11,110,203); }
div.DivClassName
{
background-color: #0B6ECB;
}
.BgClassName
{
background-color: #0B6ECB;
}
</style>
border-color css
<style>
span { border-color: #0B6ECB; }
span { border-color: rgb(11,110,203); }
td.TdClassName
{
border-color: #0B6ECB;
}
.TagClassName
{
border-color: #0B6ECB;
}
</style>