Shades of Navy Blue #0061F9
Tints of Navy Blue #0061F9
RGB
CMYK
RGB Variations
Color information
#0061F9 (or 0x0061F9) is known color: Navy Blue. HEX triplet: 00, 61 and F9. RGB value is (0,97,249). Sum of RGB (Red+Green+Blue) = 0+97+249=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #0061F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0061F9 is #FF9E06. Grayscale: #545454. Windows color (decimal): -16752135 or 16343296. OLE color: 16343296.
HSL color Cylindrical-coordinate representation of color #0061F9: hue angle of 216.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061F9 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 97 | 249 | - |
| CMYK | 1 | 0.61 | 0 | 0.02 |
| HSL | 216.63º | 1% | 0.49% | - |
| HSV(B) | 216.63º | 1% | 0.98% | - |
| XYZ | 21.37 | 15.39 | 91.47 | - |
| YUV | 85.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 249 | 1 | 0.61 | 0 | 0.02 | 216.63 | 1 | 0.49 |
| Hex | 0 | 61 | F9 | 64 | 3D | 0 | 2 | D9 | 64 | 31 |
| Octal | 0 | 141 | 371 | 144 | 75 | 0 | 2 | 331 | 144 | 61 |
| Binary | 0 | 1100001 | 11111001 | 1100100 | 111101 | 0 | 10 | 11011001 | 1100100 | 110001 |
Color Harmonies of #0061F9
Complementary color
Monochromatic Colors of #0061F9
Black with #0061F9
Text Example
Text Example
White with #0061F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061F9; }
p { color: rgb(0,97,249); }
H1.HeaderClassName
{
color: #0061F9;
}
.AnyTagClassName
{
color: #0061F9;
}
</style>
background-color css
<style>
a { background-color: #0061F9; }
a { background-color: rgb(0,97,249); }
div.DivClassName
{
background-color: #0061F9;
}
.BgClassName
{
background-color: #0061F9;
}
</style>
border-color css
<style>
span { border-color: #0061F9; }
span { border-color: rgb(0,97,249); }
td.TdClassName
{
border-color: #0061F9;
}
.TagClassName
{
border-color: #0061F9;
}
</style>