Shades of Navy Blue #0577CB
Tints of Navy Blue #0577CB
RGB
CMYK
RGB Variations
Color information
#0577CB (or 0x0577CB) is known color: Navy Blue. HEX triplet: 05, 77 and CB. RGB value is (5,119,203). Sum of RGB (Red+Green+Blue) = 5+119+203=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #0577CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577CB is #FA8834. Grayscale: #5E5E5E. Windows color (decimal): -16418869 or 13334277. OLE color: 13334277.
HSL color Cylindrical-coordinate representation of color #0577CB: hue angle of 205.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577CB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 119 | 203 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.20 |
| HSL | 205.45º | 0.95% | 0.41% | - |
| HSV(B) | 205.45º | 0.98% | 0.8% | - |
| XYZ | 17.44 | 17.54 | 58.97 | - |
| YUV | 94.49 | 189.23 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 203 | 0.98 | 0.41 | 0 | 0.20 | 205.45 | 0.95 | 0.41 |
| Hex | 5 | 77 | CB | 62 | 29 | 0 | 14 | CD | 5F | 29 |
| Octal | 5 | 167 | 313 | 142 | 51 | 0 | 24 | 315 | 137 | 51 |
| Binary | 101 | 1110111 | 11001011 | 1100010 | 101001 | 0 | 10100 | 11001101 | 1011111 | 101001 |
Color Harmonies of #0577CB
Complementary color
Monochromatic Colors of #0577CB
Black with #0577CB
Text Example
Text Example
White with #0577CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577CB; }
p { color: rgb(5,119,203); }
H1.HeaderClassName
{
color: #0577CB;
}
.AnyTagClassName
{
color: #0577CB;
}
</style>
background-color css
<style>
a { background-color: #0577CB; }
a { background-color: rgb(5,119,203); }
div.DivClassName
{
background-color: #0577CB;
}
.BgClassName
{
background-color: #0577CB;
}
</style>
border-color css
<style>
span { border-color: #0577CB; }
span { border-color: rgb(5,119,203); }
td.TdClassName
{
border-color: #0577CB;
}
.TagClassName
{
border-color: #0577CB;
}
</style>