Shades of Navy Blue #0B6EDD
Tints of Navy Blue #0B6EDD
RGB
CMYK
RGB Variations
Color information
#0B6EDD (or 0x0B6EDD) is known color: Navy Blue. HEX triplet: 0B, 6E and DD. RGB value is (11,110,221). Sum of RGB (Red+Green+Blue) = 11+110+221=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B6EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6EDD is #F49122. Grayscale: #5C5C5C. Windows color (decimal): -16027939 or 14511627. OLE color: 14511627.
HSL color Cylindrical-coordinate representation of color #0B6EDD: hue angle of 211.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6EDD is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 110 | 221 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.13 |
| HSL | 211.71º | 0.91% | 0.45% | - |
| HSV(B) | 211.71º | 0.95% | 0.87% | - |
| XYZ | 18.77 | 16.44 | 70.59 | - |
| YUV | 93.05 | 200.2 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 110 | 221 | 0.95 | 0.50 | 0 | 0.13 | 211.71 | 0.91 | 0.45 |
| Hex | B | 6E | DD | 5F | 32 | 0 | D | D4 | 5B | 2D |
| Octal | 13 | 156 | 335 | 137 | 62 | 0 | 15 | 324 | 133 | 55 |
| Binary | 1011 | 1101110 | 11011101 | 1011111 | 110010 | 0 | 1101 | 11010100 | 1011011 | 101101 |
Color Harmonies of #0B6EDD
Complementary color
Monochromatic Colors of #0B6EDD
Black with #0B6EDD
Text Example
Text Example
White with #0B6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6EDD; }
p { color: rgb(11,110,221); }
H1.HeaderClassName
{
color: #0B6EDD;
}
.AnyTagClassName
{
color: #0B6EDD;
}
</style>
background-color css
<style>
a { background-color: #0B6EDD; }
a { background-color: rgb(11,110,221); }
div.DivClassName
{
background-color: #0B6EDD;
}
.BgClassName
{
background-color: #0B6EDD;
}
</style>
border-color css
<style>
span { border-color: #0B6EDD; }
span { border-color: rgb(11,110,221); }
td.TdClassName
{
border-color: #0B6EDD;
}
.TagClassName
{
border-color: #0B6EDD;
}
</style>