Shades of Navy Blue #0577EB
Tints of Navy Blue #0577EB
RGB
CMYK
RGB Variations
Color information
#0577EB (or 0x0577EB) is known color: Navy Blue. HEX triplet: 05, 77 and EB. RGB value is (5,119,235). Sum of RGB (Red+Green+Blue) = 5+119+235=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #0577EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0577EB is #FA8814. Grayscale: #616161. Windows color (decimal): -16418837 or 15431429. OLE color: 15431429.
HSL color Cylindrical-coordinate representation of color #0577EB: hue angle of 210.26º 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 #0577EB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 119 | 235 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.08 |
| HSL | 210.26º | 0.96% | 0.47% | - |
| HSV(B) | 210.26º | 0.98% | 0.92% | - |
| XYZ | 21.65 | 19.22 | 81.17 | - |
| YUV | 98.14 | 205.23 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 235 | 0.98 | 0.49 | 0 | 0.08 | 210.26 | 0.96 | 0.47 |
| Hex | 5 | 77 | EB | 62 | 31 | 0 | 8 | D2 | 60 | 2F |
| Octal | 5 | 167 | 353 | 142 | 61 | 0 | 10 | 322 | 140 | 57 |
| Binary | 101 | 1110111 | 11101011 | 1100010 | 110001 | 0 | 1000 | 11010010 | 1100000 | 101111 |
Color Harmonies of #0577EB
Complementary color
Monochromatic Colors of #0577EB
Black with #0577EB
Text Example
Text Example
White with #0577EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577EB; }
p { color: rgb(5,119,235); }
H1.HeaderClassName
{
color: #0577EB;
}
.AnyTagClassName
{
color: #0577EB;
}
</style>
background-color css
<style>
a { background-color: #0577EB; }
a { background-color: rgb(5,119,235); }
div.DivClassName
{
background-color: #0577EB;
}
.BgClassName
{
background-color: #0577EB;
}
</style>
border-color css
<style>
span { border-color: #0577EB; }
span { border-color: rgb(5,119,235); }
td.TdClassName
{
border-color: #0577EB;
}
.TagClassName
{
border-color: #0577EB;
}
</style>