Shades of Navy Blue #057CDF
Tints of Navy Blue #057CDF
RGB
CMYK
RGB Variations
Color information
#057CDF (or 0x057CDF) is known color: Navy Blue. HEX triplet: 05, 7C and DF. RGB value is (5,124,223). Sum of RGB (Red+Green+Blue) = 5+124+223=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #057CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CDF is #FA8320. Grayscale: #636363. Windows color (decimal): -16417569 or 14646277. OLE color: 14646277.
HSL color Cylindrical-coordinate representation of color #057CDF: hue angle of 207.25º 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 #057CDF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 124 | 223 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.13 |
| HSL | 207.25º | 0.96% | 0.45% | - |
| HSV(B) | 207.25º | 0.98% | 0.87% | - |
| XYZ | 20.59 | 19.78 | 72.54 | - |
| YUV | 99.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 223 | 0.98 | 0.44 | 0 | 0.13 | 207.25 | 0.96 | 0.45 |
| Hex | 5 | 7C | DF | 62 | 2C | 0 | D | CF | 60 | 2D |
| Octal | 5 | 174 | 337 | 142 | 54 | 0 | 15 | 317 | 140 | 55 |
| Binary | 101 | 1111100 | 11011111 | 1100010 | 101100 | 0 | 1101 | 11001111 | 1100000 | 101101 |
Color Harmonies of #057CDF
Complementary color
Monochromatic Colors of #057CDF
Black with #057CDF
Text Example
Text Example
White with #057CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CDF; }
p { color: rgb(5,124,223); }
H1.HeaderClassName
{
color: #057CDF;
}
.AnyTagClassName
{
color: #057CDF;
}
</style>
background-color css
<style>
a { background-color: #057CDF; }
a { background-color: rgb(5,124,223); }
div.DivClassName
{
background-color: #057CDF;
}
.BgClassName
{
background-color: #057CDF;
}
</style>
border-color css
<style>
span { border-color: #057CDF; }
span { border-color: rgb(5,124,223); }
td.TdClassName
{
border-color: #057CDF;
}
.TagClassName
{
border-color: #057CDF;
}
</style>