Shades of Navy Blue #0578E7
Tints of Navy Blue #0578E7
RGB
CMYK
RGB Variations
Color information
#0578E7 (or 0x0578E7) is known color: Navy Blue. HEX triplet: 05, 78 and E7. RGB value is (5,120,231). Sum of RGB (Red+Green+Blue) = 5+120+231=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #0578E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0578E7 is #FA8718. Grayscale: #616161. Windows color (decimal): -16418585 or 15169541. OLE color: 15169541.
HSL color Cylindrical-coordinate representation of color #0578E7: hue angle of 209.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0578E7 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 120 | 231 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.09 |
| HSL | 209.47º | 0.96% | 0.46% | - |
| HSV(B) | 209.47º | 0.98% | 0.91% | - |
| XYZ | 21.2 | 19.23 | 78.2 | - |
| YUV | 98.27 | 202.9 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 231 | 0.98 | 0.48 | 0 | 0.09 | 209.47 | 0.96 | 0.46 |
| Hex | 5 | 78 | E7 | 62 | 30 | 0 | 9 | D1 | 60 | 2E |
| Octal | 5 | 170 | 347 | 142 | 60 | 0 | 11 | 321 | 140 | 56 |
| Binary | 101 | 1111000 | 11100111 | 1100010 | 110000 | 0 | 1001 | 11010001 | 1100000 | 101110 |
Color Harmonies of #0578E7
Complementary color
Monochromatic Colors of #0578E7
Black with #0578E7
Text Example
Text Example
White with #0578E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578E7; }
p { color: rgb(5,120,231); }
H1.HeaderClassName
{
color: #0578E7;
}
.AnyTagClassName
{
color: #0578E7;
}
</style>
background-color css
<style>
a { background-color: #0578E7; }
a { background-color: rgb(5,120,231); }
div.DivClassName
{
background-color: #0578E7;
}
.BgClassName
{
background-color: #0578E7;
}
</style>
border-color css
<style>
span { border-color: #0578E7; }
span { border-color: rgb(5,120,231); }
td.TdClassName
{
border-color: #0578E7;
}
.TagClassName
{
border-color: #0578E7;
}
</style>