Shades of Navy Blue #057DC8
Tints of Navy Blue #057DC8
RGB
CMYK
RGB Variations
Color information
#057DC8 (or 0x057DC8) is known color: Navy Blue. HEX triplet: 05, 7D and C8. RGB value is (5,125,200). Sum of RGB (Red+Green+Blue) = 5+125+200=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #057DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DC8 is #FA8237. Grayscale: #616161. Windows color (decimal): -16417336 or 13139205. OLE color: 13139205.
HSL color Cylindrical-coordinate representation of color #057DC8: hue angle of 203.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DC8 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 125 | 200 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.22 |
| HSL | 203.08º | 0.95% | 0.4% | - |
| HSV(B) | 203.08º | 0.98% | 0.78% | - |
| XYZ | 17.82 | 18.87 | 57.35 | - |
| YUV | 97.67 | 185.74 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 200 | 0.98 | 0.38 | 0 | 0.22 | 203.08 | 0.95 | 0.4 |
| Hex | 5 | 7D | C8 | 62 | 26 | 0 | 16 | CB | 5F | 28 |
| Octal | 5 | 175 | 310 | 142 | 46 | 0 | 26 | 313 | 137 | 50 |
| Binary | 101 | 1111101 | 11001000 | 1100010 | 100110 | 0 | 10110 | 11001011 | 1011111 | 101000 |
Color Harmonies of #057DC8
Complementary color
Monochromatic Colors of #057DC8
Black with #057DC8
Text Example
Text Example
White with #057DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DC8; }
p { color: rgb(5,125,200); }
H1.HeaderClassName
{
color: #057DC8;
}
.AnyTagClassName
{
color: #057DC8;
}
</style>
background-color css
<style>
a { background-color: #057DC8; }
a { background-color: rgb(5,125,200); }
div.DivClassName
{
background-color: #057DC8;
}
.BgClassName
{
background-color: #057DC8;
}
</style>
border-color css
<style>
span { border-color: #057DC8; }
span { border-color: rgb(5,125,200); }
td.TdClassName
{
border-color: #057DC8;
}
.TagClassName
{
border-color: #057DC8;
}
</style>