Shades of Navy Blue #057DD3
Tints of Navy Blue #057DD3
RGB
CMYK
RGB Variations
Color information
#057DD3 (or 0x057DD3) is known color: Navy Blue. HEX triplet: 05, 7D and D3. RGB value is (5,125,211). Sum of RGB (Red+Green+Blue) = 5+125+211=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #057DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DD3 is #FA822C. Grayscale: #626262. Windows color (decimal): -16417325 or 13860101. OLE color: 13860101.
HSL color Cylindrical-coordinate representation of color #057DD3: hue angle of 205.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DD3 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 125 | 211 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.17 |
| HSL | 205.05º | 0.95% | 0.42% | - |
| HSV(B) | 205.05º | 0.98% | 0.83% | - |
| XYZ | 19.15 | 19.4 | 64.36 | - |
| YUV | 98.92 | 191.24 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 211 | 0.98 | 0.41 | 0 | 0.17 | 205.05 | 0.95 | 0.42 |
| Hex | 5 | 7D | D3 | 62 | 29 | 0 | 11 | CD | 5F | 2A |
| Octal | 5 | 175 | 323 | 142 | 51 | 0 | 21 | 315 | 137 | 52 |
| Binary | 101 | 1111101 | 11010011 | 1100010 | 101001 | 0 | 10001 | 11001101 | 1011111 | 101010 |
Color Harmonies of #057DD3
Complementary color
Monochromatic Colors of #057DD3
Black with #057DD3
Text Example
Text Example
White with #057DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DD3; }
p { color: rgb(5,125,211); }
H1.HeaderClassName
{
color: #057DD3;
}
.AnyTagClassName
{
color: #057DD3;
}
</style>
background-color css
<style>
a { background-color: #057DD3; }
a { background-color: rgb(5,125,211); }
div.DivClassName
{
background-color: #057DD3;
}
.BgClassName
{
background-color: #057DD3;
}
</style>
border-color css
<style>
span { border-color: #057DD3; }
span { border-color: rgb(5,125,211); }
td.TdClassName
{
border-color: #057DD3;
}
.TagClassName
{
border-color: #057DD3;
}
</style>