Shades of Navy Blue #057BE0
Tints of Navy Blue #057BE0
RGB
CMYK
RGB Variations
Color information
#057BE0 (or 0x057BE0) is known color: Navy Blue. HEX triplet: 05, 7B and E0. RGB value is (5,123,224). Sum of RGB (Red+Green+Blue) = 5+123+224=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #057BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BE0 is #FA841F. Grayscale: #626262. Windows color (decimal): -16417824 or 14711557. OLE color: 14711557.
HSL color Cylindrical-coordinate representation of color #057BE0: hue angle of 207.67º 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 #057BE0 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 123 | 224 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.12 |
| HSL | 207.67º | 0.96% | 0.45% | - |
| HSV(B) | 207.67º | 0.98% | 0.88% | - |
| XYZ | 20.6 | 19.58 | 73.21 | - |
| YUV | 99.23 | 198.41 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 224 | 0.98 | 0.45 | 0 | 0.12 | 207.67 | 0.96 | 0.45 |
| Hex | 5 | 7B | E0 | 62 | 2D | 0 | C | D0 | 60 | 2D |
| Octal | 5 | 173 | 340 | 142 | 55 | 0 | 14 | 320 | 140 | 55 |
| Binary | 101 | 1111011 | 11100000 | 1100010 | 101101 | 0 | 1100 | 11010000 | 1100000 | 101101 |
Color Harmonies of #057BE0
Complementary color
Monochromatic Colors of #057BE0
Black with #057BE0
Text Example
Text Example
White with #057BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BE0; }
p { color: rgb(5,123,224); }
H1.HeaderClassName
{
color: #057BE0;
}
.AnyTagClassName
{
color: #057BE0;
}
</style>
background-color css
<style>
a { background-color: #057BE0; }
a { background-color: rgb(5,123,224); }
div.DivClassName
{
background-color: #057BE0;
}
.BgClassName
{
background-color: #057BE0;
}
</style>
border-color css
<style>
span { border-color: #057BE0; }
span { border-color: rgb(5,123,224); }
td.TdClassName
{
border-color: #057BE0;
}
.TagClassName
{
border-color: #057BE0;
}
</style>