Shades of Navy Blue #0577DB
Tints of Navy Blue #0577DB
RGB
CMYK
RGB Variations
Color information
#0577DB (or 0x0577DB) is known color: Navy Blue. HEX triplet: 05, 77 and DB. RGB value is (5,119,219). Sum of RGB (Red+Green+Blue) = 5+119+219=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #0577DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577DB is #FA8824. Grayscale: #5F5F5F. Windows color (decimal): -16418853 or 14382853. OLE color: 14382853.
HSL color Cylindrical-coordinate representation of color #0577DB: hue angle of 208.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0577DB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 5 | 119 | 219 | - |
CMYK | 0.98 | 0.46 | 0 | 0.14 |
HSL | 208.04º | 0.96% | 0.44% | - |
HSV(B) | 208.04º | 0.98% | 0.86% | - |
XYZ | 19.45 | 18.34 | 69.53 | - |
YUV | 96.31 | 197.23 | 62.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 119 | 219 | 0.98 | 0.46 | 0 | 0.14 | 208.04 | 0.96 | 0.44 |
Hex | 5 | 77 | DB | 62 | 2E | 0 | E | D0 | 60 | 2C |
Octal | 5 | 167 | 333 | 142 | 56 | 0 | 16 | 320 | 140 | 54 |
Binary | 101 | 1110111 | 11011011 | 1100010 | 101110 | 0 | 1110 | 11010000 | 1100000 | 101100 |
Color Harmonies of #0577DB
Complementary color
Monochromatic Colors of #0577DB
Black with #0577DB
Text Example
Text Example
White with #0577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577DB; }
p { color: rgb(5,119,219); }
H1.HeaderClassName
{
color: #0577DB;
}
.AnyTagClassName
{
color: #0577DB;
}
</style>
background-color css
<style>
a { background-color: #0577DB; }
a { background-color: rgb(5,119,219); }
div.DivClassName
{
background-color: #0577DB;
}
.BgClassName
{
background-color: #0577DB;
}
</style>
border-color css
<style>
span { border-color: #0577DB; }
span { border-color: rgb(5,119,219); }
td.TdClassName
{
border-color: #0577DB;
}
.TagClassName
{
border-color: #0577DB;
}
</style>