Shades of Navy Blue #0B6DDA
Tints of Navy Blue #0B6DDA
RGB
CMYK
RGB Variations
Color information
#0B6DDA (or 0x0B6DDA) is known color: Navy Blue. HEX triplet: 0B, 6D and DA. RGB value is (11,109,218). Sum of RGB (Red+Green+Blue) = 11+109+218=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B6DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6DDA is #F49225. Grayscale: #5B5B5B. Windows color (decimal): -16028198 or 14314763. OLE color: 14314763.
HSL color Cylindrical-coordinate representation of color #0B6DDA: hue angle of 211.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B6DDA is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 109 | 218 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.15 |
| HSL | 211.59º | 0.9% | 0.45% | - |
| HSV(B) | 211.59º | 0.95% | 0.85% | - |
| XYZ | 18.26 | 16.07 | 68.47 | - |
| YUV | 92.12 | 199.03 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 218 | 0.95 | 0.5 | 0 | 0.15 | 211.59 | 0.9 | 0.45 |
| Hex | B | 6D | DA | 5F | 32 | 0 | F | D4 | 5A | 2D |
| Octal | 13 | 155 | 332 | 137 | 62 | 0 | 17 | 324 | 132 | 55 |
| Binary | 1011 | 1101101 | 11011010 | 1011111 | 110010 | 0 | 1111 | 11010100 | 1011010 | 101101 |
Color Harmonies of #0B6DDA
Complementary color
Monochromatic Colors of #0B6DDA
Black with #0B6DDA
Text Example
Text Example
White with #0B6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6DDA; }
p { color: rgb(11,109,218); }
H1.HeaderClassName
{
color: #0B6DDA;
}
.AnyTagClassName
{
color: #0B6DDA;
}
</style>
background-color css
<style>
a { background-color: #0B6DDA; }
a { background-color: rgb(11,109,218); }
div.DivClassName
{
background-color: #0B6DDA;
}
.BgClassName
{
background-color: #0B6DDA;
}
</style>
border-color css
<style>
span { border-color: #0B6DDA; }
span { border-color: rgb(11,109,218); }
td.TdClassName
{
border-color: #0B6DDA;
}
.TagClassName
{
border-color: #0B6DDA;
}
</style>