Shades of Navy Blue #057ACF
Tints of Navy Blue #057ACF
RGB
CMYK
RGB Variations
Color information
#057ACF (or 0x057ACF) is known color: Navy Blue. HEX triplet: 05, 7A and CF. RGB value is (5,122,207). Sum of RGB (Red+Green+Blue) = 5+122+207=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #057ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ACF is #FA8530. Grayscale: #606060. Windows color (decimal): -16418097 or 13597189. OLE color: 13597189.
HSL color Cylindrical-coordinate representation of color #057ACF: hue angle of 205.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ACF is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 122 | 207 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.19 |
| HSL | 205.25º | 0.95% | 0.42% | - |
| HSV(B) | 205.25º | 0.98% | 0.81% | - |
| XYZ | 18.28 | 18.46 | 61.63 | - |
| YUV | 96.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 207 | 0.98 | 0.41 | 0 | 0.19 | 205.25 | 0.95 | 0.42 |
| Hex | 5 | 7A | CF | 62 | 29 | 0 | 13 | CD | 5F | 2A |
| Octal | 5 | 172 | 317 | 142 | 51 | 0 | 23 | 315 | 137 | 52 |
| Binary | 101 | 1111010 | 11001111 | 1100010 | 101001 | 0 | 10011 | 11001101 | 1011111 | 101010 |
Color Harmonies of #057ACF
Complementary color
Monochromatic Colors of #057ACF
Black with #057ACF
Text Example
Text Example
White with #057ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057ACF; }
p { color: rgb(5,122,207); }
H1.HeaderClassName
{
color: #057ACF;
}
.AnyTagClassName
{
color: #057ACF;
}
</style>
background-color css
<style>
a { background-color: #057ACF; }
a { background-color: rgb(5,122,207); }
div.DivClassName
{
background-color: #057ACF;
}
.BgClassName
{
background-color: #057ACF;
}
</style>
border-color css
<style>
span { border-color: #057ACF; }
span { border-color: rgb(5,122,207); }
td.TdClassName
{
border-color: #057ACF;
}
.TagClassName
{
border-color: #057ACF;
}
</style>