Shades of Navy Blue #0161BE
Tints of Navy Blue #0161BE
RGB
CMYK
RGB Variations
Color information
#0161BE (or 0x0161BE) is known color: Navy Blue. HEX triplet: 01, 61 and BE. RGB value is (1,97,190). Sum of RGB (Red+Green+Blue) = 1+97+190=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #0161BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161BE is #FE9E41. Grayscale: #4E4E4E. Windows color (decimal): -16686658 or 12476673. OLE color: 12476673.
HSL color Cylindrical-coordinate representation of color #0161BE: hue angle of 209.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0161BE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 97 | 190 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.25 |
| HSL | 209.52º | 0.99% | 0.37% | - |
| HSV(B) | 209.52º | 0.99% | 0.75% | - |
| XYZ | 13.58 | 12.27 | 50.37 | - |
| YUV | 78.9 | 190.7 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 190 | 0.99 | 0.49 | 0 | 0.25 | 209.52 | 0.99 | 0.37 |
| Hex | 1 | 61 | BE | 63 | 31 | 0 | 19 | D2 | 63 | 25 |
| Octal | 1 | 141 | 276 | 143 | 61 | 0 | 31 | 322 | 143 | 45 |
| Binary | 1 | 1100001 | 10111110 | 1100011 | 110001 | 0 | 11001 | 11010010 | 1100011 | 100101 |
Color Harmonies of #0161BE
Complementary color
Monochromatic Colors of #0161BE
Black with #0161BE
Text Example
Text Example
White with #0161BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0161BE; }
p { color: rgb(1,97,190); }
H1.HeaderClassName
{
color: #0161BE;
}
.AnyTagClassName
{
color: #0161BE;
}
</style>
background-color css
<style>
a { background-color: #0161BE; }
a { background-color: rgb(1,97,190); }
div.DivClassName
{
background-color: #0161BE;
}
.BgClassName
{
background-color: #0161BE;
}
</style>
border-color css
<style>
span { border-color: #0161BE; }
span { border-color: rgb(1,97,190); }
td.TdClassName
{
border-color: #0161BE;
}
.TagClassName
{
border-color: #0161BE;
}
</style>