Shades of Navy Blue #016FBB
Tints of Navy Blue #016FBB
RGB
CMYK
RGB Variations
Color information
#016FBB (or 0x016FBB) is known color: Navy Blue. HEX triplet: 01, 6F and BB. RGB value is (1,111,187). Sum of RGB (Red+Green+Blue) = 1+111+187=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #016FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FBB is #FE9044. Grayscale: #565656. Windows color (decimal): -16683077 or 12283649. OLE color: 12283649.
HSL color Cylindrical-coordinate representation of color #016FBB: hue angle of 204.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FBB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 111 | 187 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.27 |
| HSL | 204.52º | 0.99% | 0.37% | - |
| HSV(B) | 204.52º | 0.99% | 0.73% | - |
| XYZ | 14.67 | 14.96 | 49.13 | - |
| YUV | 86.77 | 184.56 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 187 | 0.99 | 0.41 | 0 | 0.27 | 204.52 | 0.99 | 0.37 |
| Hex | 1 | 6F | BB | 63 | 29 | 0 | 1B | CD | 63 | 25 |
| Octal | 1 | 157 | 273 | 143 | 51 | 0 | 33 | 315 | 143 | 45 |
| Binary | 1 | 1101111 | 10111011 | 1100011 | 101001 | 0 | 11011 | 11001101 | 1100011 | 100101 |
Color Harmonies of #016FBB
Complementary color
Monochromatic Colors of #016FBB
Black with #016FBB
Text Example
Text Example
White with #016FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FBB; }
p { color: rgb(1,111,187); }
H1.HeaderClassName
{
color: #016FBB;
}
.AnyTagClassName
{
color: #016FBB;
}
</style>
background-color css
<style>
a { background-color: #016FBB; }
a { background-color: rgb(1,111,187); }
div.DivClassName
{
background-color: #016FBB;
}
.BgClassName
{
background-color: #016FBB;
}
</style>
border-color css
<style>
span { border-color: #016FBB; }
span { border-color: rgb(1,111,187); }
td.TdClassName
{
border-color: #016FBB;
}
.TagClassName
{
border-color: #016FBB;
}
</style>