Shades of Navy Blue #016CC3
Tints of Navy Blue #016CC3
RGB
CMYK
RGB Variations
Color information
#016CC3 (or 0x016CC3) is known color: Navy Blue. HEX triplet: 01, 6C and C3. RGB value is (1,108,195). Sum of RGB (Red+Green+Blue) = 1+108+195=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 195 (76.56% from 255 or 64.14% from 304); Max value from RGB is 195 - color contains mainly: blue. Hex color #016CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CC3 is #FE933C. Grayscale: #555555. Windows color (decimal): -16683837 or 12807169. OLE color: 12807169.
HSL color Cylindrical-coordinate representation of color #016CC3: hue angle of 206.91º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CC3 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 108 | 195 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.24 |
| HSL | 206.91º | 0.99% | 0.38% | - |
| HSV(B) | 206.91º | 0.99% | 0.76% | - |
| XYZ | 15.23 | 14.67 | 53.66 | - |
| YUV | 85.93 | 189.55 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 195 | 0.99 | 0.45 | 0 | 0.24 | 206.91 | 0.99 | 0.38 |
| Hex | 1 | 6C | C3 | 63 | 2D | 0 | 18 | CF | 63 | 26 |
| Octal | 1 | 154 | 303 | 143 | 55 | 0 | 30 | 317 | 143 | 46 |
| Binary | 1 | 1101100 | 11000011 | 1100011 | 101101 | 0 | 11000 | 11001111 | 1100011 | 100110 |
Color Harmonies of #016CC3
Complementary color
Monochromatic Colors of #016CC3
Black with #016CC3
Text Example
Text Example
White with #016CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CC3; }
p { color: rgb(1,108,195); }
H1.HeaderClassName
{
color: #016CC3;
}
.AnyTagClassName
{
color: #016CC3;
}
</style>
background-color css
<style>
a { background-color: #016CC3; }
a { background-color: rgb(1,108,195); }
div.DivClassName
{
background-color: #016CC3;
}
.BgClassName
{
background-color: #016CC3;
}
</style>
border-color css
<style>
span { border-color: #016CC3; }
span { border-color: rgb(1,108,195); }
td.TdClassName
{
border-color: #016CC3;
}
.TagClassName
{
border-color: #016CC3;
}
</style>