Shades of Navy Blue #016BCB
Tints of Navy Blue #016BCB
RGB
CMYK
RGB Variations
Color information
#016BCB (or 0x016BCB) is known color: Navy Blue. HEX triplet: 01, 6B and CB. RGB value is (1,107,203). Sum of RGB (Red+Green+Blue) = 1+107+203=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #016BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BCB is #FE9434. Grayscale: #555555. Windows color (decimal): -16684085 or 13331201. OLE color: 13331201.
HSL color Cylindrical-coordinate representation of color #016BCB: hue angle of 208.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016BCB is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 107 | 203 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.20 |
| HSL | 208.51º | 0.99% | 0.4% | - |
| HSV(B) | 208.51º | 1% | 0.8% | - |
| XYZ | 16.05 | 14.83 | 58.52 | - |
| YUV | 86.25 | 193.88 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 203 | 1.00 | 0.47 | 0 | 0.20 | 208.51 | 0.99 | 0.4 |
| Hex | 1 | 6B | CB | 64 | 2F | 0 | 14 | D1 | 63 | 28 |
| Octal | 1 | 153 | 313 | 144 | 57 | 0 | 24 | 321 | 143 | 50 |
| Binary | 1 | 1101011 | 11001011 | 1100100 | 101111 | 0 | 10100 | 11010001 | 1100011 | 101000 |
Color Harmonies of #016BCB
Complementary color
Monochromatic Colors of #016BCB
Black with #016BCB
Text Example
Text Example
White with #016BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BCB; }
p { color: rgb(1,107,203); }
H1.HeaderClassName
{
color: #016BCB;
}
.AnyTagClassName
{
color: #016BCB;
}
</style>
background-color css
<style>
a { background-color: #016BCB; }
a { background-color: rgb(1,107,203); }
div.DivClassName
{
background-color: #016BCB;
}
.BgClassName
{
background-color: #016BCB;
}
</style>
border-color css
<style>
span { border-color: #016BCB; }
span { border-color: rgb(1,107,203); }
td.TdClassName
{
border-color: #016BCB;
}
.TagClassName
{
border-color: #016BCB;
}
</style>