Shades of Navy Blue #057FCC
Tints of Navy Blue #057FCC
RGB
CMYK
RGB Variations
Color information
#057FCC (or 0x057FCC) is known color: Navy Blue. HEX triplet: 05, 7F and CC. RGB value is (5,127,204). Sum of RGB (Red+Green+Blue) = 5+127+204=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #057FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FCC is #FA8033. Grayscale: #626262. Windows color (decimal): -16416820 or 13401861. OLE color: 13401861.
HSL color Cylindrical-coordinate representation of color #057FCC: hue angle of 203.22º 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 #057FCC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 127 | 204 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.2 |
| HSL | 203.22º | 0.95% | 0.41% | - |
| HSV(B) | 203.22º | 0.98% | 0.8% | - |
| XYZ | 18.55 | 19.57 | 59.93 | - |
| YUV | 99.3 | 187.08 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 204 | 0.98 | 0.38 | 0 | 0.2 | 203.22 | 0.95 | 0.41 |
| Hex | 5 | 7F | CC | 62 | 26 | 0 | 14 | CB | 5F | 29 |
| Octal | 5 | 177 | 314 | 142 | 46 | 0 | 24 | 313 | 137 | 51 |
| Binary | 101 | 1111111 | 11001100 | 1100010 | 100110 | 0 | 10100 | 11001011 | 1011111 | 101001 |
Color Harmonies of #057FCC
Complementary color
Monochromatic Colors of #057FCC
Black with #057FCC
Text Example
Text Example
White with #057FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FCC; }
p { color: rgb(5,127,204); }
H1.HeaderClassName
{
color: #057FCC;
}
.AnyTagClassName
{
color: #057FCC;
}
</style>
background-color css
<style>
a { background-color: #057FCC; }
a { background-color: rgb(5,127,204); }
div.DivClassName
{
background-color: #057FCC;
}
.BgClassName
{
background-color: #057FCC;
}
</style>
border-color css
<style>
span { border-color: #057FCC; }
span { border-color: rgb(5,127,204); }
td.TdClassName
{
border-color: #057FCC;
}
.TagClassName
{
border-color: #057FCC;
}
</style>