Shades of Navy Blue #0B6ADE
Tints of Navy Blue #0B6ADE
RGB
CMYK
RGB Variations
Color information
#0B6ADE (or 0x0B6ADE) is known color: Navy Blue. HEX triplet: 0B, 6A and DE. RGB value is (11,106,222). Sum of RGB (Red+Green+Blue) = 11+106+222=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B6ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6ADE is #F49521. Grayscale: #5A5A5A. Windows color (decimal): -16028962 or 14576139. OLE color: 14576139.
HSL color Cylindrical-coordinate representation of color #0B6ADE: hue angle of 212.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6ADE is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 106 | 222 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.13 |
| HSL | 212.99º | 0.91% | 0.46% | - |
| HSV(B) | 212.99º | 0.95% | 0.87% | - |
| XYZ | 18.48 | 15.65 | 71.15 | - |
| YUV | 90.82 | 202.03 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 106 | 222 | 0.95 | 0.52 | 0 | 0.13 | 212.99 | 0.91 | 0.46 |
| Hex | B | 6A | DE | 5F | 34 | 0 | D | D5 | 5B | 2E |
| Octal | 13 | 152 | 336 | 137 | 64 | 0 | 15 | 325 | 133 | 56 |
| Binary | 1011 | 1101010 | 11011110 | 1011111 | 110100 | 0 | 1101 | 11010101 | 1011011 | 101110 |
Color Harmonies of #0B6ADE
Complementary color
Monochromatic Colors of #0B6ADE
Black with #0B6ADE
Text Example
Text Example
White with #0B6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6ADE; }
p { color: rgb(11,106,222); }
H1.HeaderClassName
{
color: #0B6ADE;
}
.AnyTagClassName
{
color: #0B6ADE;
}
</style>
background-color css
<style>
a { background-color: #0B6ADE; }
a { background-color: rgb(11,106,222); }
div.DivClassName
{
background-color: #0B6ADE;
}
.BgClassName
{
background-color: #0B6ADE;
}
</style>
border-color css
<style>
span { border-color: #0B6ADE; }
span { border-color: rgb(11,106,222); }
td.TdClassName
{
border-color: #0B6ADE;
}
.TagClassName
{
border-color: #0B6ADE;
}
</style>