Shades of Navy Blue #0560FE
Tints of Navy Blue #0560FE
RGB
CMYK
RGB Variations
Color information
#0560FE (or 0x0560FE) is known color: Navy Blue. HEX triplet: 05, 60 and FE. RGB value is (5,96,254). Sum of RGB (Red+Green+Blue) = 5+96+254=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #0560FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0560FE is #FA9F01. Grayscale: #565656. Windows color (decimal): -16424706 or 16670725. OLE color: 16670725.
HSL color Cylindrical-coordinate representation of color #0560FE: hue angle of 218.07º 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 #0560FE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 96 | 254 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.00 |
| HSL | 218.07º | 0.99% | 0.51% | - |
| HSV(B) | 218.07º | 0.98% | 1% | - |
| XYZ | 22.13 | 15.55 | 95.6 | - |
| YUV | 86.8 | 222.35 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 254 | 0.98 | 0.62 | 0 | 0.00 | 218.07 | 0.99 | 0.51 |
| Hex | 5 | 60 | FE | 62 | 3E | 0 | 0 | DA | 63 | 33 |
| Octal | 5 | 140 | 376 | 142 | 76 | 0 | 0 | 332 | 143 | 63 |
| Binary | 101 | 1100000 | 11111110 | 1100010 | 111110 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0560FE
Complementary color
Monochromatic Colors of #0560FE
Black with #0560FE
Text Example
Text Example
White with #0560FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560FE; }
p { color: rgb(5,96,254); }
H1.HeaderClassName
{
color: #0560FE;
}
.AnyTagClassName
{
color: #0560FE;
}
</style>
background-color css
<style>
a { background-color: #0560FE; }
a { background-color: rgb(5,96,254); }
div.DivClassName
{
background-color: #0560FE;
}
.BgClassName
{
background-color: #0560FE;
}
</style>
border-color css
<style>
span { border-color: #0560FE; }
span { border-color: rgb(5,96,254); }
td.TdClassName
{
border-color: #0560FE;
}
.TagClassName
{
border-color: #0560FE;
}
</style>