Shades of Navy Blue #016CCE
Tints of Navy Blue #016CCE
RGB
CMYK
RGB Variations
Color information
#016CCE (or 0x016CCE) is known color: Navy Blue. HEX triplet: 01, 6C and CE. RGB value is (1,108,206). Sum of RGB (Red+Green+Blue) = 1+108+206=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #016CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CCE is #FE9331. Grayscale: #565656. Windows color (decimal): -16683826 or 13528065. OLE color: 13528065.
HSL color Cylindrical-coordinate representation of color #016CCE: hue angle of 208.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CCE is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 108 | 206 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.19 |
| HSL | 208.68º | 0.99% | 0.41% | - |
| HSV(B) | 208.68º | 1% | 0.81% | - |
| XYZ | 16.52 | 15.19 | 60.45 | - |
| YUV | 87.18 | 195.05 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 206 | 1.00 | 0.48 | 0 | 0.19 | 208.68 | 0.99 | 0.41 |
| Hex | 1 | 6C | CE | 64 | 30 | 0 | 13 | D1 | 63 | 29 |
| Octal | 1 | 154 | 316 | 144 | 60 | 0 | 23 | 321 | 143 | 51 |
| Binary | 1 | 1101100 | 11001110 | 1100100 | 110000 | 0 | 10011 | 11010001 | 1100011 | 101001 |
Color Harmonies of #016CCE
Complementary color
Monochromatic Colors of #016CCE
Black with #016CCE
Text Example
Text Example
White with #016CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CCE; }
p { color: rgb(1,108,206); }
H1.HeaderClassName
{
color: #016CCE;
}
.AnyTagClassName
{
color: #016CCE;
}
</style>
background-color css
<style>
a { background-color: #016CCE; }
a { background-color: rgb(1,108,206); }
div.DivClassName
{
background-color: #016CCE;
}
.BgClassName
{
background-color: #016CCE;
}
</style>
border-color css
<style>
span { border-color: #016CCE; }
span { border-color: rgb(1,108,206); }
td.TdClassName
{
border-color: #016CCE;
}
.TagClassName
{
border-color: #016CCE;
}
</style>