Shades of Navy Blue #057DCB
Tints of Navy Blue #057DCB
RGB
CMYK
RGB Variations
Color information
#057DCB (or 0x057DCB) is known color: Navy Blue. HEX triplet: 05, 7D and CB. RGB value is (5,125,203). Sum of RGB (Red+Green+Blue) = 5+125+203=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #057DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DCB is #FA8234. Grayscale: #616161. Windows color (decimal): -16417333 or 13335813. OLE color: 13335813.
HSL color Cylindrical-coordinate representation of color #057DCB: hue angle of 203.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DCB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 125 | 203 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.20 |
| HSL | 203.64º | 0.95% | 0.41% | - |
| HSV(B) | 203.64º | 0.98% | 0.8% | - |
| XYZ | 18.18 | 19.01 | 59.21 | - |
| YUV | 98.01 | 187.24 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 203 | 0.98 | 0.38 | 0 | 0.20 | 203.64 | 0.95 | 0.41 |
| Hex | 5 | 7D | CB | 62 | 26 | 0 | 14 | CC | 5F | 29 |
| Octal | 5 | 175 | 313 | 142 | 46 | 0 | 24 | 314 | 137 | 51 |
| Binary | 101 | 1111101 | 11001011 | 1100010 | 100110 | 0 | 10100 | 11001100 | 1011111 | 101001 |
Color Harmonies of #057DCB
Complementary color
Monochromatic Colors of #057DCB
Black with #057DCB
Text Example
Text Example
White with #057DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DCB; }
p { color: rgb(5,125,203); }
H1.HeaderClassName
{
color: #057DCB;
}
.AnyTagClassName
{
color: #057DCB;
}
</style>
background-color css
<style>
a { background-color: #057DCB; }
a { background-color: rgb(5,125,203); }
div.DivClassName
{
background-color: #057DCB;
}
.BgClassName
{
background-color: #057DCB;
}
</style>
border-color css
<style>
span { border-color: #057DCB; }
span { border-color: rgb(5,125,203); }
td.TdClassName
{
border-color: #057DCB;
}
.TagClassName
{
border-color: #057DCB;
}
</style>