Shades of Navy Blue #016BBD
Tints of Navy Blue #016BBD
RGB
CMYK
RGB Variations
Color information
#016BBD (or 0x016BBD) is known color: Navy Blue. HEX triplet: 01, 6B and BD. RGB value is (1,107,189). Sum of RGB (Red+Green+Blue) = 1+107+189=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #016BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBD is #FE9442. Grayscale: #545454. Windows color (decimal): -16684099 or 12413697. OLE color: 12413697.
HSL color Cylindrical-coordinate representation of color #016BBD: hue angle of 206.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016BBD is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 107 | 189 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.26 |
| HSL | 206.17º | 0.99% | 0.37% | - |
| HSV(B) | 206.17º | 0.99% | 0.74% | - |
| XYZ | 14.46 | 14.2 | 50.12 | - |
| YUV | 84.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 189 | 0.99 | 0.43 | 0 | 0.26 | 206.17 | 0.99 | 0.37 |
| Hex | 1 | 6B | BD | 63 | 2B | 0 | 1A | CE | 63 | 25 |
| Octal | 1 | 153 | 275 | 143 | 53 | 0 | 32 | 316 | 143 | 45 |
| Binary | 1 | 1101011 | 10111101 | 1100011 | 101011 | 0 | 11010 | 11001110 | 1100011 | 100101 |
Color Harmonies of #016BBD
Complementary color
Monochromatic Colors of #016BBD
Black with #016BBD
Text Example
Text Example
White with #016BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BBD; }
p { color: rgb(1,107,189); }
H1.HeaderClassName
{
color: #016BBD;
}
.AnyTagClassName
{
color: #016BBD;
}
</style>
background-color css
<style>
a { background-color: #016BBD; }
a { background-color: rgb(1,107,189); }
div.DivClassName
{
background-color: #016BBD;
}
.BgClassName
{
background-color: #016BBD;
}
</style>
border-color css
<style>
span { border-color: #016BBD; }
span { border-color: rgb(1,107,189); }
td.TdClassName
{
border-color: #016BBD;
}
.TagClassName
{
border-color: #016BBD;
}
</style>