Shades of Navy Blue #0160DC
Tints of Navy Blue #0160DC
RGB
CMYK
RGB Variations
Color information
#0160DC (or 0x0160DC) is known color: Navy Blue. HEX triplet: 01, 60 and DC. RGB value is (1,96,220). Sum of RGB (Red+Green+Blue) = 1+96+220=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #0160DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0160DC is #FE9F23. Grayscale: #515151. Windows color (decimal): -16686884 or 14442497. OLE color: 14442497.
HSL color Cylindrical-coordinate representation of color #0160DC: hue angle of 213.97º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160DC is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 96 | 220 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.14 |
| HSL | 213.97º | 0.99% | 0.43% | - |
| HSV(B) | 213.97º | 1% | 0.86% | - |
| XYZ | 17.11 | 13.54 | 69.42 | - |
| YUV | 81.73 | 206.03 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 220 | 1.00 | 0.56 | 0 | 0.14 | 213.97 | 0.99 | 0.43 |
| Hex | 1 | 60 | DC | 64 | 38 | 0 | E | D6 | 63 | 2B |
| Octal | 1 | 140 | 334 | 144 | 70 | 0 | 16 | 326 | 143 | 53 |
| Binary | 1 | 1100000 | 11011100 | 1100100 | 111000 | 0 | 1110 | 11010110 | 1100011 | 101011 |
Color Harmonies of #0160DC
Complementary color
Monochromatic Colors of #0160DC
Black with #0160DC
Text Example
Text Example
White with #0160DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160DC; }
p { color: rgb(1,96,220); }
H1.HeaderClassName
{
color: #0160DC;
}
.AnyTagClassName
{
color: #0160DC;
}
</style>
background-color css
<style>
a { background-color: #0160DC; }
a { background-color: rgb(1,96,220); }
div.DivClassName
{
background-color: #0160DC;
}
.BgClassName
{
background-color: #0160DC;
}
</style>
border-color css
<style>
span { border-color: #0160DC; }
span { border-color: rgb(1,96,220); }
td.TdClassName
{
border-color: #0160DC;
}
.TagClassName
{
border-color: #0160DC;
}
</style>