Shades of Navy Blue #0577DF
Tints of Navy Blue #0577DF
RGB
CMYK
RGB Variations
Color information
#0577DF (or 0x0577DF) is known color: Navy Blue. HEX triplet: 05, 77 and DF. RGB value is (5,119,223). Sum of RGB (Red+Green+Blue) = 5+119+223=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #0577DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577DF is #FA8820. Grayscale: #606060. Windows color (decimal): -16418849 or 14644997. OLE color: 14644997.
HSL color Cylindrical-coordinate representation of color #0577DF: hue angle of 208.62º 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 #0577DF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 119 | 223 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.13 |
| HSL | 208.62º | 0.96% | 0.45% | - |
| HSV(B) | 208.62º | 0.98% | 0.87% | - |
| XYZ | 19.98 | 18.55 | 72.34 | - |
| YUV | 96.77 | 199.23 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 223 | 0.98 | 0.47 | 0 | 0.13 | 208.62 | 0.96 | 0.45 |
| Hex | 5 | 77 | DF | 62 | 2F | 0 | D | D1 | 60 | 2D |
| Octal | 5 | 167 | 337 | 142 | 57 | 0 | 15 | 321 | 140 | 55 |
| Binary | 101 | 1110111 | 11011111 | 1100010 | 101111 | 0 | 1101 | 11010001 | 1100000 | 101101 |
Color Harmonies of #0577DF
Complementary color
Monochromatic Colors of #0577DF
Black with #0577DF
Text Example
Text Example
White with #0577DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577DF; }
p { color: rgb(5,119,223); }
H1.HeaderClassName
{
color: #0577DF;
}
.AnyTagClassName
{
color: #0577DF;
}
</style>
background-color css
<style>
a { background-color: #0577DF; }
a { background-color: rgb(5,119,223); }
div.DivClassName
{
background-color: #0577DF;
}
.BgClassName
{
background-color: #0577DF;
}
</style>
border-color css
<style>
span { border-color: #0577DF; }
span { border-color: rgb(5,119,223); }
td.TdClassName
{
border-color: #0577DF;
}
.TagClassName
{
border-color: #0577DF;
}
</style>