Shades of Navy Blue #057BE6
Tints of Navy Blue #057BE6
RGB
CMYK
RGB Variations
Color information
#057BE6 (or 0x057BE6) is known color: Navy Blue. HEX triplet: 05, 7B and E6. RGB value is (5,123,230). Sum of RGB (Red+Green+Blue) = 5+123+230=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #057BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BE6 is #FA8419. Grayscale: #636363. Windows color (decimal): -16417818 or 15104773. OLE color: 15104773.
HSL color Cylindrical-coordinate representation of color #057BE6: hue angle of 208.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BE6 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 123 | 230 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.10 |
| HSL | 208.53º | 0.96% | 0.46% | - |
| HSV(B) | 208.53º | 0.98% | 0.9% | - |
| XYZ | 21.43 | 19.91 | 77.58 | - |
| YUV | 99.92 | 201.41 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 230 | 0.98 | 0.47 | 0 | 0.10 | 208.53 | 0.96 | 0.46 |
| Hex | 5 | 7B | E6 | 62 | 2F | 0 | A | D1 | 60 | 2E |
| Octal | 5 | 173 | 346 | 142 | 57 | 0 | 12 | 321 | 140 | 56 |
| Binary | 101 | 1111011 | 11100110 | 1100010 | 101111 | 0 | 1010 | 11010001 | 1100000 | 101110 |
Color Harmonies of #057BE6
Complementary color
Monochromatic Colors of #057BE6
Black with #057BE6
Text Example
Text Example
White with #057BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BE6; }
p { color: rgb(5,123,230); }
H1.HeaderClassName
{
color: #057BE6;
}
.AnyTagClassName
{
color: #057BE6;
}
</style>
background-color css
<style>
a { background-color: #057BE6; }
a { background-color: rgb(5,123,230); }
div.DivClassName
{
background-color: #057BE6;
}
.BgClassName
{
background-color: #057BE6;
}
</style>
border-color css
<style>
span { border-color: #057BE6; }
span { border-color: rgb(5,123,230); }
td.TdClassName
{
border-color: #057BE6;
}
.TagClassName
{
border-color: #057BE6;
}
</style>