Shades of Navy Blue #0578EA
Tints of Navy Blue #0578EA
RGB
CMYK
RGB Variations
Color information
#0578EA (or 0x0578EA) is known color: Navy Blue. HEX triplet: 05, 78 and EA. RGB value is (5,120,234). Sum of RGB (Red+Green+Blue) = 5+120+234=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #0578EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0578EA is #FA8715. Grayscale: #626262. Windows color (decimal): -16418582 or 15366149. OLE color: 15366149.
HSL color Cylindrical-coordinate representation of color #0578EA: hue angle of 209.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0578EA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 120 | 234 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.08 |
| HSL | 209.87º | 0.96% | 0.47% | - |
| HSV(B) | 209.87º | 0.98% | 0.92% | - |
| XYZ | 21.63 | 19.41 | 80.45 | - |
| YUV | 98.61 | 204.4 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 234 | 0.98 | 0.49 | 0 | 0.08 | 209.87 | 0.96 | 0.47 |
| Hex | 5 | 78 | EA | 62 | 31 | 0 | 8 | D2 | 60 | 2F |
| Octal | 5 | 170 | 352 | 142 | 61 | 0 | 10 | 322 | 140 | 57 |
| Binary | 101 | 1111000 | 11101010 | 1100010 | 110001 | 0 | 1000 | 11010010 | 1100000 | 101111 |
Color Harmonies of #0578EA
Complementary color
Monochromatic Colors of #0578EA
Black with #0578EA
Text Example
Text Example
White with #0578EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578EA; }
p { color: rgb(5,120,234); }
H1.HeaderClassName
{
color: #0578EA;
}
.AnyTagClassName
{
color: #0578EA;
}
</style>
background-color css
<style>
a { background-color: #0578EA; }
a { background-color: rgb(5,120,234); }
div.DivClassName
{
background-color: #0578EA;
}
.BgClassName
{
background-color: #0578EA;
}
</style>
border-color css
<style>
span { border-color: #0578EA; }
span { border-color: rgb(5,120,234); }
td.TdClassName
{
border-color: #0578EA;
}
.TagClassName
{
border-color: #0578EA;
}
</style>