Shades of Navy Blue #0160FA
Tints of Navy Blue #0160FA
RGB
CMYK
RGB Variations
Color information
#0160FA (or 0x0160FA) is known color: Navy Blue. HEX triplet: 01, 60 and FA. RGB value is (1,96,250). Sum of RGB (Red+Green+Blue) = 1+96+250=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #0160FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160FA is #FE9F05. Grayscale: #545454. Windows color (decimal): -16686854 or 16408577. OLE color: 16408577.
HSL color Cylindrical-coordinate representation of color #0160FA: hue angle of 217.11º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160FA is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 96 | 250 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.02 |
| HSL | 217.11º | 0.99% | 0.49% | - |
| HSV(B) | 217.11º | 1% | 0.98% | - |
| XYZ | 21.45 | 15.27 | 92.26 | - |
| YUV | 85.15 | 221.03 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 250 | 1.00 | 0.62 | 0 | 0.02 | 217.11 | 0.99 | 0.49 |
| Hex | 1 | 60 | FA | 64 | 3E | 0 | 2 | D9 | 63 | 31 |
| Octal | 1 | 140 | 372 | 144 | 76 | 0 | 2 | 331 | 143 | 61 |
| Binary | 1 | 1100000 | 11111010 | 1100100 | 111110 | 0 | 10 | 11011001 | 1100011 | 110001 |
Color Harmonies of #0160FA
Complementary color
Monochromatic Colors of #0160FA
Black with #0160FA
Text Example
Text Example
White with #0160FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160FA; }
p { color: rgb(1,96,250); }
H1.HeaderClassName
{
color: #0160FA;
}
.AnyTagClassName
{
color: #0160FA;
}
</style>
background-color css
<style>
a { background-color: #0160FA; }
a { background-color: rgb(1,96,250); }
div.DivClassName
{
background-color: #0160FA;
}
.BgClassName
{
background-color: #0160FA;
}
</style>
border-color css
<style>
span { border-color: #0160FA; }
span { border-color: rgb(1,96,250); }
td.TdClassName
{
border-color: #0160FA;
}
.TagClassName
{
border-color: #0160FA;
}
</style>