Shades of Navy Blue #0577DE
Tints of Navy Blue #0577DE
RGB
CMYK
RGB Variations
Color information
#0577DE (or 0x0577DE) is known color: Navy Blue. HEX triplet: 05, 77 and DE. RGB value is (5,119,222). Sum of RGB (Red+Green+Blue) = 5+119+222=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #0577DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577DE is #FA8821. Grayscale: #606060. Windows color (decimal): -16418850 or 14579461. OLE color: 14579461.
HSL color Cylindrical-coordinate representation of color #0577DE: hue angle of 208.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577DE is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 119 | 222 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.13 |
| HSL | 208.48º | 0.96% | 0.45% | - |
| HSV(B) | 208.48º | 0.98% | 0.87% | - |
| XYZ | 19.84 | 18.5 | 71.63 | - |
| YUV | 96.66 | 198.73 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 222 | 0.98 | 0.46 | 0 | 0.13 | 208.48 | 0.96 | 0.45 |
| Hex | 5 | 77 | DE | 62 | 2E | 0 | D | D0 | 60 | 2D |
| Octal | 5 | 167 | 336 | 142 | 56 | 0 | 15 | 320 | 140 | 55 |
| Binary | 101 | 1110111 | 11011110 | 1100010 | 101110 | 0 | 1101 | 11010000 | 1100000 | 101101 |
Color Harmonies of #0577DE
Complementary color
Monochromatic Colors of #0577DE
Black with #0577DE
Text Example
Text Example
White with #0577DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577DE; }
p { color: rgb(5,119,222); }
H1.HeaderClassName
{
color: #0577DE;
}
.AnyTagClassName
{
color: #0577DE;
}
</style>
background-color css
<style>
a { background-color: #0577DE; }
a { background-color: rgb(5,119,222); }
div.DivClassName
{
background-color: #0577DE;
}
.BgClassName
{
background-color: #0577DE;
}
</style>
border-color css
<style>
span { border-color: #0577DE; }
span { border-color: rgb(5,119,222); }
td.TdClassName
{
border-color: #0577DE;
}
.TagClassName
{
border-color: #0577DE;
}
</style>