Shades of Navy Blue #0161C4
Tints of Navy Blue #0161C4
RGB
CMYK
RGB Variations
Color information
#0161C4 (or 0x0161C4) is known color: Navy Blue. HEX triplet: 01, 61 and C4. RGB value is (1,97,196). Sum of RGB (Red+Green+Blue) = 1+97+196=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #0161C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161C4 is #FE9E3B. Grayscale: #4F4F4F. Windows color (decimal): -16686652 or 12869889. OLE color: 12869889.
HSL color Cylindrical-coordinate representation of color #0161C4: hue angle of 210.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0161C4 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 97 | 196 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.23 |
| HSL | 210.46º | 0.99% | 0.39% | - |
| HSV(B) | 210.46º | 0.99% | 0.77% | - |
| XYZ | 14.25 | 12.54 | 53.89 | - |
| YUV | 79.58 | 193.7 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 196 | 0.99 | 0.51 | 0 | 0.23 | 210.46 | 0.99 | 0.39 |
| Hex | 1 | 61 | C4 | 63 | 33 | 0 | 17 | D2 | 63 | 27 |
| Octal | 1 | 141 | 304 | 143 | 63 | 0 | 27 | 322 | 143 | 47 |
| Binary | 1 | 1100001 | 11000100 | 1100011 | 110011 | 0 | 10111 | 11010010 | 1100011 | 100111 |
Color Harmonies of #0161C4
Complementary color
Monochromatic Colors of #0161C4
Black with #0161C4
Text Example
Text Example
White with #0161C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0161C4; }
p { color: rgb(1,97,196); }
H1.HeaderClassName
{
color: #0161C4;
}
.AnyTagClassName
{
color: #0161C4;
}
</style>
background-color css
<style>
a { background-color: #0161C4; }
a { background-color: rgb(1,97,196); }
div.DivClassName
{
background-color: #0161C4;
}
.BgClassName
{
background-color: #0161C4;
}
</style>
border-color css
<style>
span { border-color: #0161C4; }
span { border-color: rgb(1,97,196); }
td.TdClassName
{
border-color: #0161C4;
}
.TagClassName
{
border-color: #0161C4;
}
</style>