Shades of Navy Blue #0061FE
Tints of Navy Blue #0061FE
RGB
CMYK
RGB Variations
Color information
#0061FE (or 0x0061FE) is known color: Navy Blue. HEX triplet: 00, 61 and FE. RGB value is (0,97,254). Sum of RGB (Red+Green+Blue) = 0+97+254=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #0061FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0061FE is #FF9E01. Grayscale: #555555. Windows color (decimal): -16752130 or 16670976. OLE color: 16670976.
HSL color Cylindrical-coordinate representation of color #0061FE: hue angle of 217.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061FE is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 97 | 254 | - |
| CMYK | 1 | 0.62 | 0 | 0.00 |
| HSL | 217.09º | 1% | 0.5% | - |
| HSV(B) | 217.09º | 1% | 1% | - |
| XYZ | 22.16 | 15.71 | 95.63 | - |
| YUV | 85.9 | 222.86 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 254 | 1 | 0.62 | 0 | 0.00 | 217.09 | 1 | 0.5 |
| Hex | 0 | 61 | FE | 64 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 0 | 141 | 376 | 144 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 0 | 1100001 | 11111110 | 1100100 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0061FE
Complementary color
Monochromatic Colors of #0061FE
Black with #0061FE
Text Example
Text Example
White with #0061FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061FE; }
p { color: rgb(0,97,254); }
H1.HeaderClassName
{
color: #0061FE;
}
.AnyTagClassName
{
color: #0061FE;
}
</style>
background-color css
<style>
a { background-color: #0061FE; }
a { background-color: rgb(0,97,254); }
div.DivClassName
{
background-color: #0061FE;
}
.BgClassName
{
background-color: #0061FE;
}
</style>
border-color css
<style>
span { border-color: #0061FE; }
span { border-color: rgb(0,97,254); }
td.TdClassName
{
border-color: #0061FE;
}
.TagClassName
{
border-color: #0061FE;
}
</style>