Shades of Navy Blue #057CCF
Tints of Navy Blue #057CCF
RGB
CMYK
RGB Variations
Color information
#057CCF (or 0x057CCF) is known color: Navy Blue. HEX triplet: 05, 7C and CF. RGB value is (5,124,207). Sum of RGB (Red+Green+Blue) = 5+124+207=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #057CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CCF is #FA8330. Grayscale: #616161. Windows color (decimal): -16417585 or 13597701. OLE color: 13597701.
HSL color Cylindrical-coordinate representation of color #057CCF: hue angle of 204.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CCF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 124 | 207 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.19 |
| HSL | 204.65º | 0.95% | 0.42% | - |
| HSV(B) | 204.65º | 0.98% | 0.81% | - |
| XYZ | 18.53 | 18.95 | 61.71 | - |
| YUV | 97.88 | 189.58 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 207 | 0.98 | 0.40 | 0 | 0.19 | 204.65 | 0.95 | 0.42 |
| Hex | 5 | 7C | CF | 62 | 28 | 0 | 13 | CD | 5F | 2A |
| Octal | 5 | 174 | 317 | 142 | 50 | 0 | 23 | 315 | 137 | 52 |
| Binary | 101 | 1111100 | 11001111 | 1100010 | 101000 | 0 | 10011 | 11001101 | 1011111 | 101010 |
Color Harmonies of #057CCF
Complementary color
Monochromatic Colors of #057CCF
Black with #057CCF
Text Example
Text Example
White with #057CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CCF; }
p { color: rgb(5,124,207); }
H1.HeaderClassName
{
color: #057CCF;
}
.AnyTagClassName
{
color: #057CCF;
}
</style>
background-color css
<style>
a { background-color: #057CCF; }
a { background-color: rgb(5,124,207); }
div.DivClassName
{
background-color: #057CCF;
}
.BgClassName
{
background-color: #057CCF;
}
</style>
border-color css
<style>
span { border-color: #057CCF; }
span { border-color: rgb(5,124,207); }
td.TdClassName
{
border-color: #057CCF;
}
.TagClassName
{
border-color: #057CCF;
}
</style>