Shades of Navy Blue #0161ED
Tints of Navy Blue #0161ED
RGB
CMYK
RGB Variations
Color information
#0161ED (or 0x0161ED) is known color: Navy Blue. HEX triplet: 01, 61 and ED. RGB value is (1,97,237). Sum of RGB (Red+Green+Blue) = 1+97+237=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #0161ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0161ED is #FE9E12. Grayscale: #535353. Windows color (decimal): -16686611 or 15556865. OLE color: 15556865.
HSL color Cylindrical-coordinate representation of color #0161ED: hue angle of 215.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0161ED is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 97 | 237 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.07 |
| HSL | 215.59º | 0.99% | 0.47% | - |
| HSV(B) | 215.59º | 1% | 0.93% | - |
| XYZ | 19.57 | 14.67 | 81.92 | - |
| YUV | 84.26 | 214.2 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 237 | 1.00 | 0.59 | 0 | 0.07 | 215.59 | 0.99 | 0.47 |
| Hex | 1 | 61 | ED | 64 | 3B | 0 | 7 | D8 | 63 | 2F |
| Octal | 1 | 141 | 355 | 144 | 73 | 0 | 7 | 330 | 143 | 57 |
| Binary | 1 | 1100001 | 11101101 | 1100100 | 111011 | 0 | 111 | 11011000 | 1100011 | 101111 |
Color Harmonies of #0161ED
Complementary color
Monochromatic Colors of #0161ED
Black with #0161ED
Text Example
Text Example
White with #0161ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0161ED; }
p { color: rgb(1,97,237); }
H1.HeaderClassName
{
color: #0161ED;
}
.AnyTagClassName
{
color: #0161ED;
}
</style>
background-color css
<style>
a { background-color: #0161ED; }
a { background-color: rgb(1,97,237); }
div.DivClassName
{
background-color: #0161ED;
}
.BgClassName
{
background-color: #0161ED;
}
</style>
border-color css
<style>
span { border-color: #0161ED; }
span { border-color: rgb(1,97,237); }
td.TdClassName
{
border-color: #0161ED;
}
.TagClassName
{
border-color: #0161ED;
}
</style>