Shades of Navy Blue #0061C5
Tints of Navy Blue #0061C5
RGB
CMYK
RGB Variations
Color information
#0061C5 (or 0x0061C5) is known color: Navy Blue. HEX triplet: 00, 61 and C5. RGB value is (0,97,197). Sum of RGB (Red+Green+Blue) = 0+97+197=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #0061C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061C5 is #FF9E3A. Grayscale: #4E4E4E. Windows color (decimal): -16752187 or 12935424. OLE color: 12935424.
HSL color Cylindrical-coordinate representation of color #0061C5: hue angle of 210.46º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061C5 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 97 | 197 | - |
| CMYK | 1 | 0.51 | 0 | 0.23 |
| HSL | 210.46º | 1% | 0.39% | - |
| HSV(B) | 210.46º | 1% | 0.77% | - |
| XYZ | 14.35 | 12.58 | 54.5 | - |
| YUV | 79.4 | 194.36 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 197 | 1 | 0.51 | 0 | 0.23 | 210.46 | 1 | 0.39 |
| Hex | 0 | 61 | C5 | 64 | 33 | 0 | 17 | D2 | 64 | 27 |
| Octal | 0 | 141 | 305 | 144 | 63 | 0 | 27 | 322 | 144 | 47 |
| Binary | 0 | 1100001 | 11000101 | 1100100 | 110011 | 0 | 10111 | 11010010 | 1100100 | 100111 |
Color Harmonies of #0061C5
Complementary color
Monochromatic Colors of #0061C5
Black with #0061C5
Text Example
Text Example
White with #0061C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061C5; }
p { color: rgb(0,97,197); }
H1.HeaderClassName
{
color: #0061C5;
}
.AnyTagClassName
{
color: #0061C5;
}
</style>
background-color css
<style>
a { background-color: #0061C5; }
a { background-color: rgb(0,97,197); }
div.DivClassName
{
background-color: #0061C5;
}
.BgClassName
{
background-color: #0061C5;
}
</style>
border-color css
<style>
span { border-color: #0061C5; }
span { border-color: rgb(0,97,197); }
td.TdClassName
{
border-color: #0061C5;
}
.TagClassName
{
border-color: #0061C5;
}
</style>