Shades of Navy Blue #057CE1
Tints of Navy Blue #057CE1
RGB
CMYK
RGB Variations
Color information
#057CE1 (or 0x057CE1) is known color: Navy Blue. HEX triplet: 05, 7C and E1. RGB value is (5,124,225). Sum of RGB (Red+Green+Blue) = 5+124+225=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #057CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CE1 is #FA831E. Grayscale: #636363. Windows color (decimal): -16417567 or 14777349. OLE color: 14777349.
HSL color Cylindrical-coordinate representation of color #057CE1: hue angle of 207.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CE1 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 124 | 225 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.12 |
| HSL | 207.55º | 0.96% | 0.45% | - |
| HSV(B) | 207.55º | 0.98% | 0.88% | - |
| XYZ | 20.86 | 19.88 | 73.97 | - |
| YUV | 99.93 | 198.58 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 225 | 0.98 | 0.45 | 0 | 0.12 | 207.55 | 0.96 | 0.45 |
| Hex | 5 | 7C | E1 | 62 | 2D | 0 | C | D0 | 60 | 2D |
| Octal | 5 | 174 | 341 | 142 | 55 | 0 | 14 | 320 | 140 | 55 |
| Binary | 101 | 1111100 | 11100001 | 1100010 | 101101 | 0 | 1100 | 11010000 | 1100000 | 101101 |
Color Harmonies of #057CE1
Complementary color
Monochromatic Colors of #057CE1
Black with #057CE1
Text Example
Text Example
White with #057CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CE1; }
p { color: rgb(5,124,225); }
H1.HeaderClassName
{
color: #057CE1;
}
.AnyTagClassName
{
color: #057CE1;
}
</style>
background-color css
<style>
a { background-color: #057CE1; }
a { background-color: rgb(5,124,225); }
div.DivClassName
{
background-color: #057CE1;
}
.BgClassName
{
background-color: #057CE1;
}
</style>
border-color css
<style>
span { border-color: #057CE1; }
span { border-color: rgb(5,124,225); }
td.TdClassName
{
border-color: #057CE1;
}
.TagClassName
{
border-color: #057CE1;
}
</style>