Shades of Navy Blue #0561FE
Tints of Navy Blue #0561FE
RGB
CMYK
RGB Variations
Color information
#0561FE (or 0x0561FE) is known color: Navy Blue. HEX triplet: 05, 61 and FE. RGB value is (5,97,254). Sum of RGB (Red+Green+Blue) = 5+97+254=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #0561FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0561FE is #FA9E01. Grayscale: #565656. Windows color (decimal): -16424450 or 16670981. OLE color: 16670981.
HSL color Cylindrical-coordinate representation of color #0561FE: hue angle of 217.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561FE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 97 | 254 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.00 |
| HSL | 217.83º | 0.99% | 0.51% | - |
| HSV(B) | 217.83º | 0.98% | 1% | - |
| XYZ | 22.23 | 15.74 | 95.63 | - |
| YUV | 87.39 | 222.02 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 254 | 0.98 | 0.62 | 0 | 0.00 | 217.83 | 0.99 | 0.51 |
| Hex | 5 | 61 | FE | 62 | 3E | 0 | 0 | DA | 63 | 33 |
| Octal | 5 | 141 | 376 | 142 | 76 | 0 | 0 | 332 | 143 | 63 |
| Binary | 101 | 1100001 | 11111110 | 1100010 | 111110 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0561FE
Complementary color
Monochromatic Colors of #0561FE
Black with #0561FE
Text Example
Text Example
White with #0561FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0561FE; }
p { color: rgb(5,97,254); }
H1.HeaderClassName
{
color: #0561FE;
}
.AnyTagClassName
{
color: #0561FE;
}
</style>
background-color css
<style>
a { background-color: #0561FE; }
a { background-color: rgb(5,97,254); }
div.DivClassName
{
background-color: #0561FE;
}
.BgClassName
{
background-color: #0561FE;
}
</style>
border-color css
<style>
span { border-color: #0561FE; }
span { border-color: rgb(5,97,254); }
td.TdClassName
{
border-color: #0561FE;
}
.TagClassName
{
border-color: #0561FE;
}
</style>