Shades of Navy Blue #057FD4
Tints of Navy Blue #057FD4
RGB
CMYK
RGB Variations
Color information
#057FD4 (or 0x057FD4) is known color: Navy Blue. HEX triplet: 05, 7F and D4. RGB value is (5,127,212). Sum of RGB (Red+Green+Blue) = 5+127+212=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #057FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FD4 is #FA802B. Grayscale: #636363. Windows color (decimal): -16416812 or 13926149. OLE color: 13926149.
HSL color Cylindrical-coordinate representation of color #057FD4: hue angle of 204.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FD4 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 127 | 212 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.17 |
| HSL | 204.64º | 0.95% | 0.43% | - |
| HSV(B) | 204.64º | 0.98% | 0.83% | - |
| XYZ | 19.54 | 19.96 | 65.11 | - |
| YUV | 100.21 | 191.08 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 212 | 0.98 | 0.40 | 0 | 0.17 | 204.64 | 0.95 | 0.43 |
| Hex | 5 | 7F | D4 | 62 | 28 | 0 | 11 | CD | 5F | 2B |
| Octal | 5 | 177 | 324 | 142 | 50 | 0 | 21 | 315 | 137 | 53 |
| Binary | 101 | 1111111 | 11010100 | 1100010 | 101000 | 0 | 10001 | 11001101 | 1011111 | 101011 |
Color Harmonies of #057FD4
Complementary color
Monochromatic Colors of #057FD4
Black with #057FD4
Text Example
Text Example
White with #057FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FD4; }
p { color: rgb(5,127,212); }
H1.HeaderClassName
{
color: #057FD4;
}
.AnyTagClassName
{
color: #057FD4;
}
</style>
background-color css
<style>
a { background-color: #057FD4; }
a { background-color: rgb(5,127,212); }
div.DivClassName
{
background-color: #057FD4;
}
.BgClassName
{
background-color: #057FD4;
}
</style>
border-color css
<style>
span { border-color: #057FD4; }
span { border-color: rgb(5,127,212); }
td.TdClassName
{
border-color: #057FD4;
}
.TagClassName
{
border-color: #057FD4;
}
</style>