Shades of Navy Blue #016CBE
Tints of Navy Blue #016CBE
RGB
CMYK
RGB Variations
Color information
#016CBE (or 0x016CBE) is known color: Navy Blue. HEX triplet: 01, 6C and BE. RGB value is (1,108,190). Sum of RGB (Red+Green+Blue) = 1+108+190=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #016CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CBE is #FE9341. Grayscale: #545454. Windows color (decimal): -16683842 or 12479489. OLE color: 12479489.
HSL color Cylindrical-coordinate representation of color #016CBE: hue angle of 206.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CBE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 108 | 190 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.25 |
| HSL | 206.03º | 0.99% | 0.37% | - |
| HSV(B) | 206.03º | 0.99% | 0.75% | - |
| XYZ | 14.67 | 14.45 | 50.73 | - |
| YUV | 85.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 190 | 0.99 | 0.43 | 0 | 0.25 | 206.03 | 0.99 | 0.37 |
| Hex | 1 | 6C | BE | 63 | 2B | 0 | 19 | CE | 63 | 25 |
| Octal | 1 | 154 | 276 | 143 | 53 | 0 | 31 | 316 | 143 | 45 |
| Binary | 1 | 1101100 | 10111110 | 1100011 | 101011 | 0 | 11001 | 11001110 | 1100011 | 100101 |
Color Harmonies of #016CBE
Complementary color
Monochromatic Colors of #016CBE
Black with #016CBE
Text Example
Text Example
White with #016CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CBE; }
p { color: rgb(1,108,190); }
H1.HeaderClassName
{
color: #016CBE;
}
.AnyTagClassName
{
color: #016CBE;
}
</style>
background-color css
<style>
a { background-color: #016CBE; }
a { background-color: rgb(1,108,190); }
div.DivClassName
{
background-color: #016CBE;
}
.BgClassName
{
background-color: #016CBE;
}
</style>
border-color css
<style>
span { border-color: #016CBE; }
span { border-color: rgb(1,108,190); }
td.TdClassName
{
border-color: #016CBE;
}
.TagClassName
{
border-color: #016CBE;
}
</style>