Shades of Navy Blue #057FCB
Tints of Navy Blue #057FCB
RGB
CMYK
RGB Variations
Color information
#057FCB (or 0x057FCB) is known color: Navy Blue. HEX triplet: 05, 7F and CB. RGB value is (5,127,203). Sum of RGB (Red+Green+Blue) = 5+127+203=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #057FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FCB is #FA8034. Grayscale: #626262. Windows color (decimal): -16416821 or 13336325. OLE color: 13336325.
HSL color Cylindrical-coordinate representation of color #057FCB: hue angle of 203.03º 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 #057FCB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 127 | 203 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.20 |
| HSL | 203.03º | 0.95% | 0.41% | - |
| HSV(B) | 203.03º | 0.98% | 0.8% | - |
| XYZ | 18.43 | 19.52 | 59.3 | - |
| YUV | 99.19 | 186.58 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 203 | 0.98 | 0.37 | 0 | 0.20 | 203.03 | 0.95 | 0.41 |
| Hex | 5 | 7F | CB | 62 | 25 | 0 | 14 | CB | 5F | 29 |
| Octal | 5 | 177 | 313 | 142 | 45 | 0 | 24 | 313 | 137 | 51 |
| Binary | 101 | 1111111 | 11001011 | 1100010 | 100101 | 0 | 10100 | 11001011 | 1011111 | 101001 |
Color Harmonies of #057FCB
Complementary color
Monochromatic Colors of #057FCB
Black with #057FCB
Text Example
Text Example
White with #057FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FCB; }
p { color: rgb(5,127,203); }
H1.HeaderClassName
{
color: #057FCB;
}
.AnyTagClassName
{
color: #057FCB;
}
</style>
background-color css
<style>
a { background-color: #057FCB; }
a { background-color: rgb(5,127,203); }
div.DivClassName
{
background-color: #057FCB;
}
.BgClassName
{
background-color: #057FCB;
}
</style>
border-color css
<style>
span { border-color: #057FCB; }
span { border-color: rgb(5,127,203); }
td.TdClassName
{
border-color: #057FCB;
}
.TagClassName
{
border-color: #057FCB;
}
</style>