Shades of Navy Blue #057BDA
Tints of Navy Blue #057BDA
RGB
CMYK
RGB Variations
Color information
#057BDA (or 0x057BDA) is known color: Navy Blue. HEX triplet: 05, 7B and DA. RGB value is (5,123,218). Sum of RGB (Red+Green+Blue) = 5+123+218=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #057BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BDA is #FA8425. Grayscale: #626262. Windows color (decimal): -16417830 or 14318341. OLE color: 14318341.
HSL color Cylindrical-coordinate representation of color #057BDA: hue angle of 206.76º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BDA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 123 | 218 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.15 |
| HSL | 206.76º | 0.96% | 0.44% | - |
| HSV(B) | 206.76º | 0.98% | 0.85% | - |
| XYZ | 19.8 | 19.26 | 69 | - |
| YUV | 98.55 | 195.41 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 218 | 0.98 | 0.44 | 0 | 0.15 | 206.76 | 0.96 | 0.44 |
| Hex | 5 | 7B | DA | 62 | 2C | 0 | F | CF | 60 | 2C |
| Octal | 5 | 173 | 332 | 142 | 54 | 0 | 17 | 317 | 140 | 54 |
| Binary | 101 | 1111011 | 11011010 | 1100010 | 101100 | 0 | 1111 | 11001111 | 1100000 | 101100 |
Color Harmonies of #057BDA
Complementary color
Monochromatic Colors of #057BDA
Black with #057BDA
Text Example
Text Example
White with #057BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BDA; }
p { color: rgb(5,123,218); }
H1.HeaderClassName
{
color: #057BDA;
}
.AnyTagClassName
{
color: #057BDA;
}
</style>
background-color css
<style>
a { background-color: #057BDA; }
a { background-color: rgb(5,123,218); }
div.DivClassName
{
background-color: #057BDA;
}
.BgClassName
{
background-color: #057BDA;
}
</style>
border-color css
<style>
span { border-color: #057BDA; }
span { border-color: rgb(5,123,218); }
td.TdClassName
{
border-color: #057BDA;
}
.TagClassName
{
border-color: #057BDA;
}
</style>