Shades of Navy Blue #057CC9
Tints of Navy Blue #057CC9
RGB
CMYK
RGB Variations
Color information
#057CC9 (or 0x057CC9) is known color: Navy Blue. HEX triplet: 05, 7C and C9. RGB value is (5,124,201). Sum of RGB (Red+Green+Blue) = 5+124+201=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #057CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CC9 is #FA8336. Grayscale: #606060. Windows color (decimal): -16417591 or 13204485. OLE color: 13204485.
HSL color Cylindrical-coordinate representation of color #057CC9: hue angle of 203.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CC9 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 124 | 201 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.21 |
| HSL | 203.57º | 0.95% | 0.4% | - |
| HSV(B) | 203.57º | 0.98% | 0.79% | - |
| XYZ | 17.81 | 18.66 | 57.92 | - |
| YUV | 97.2 | 186.58 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 201 | 0.98 | 0.38 | 0 | 0.21 | 203.57 | 0.95 | 0.4 |
| Hex | 5 | 7C | C9 | 62 | 26 | 0 | 15 | CC | 5F | 28 |
| Octal | 5 | 174 | 311 | 142 | 46 | 0 | 25 | 314 | 137 | 50 |
| Binary | 101 | 1111100 | 11001001 | 1100010 | 100110 | 0 | 10101 | 11001100 | 1011111 | 101000 |
Color Harmonies of #057CC9
Complementary color
Monochromatic Colors of #057CC9
Black with #057CC9
Text Example
Text Example
White with #057CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CC9; }
p { color: rgb(5,124,201); }
H1.HeaderClassName
{
color: #057CC9;
}
.AnyTagClassName
{
color: #057CC9;
}
</style>
background-color css
<style>
a { background-color: #057CC9; }
a { background-color: rgb(5,124,201); }
div.DivClassName
{
background-color: #057CC9;
}
.BgClassName
{
background-color: #057CC9;
}
</style>
border-color css
<style>
span { border-color: #057CC9; }
span { border-color: rgb(5,124,201); }
td.TdClassName
{
border-color: #057CC9;
}
.TagClassName
{
border-color: #057CC9;
}
</style>