Shades of Navy Blue #0061BA
Tints of Navy Blue #0061BA
RGB
CMYK
RGB Variations
Color information
#0061BA (or 0x0061BA) is known color: Navy Blue. HEX triplet: 00, 61 and BA. RGB value is (0,97,186). Sum of RGB (Red+Green+Blue) = 0+97+186=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #0061BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061BA is #FF9E45. Grayscale: #4D4D4D. Windows color (decimal): -16752198 or 12214528. OLE color: 12214528.
HSL color Cylindrical-coordinate representation of color #0061BA: hue angle of 208.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061BA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 97 | 186 | - |
| CMYK | 1 | 0.48 | 0 | 0.27 |
| HSL | 208.71º | 1% | 0.36% | - |
| HSV(B) | 208.71º | 1% | 0.73% | - |
| XYZ | 13.14 | 12.09 | 48.1 | - |
| YUV | 78.14 | 188.86 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 186 | 1 | 0.48 | 0 | 0.27 | 208.71 | 1 | 0.36 |
| Hex | 0 | 61 | BA | 64 | 30 | 0 | 1B | D1 | 64 | 24 |
| Octal | 0 | 141 | 272 | 144 | 60 | 0 | 33 | 321 | 144 | 44 |
| Binary | 0 | 1100001 | 10111010 | 1100100 | 110000 | 0 | 11011 | 11010001 | 1100100 | 100100 |
Color Harmonies of #0061BA
Complementary color
Monochromatic Colors of #0061BA
Black with #0061BA
Text Example
Text Example
White with #0061BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061BA; }
p { color: rgb(0,97,186); }
H1.HeaderClassName
{
color: #0061BA;
}
.AnyTagClassName
{
color: #0061BA;
}
</style>
background-color css
<style>
a { background-color: #0061BA; }
a { background-color: rgb(0,97,186); }
div.DivClassName
{
background-color: #0061BA;
}
.BgClassName
{
background-color: #0061BA;
}
</style>
border-color css
<style>
span { border-color: #0061BA; }
span { border-color: rgb(0,97,186); }
td.TdClassName
{
border-color: #0061BA;
}
.TagClassName
{
border-color: #0061BA;
}
</style>