Shades of Navy Blue #0561FC
Tints of Navy Blue #0561FC
RGB
CMYK
RGB Variations
Color information
#0561FC (or 0x0561FC) is known color: Navy Blue. HEX triplet: 05, 61 and FC. RGB value is (5,97,252). Sum of RGB (Red+Green+Blue) = 5+97+252=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0561FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0561FC is #FA9E03. Grayscale: #565656. Windows color (decimal): -16424452 or 16539909. OLE color: 16539909.
HSL color Cylindrical-coordinate representation of color #0561FC: hue angle of 217.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561FC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 97 | 252 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.01 |
| HSL | 217.65º | 0.98% | 0.5% | - |
| HSV(B) | 217.65º | 0.98% | 0.99% | - |
| XYZ | 21.91 | 15.61 | 93.95 | - |
| YUV | 87.16 | 221.02 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 252 | 0.98 | 0.62 | 0 | 0.01 | 217.65 | 0.98 | 0.5 |
| Hex | 5 | 61 | FC | 62 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 5 | 141 | 374 | 142 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 101 | 1100001 | 11111100 | 1100010 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #0561FC
Complementary color
Monochromatic Colors of #0561FC
Black with #0561FC
Text Example
Text Example
White with #0561FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0561FC; }
p { color: rgb(5,97,252); }
H1.HeaderClassName
{
color: #0561FC;
}
.AnyTagClassName
{
color: #0561FC;
}
</style>
background-color css
<style>
a { background-color: #0561FC; }
a { background-color: rgb(5,97,252); }
div.DivClassName
{
background-color: #0561FC;
}
.BgClassName
{
background-color: #0561FC;
}
</style>
border-color css
<style>
span { border-color: #0561FC; }
span { border-color: rgb(5,97,252); }
td.TdClassName
{
border-color: #0561FC;
}
.TagClassName
{
border-color: #0561FC;
}
</style>