Shades of Navy Blue #057BE7
Tints of Navy Blue #057BE7
RGB
CMYK
RGB Variations
Color information
#057BE7 (or 0x057BE7) is known color: Navy Blue. HEX triplet: 05, 7B and E7. RGB value is (5,123,231). Sum of RGB (Red+Green+Blue) = 5+123+231=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #057BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BE7 is #FA8418. Grayscale: #636363. Windows color (decimal): -16417817 or 15170309. OLE color: 15170309.
HSL color Cylindrical-coordinate representation of color #057BE7: hue angle of 208.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BE7 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 123 | 231 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.09 |
| HSL | 208.67º | 0.96% | 0.46% | - |
| HSV(B) | 208.67º | 0.98% | 0.91% | - |
| XYZ | 21.57 | 19.97 | 78.32 | - |
| YUV | 100.03 | 201.91 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 231 | 0.98 | 0.47 | 0 | 0.09 | 208.67 | 0.96 | 0.46 |
| Hex | 5 | 7B | E7 | 62 | 2F | 0 | 9 | D1 | 60 | 2E |
| Octal | 5 | 173 | 347 | 142 | 57 | 0 | 11 | 321 | 140 | 56 |
| Binary | 101 | 1111011 | 11100111 | 1100010 | 101111 | 0 | 1001 | 11010001 | 1100000 | 101110 |
Color Harmonies of #057BE7
Complementary color
Monochromatic Colors of #057BE7
Black with #057BE7
Text Example
Text Example
White with #057BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BE7; }
p { color: rgb(5,123,231); }
H1.HeaderClassName
{
color: #057BE7;
}
.AnyTagClassName
{
color: #057BE7;
}
</style>
background-color css
<style>
a { background-color: #057BE7; }
a { background-color: rgb(5,123,231); }
div.DivClassName
{
background-color: #057BE7;
}
.BgClassName
{
background-color: #057BE7;
}
</style>
border-color css
<style>
span { border-color: #057BE7; }
span { border-color: rgb(5,123,231); }
td.TdClassName
{
border-color: #057BE7;
}
.TagClassName
{
border-color: #057BE7;
}
</style>