Shades of Navy Blue #0057DF
Tints of Navy Blue #0057DF
RGB
CMYK
RGB Variations
Color information
#0057DF (or 0x0057DF) is known color: Navy Blue. HEX triplet: 00, 57 and DF. RGB value is (0,87,223). Sum of RGB (Red+Green+Blue) = 0+87+223=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0057DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057DF is #FFA820. Grayscale: #4B4B4B. Windows color (decimal): -16754721 or 14636800. OLE color: 14636800.
HSL color Cylindrical-coordinate representation of color #0057DF: hue angle of 216.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0057DF is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 87 | 223 | - |
| CMYK | 1 | 0.61 | 0 | 0.13 |
| HSL | 216.59º | 1% | 0.44% | - |
| HSV(B) | 216.59º | 1% | 0.87% | - |
| XYZ | 16.73 | 12.14 | 71.27 | - |
| YUV | 76.49 | 210.68 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 223 | 1 | 0.61 | 0 | 0.13 | 216.59 | 1 | 0.44 |
| Hex | 0 | 57 | DF | 64 | 3D | 0 | D | D9 | 64 | 2C |
| Octal | 0 | 127 | 337 | 144 | 75 | 0 | 15 | 331 | 144 | 54 |
| Binary | 0 | 1010111 | 11011111 | 1100100 | 111101 | 0 | 1101 | 11011001 | 1100100 | 101100 |
Color Harmonies of #0057DF
Complementary color
Monochromatic Colors of #0057DF
Black with #0057DF
Text Example
Text Example
White with #0057DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0057DF; }
p { color: rgb(0,87,223); }
H1.HeaderClassName
{
color: #0057DF;
}
.AnyTagClassName
{
color: #0057DF;
}
</style>
background-color css
<style>
a { background-color: #0057DF; }
a { background-color: rgb(0,87,223); }
div.DivClassName
{
background-color: #0057DF;
}
.BgClassName
{
background-color: #0057DF;
}
</style>
border-color css
<style>
span { border-color: #0057DF; }
span { border-color: rgb(0,87,223); }
td.TdClassName
{
border-color: #0057DF;
}
.TagClassName
{
border-color: #0057DF;
}
</style>