Shades of Navy Blue #0578E6
Tints of Navy Blue #0578E6
RGB
CMYK
RGB Variations
Color information
#0578E6 (or 0x0578E6) is known color: Navy Blue. HEX triplet: 05, 78 and E6. RGB value is (5,120,230). Sum of RGB (Red+Green+Blue) = 5+120+230=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #0578E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0578E6 is #FA8719. Grayscale: #616161. Windows color (decimal): -16418586 or 15104005. OLE color: 15104005.
HSL color Cylindrical-coordinate representation of color #0578E6: hue angle of 209.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0578E6 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 120 | 230 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.10 |
| HSL | 209.33º | 0.96% | 0.46% | - |
| HSV(B) | 209.33º | 0.98% | 0.9% | - |
| XYZ | 21.06 | 19.18 | 77.45 | - |
| YUV | 98.16 | 202.4 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 230 | 0.98 | 0.48 | 0 | 0.10 | 209.33 | 0.96 | 0.46 |
| Hex | 5 | 78 | E6 | 62 | 30 | 0 | A | D1 | 60 | 2E |
| Octal | 5 | 170 | 346 | 142 | 60 | 0 | 12 | 321 | 140 | 56 |
| Binary | 101 | 1111000 | 11100110 | 1100010 | 110000 | 0 | 1010 | 11010001 | 1100000 | 101110 |
Color Harmonies of #0578E6
Complementary color
Monochromatic Colors of #0578E6
Black with #0578E6
Text Example
Text Example
White with #0578E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578E6; }
p { color: rgb(5,120,230); }
H1.HeaderClassName
{
color: #0578E6;
}
.AnyTagClassName
{
color: #0578E6;
}
</style>
background-color css
<style>
a { background-color: #0578E6; }
a { background-color: rgb(5,120,230); }
div.DivClassName
{
background-color: #0578E6;
}
.BgClassName
{
background-color: #0578E6;
}
</style>
border-color css
<style>
span { border-color: #0578E6; }
span { border-color: rgb(5,120,230); }
td.TdClassName
{
border-color: #0578E6;
}
.TagClassName
{
border-color: #0578E6;
}
</style>