Shades of Navy Blue #057CDA
Tints of Navy Blue #057CDA
RGB
CMYK
RGB Variations
Color information
#057CDA (or 0x057CDA) is known color: Navy Blue. HEX triplet: 05, 7C and DA. RGB value is (5,124,218). Sum of RGB (Red+Green+Blue) = 5+124+218=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #057CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CDA is #FA8325. Grayscale: #626262. Windows color (decimal): -16417574 or 14318597. OLE color: 14318597.
HSL color Cylindrical-coordinate representation of color #057CDA: hue angle of 206.48º 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 #057CDA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 124 | 218 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.15 |
| HSL | 206.48º | 0.96% | 0.44% | - |
| HSV(B) | 206.48º | 0.98% | 0.85% | - |
| XYZ | 19.93 | 19.51 | 69.05 | - |
| YUV | 99.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 218 | 0.98 | 0.43 | 0 | 0.15 | 206.48 | 0.96 | 0.44 |
| Hex | 5 | 7C | DA | 62 | 2B | 0 | F | CE | 60 | 2C |
| Octal | 5 | 174 | 332 | 142 | 53 | 0 | 17 | 316 | 140 | 54 |
| Binary | 101 | 1111100 | 11011010 | 1100010 | 101011 | 0 | 1111 | 11001110 | 1100000 | 101100 |
Color Harmonies of #057CDA
Complementary color
Monochromatic Colors of #057CDA
Black with #057CDA
Text Example
Text Example
White with #057CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CDA; }
p { color: rgb(5,124,218); }
H1.HeaderClassName
{
color: #057CDA;
}
.AnyTagClassName
{
color: #057CDA;
}
</style>
background-color css
<style>
a { background-color: #057CDA; }
a { background-color: rgb(5,124,218); }
div.DivClassName
{
background-color: #057CDA;
}
.BgClassName
{
background-color: #057CDA;
}
</style>
border-color css
<style>
span { border-color: #057CDA; }
span { border-color: rgb(5,124,218); }
td.TdClassName
{
border-color: #057CDA;
}
.TagClassName
{
border-color: #057CDA;
}
</style>