Shades of Navy Blue #0561E4
Tints of Navy Blue #0561E4
RGB
CMYK
RGB Variations
Color information
#0561E4 (or 0x0561E4) is known color: Navy Blue. HEX triplet: 05, 61 and E4. RGB value is (5,97,228). Sum of RGB (Red+Green+Blue) = 5+97+228=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #0561E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561E4 is #FA9E1B. Grayscale: #535353. Windows color (decimal): -16424476 or 14967045. OLE color: 14967045.
HSL color Cylindrical-coordinate representation of color #0561E4: hue angle of 215.25º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561E4 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 97 | 228 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.11 |
| HSL | 215.25º | 0.96% | 0.46% | - |
| HSV(B) | 215.25º | 0.98% | 0.89% | - |
| XYZ | 18.34 | 14.18 | 75.17 | - |
| YUV | 84.43 | 209.02 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 228 | 0.98 | 0.57 | 0 | 0.11 | 215.25 | 0.96 | 0.46 |
| Hex | 5 | 61 | E4 | 62 | 39 | 0 | B | D7 | 60 | 2E |
| Octal | 5 | 141 | 344 | 142 | 71 | 0 | 13 | 327 | 140 | 56 |
| Binary | 101 | 1100001 | 11100100 | 1100010 | 111001 | 0 | 1011 | 11010111 | 1100000 | 101110 |
Color Harmonies of #0561E4
Complementary color
Monochromatic Colors of #0561E4
Black with #0561E4
Text Example
Text Example
White with #0561E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0561E4; }
p { color: rgb(5,97,228); }
H1.HeaderClassName
{
color: #0561E4;
}
.AnyTagClassName
{
color: #0561E4;
}
</style>
background-color css
<style>
a { background-color: #0561E4; }
a { background-color: rgb(5,97,228); }
div.DivClassName
{
background-color: #0561E4;
}
.BgClassName
{
background-color: #0561E4;
}
</style>
border-color css
<style>
span { border-color: #0561E4; }
span { border-color: rgb(5,97,228); }
td.TdClassName
{
border-color: #0561E4;
}
.TagClassName
{
border-color: #0561E4;
}
</style>