Shades of Navy Blue #1057D4
Tints of Navy Blue #1057D4
RGB
CMYK
RGB Variations
Color information
#1057D4 (or 0x1057D4) is known color: Navy Blue. HEX triplet: 10, 57 and D4. RGB value is (16,87,212). Sum of RGB (Red+Green+Blue) = 16+87+212=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 212 (83.20% from 255 or 67.30% from 315); Max value from RGB is 212 - color contains mainly: blue. Hex color #1057D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057D4 is #EFA82B. Grayscale: #4F4F4F. Windows color (decimal): -15706156 or 13915920. OLE color: 13915920.
HSL color Cylindrical-coordinate representation of color #1057D4: hue angle of 218.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1057D4 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 87 | 212 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.17 |
| HSL | 218.27º | 0.86% | 0.45% | - |
| HSV(B) | 218.27º | 0.92% | 0.83% | - |
| XYZ | 15.51 | 11.68 | 63.72 | - |
| YUV | 80.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 212 | 0.92 | 0.59 | 0 | 0.17 | 218.27 | 0.86 | 0.45 |
| Hex | 10 | 57 | D4 | 5C | 3B | 0 | 11 | DA | 56 | 2D |
| Octal | 20 | 127 | 324 | 134 | 73 | 0 | 21 | 332 | 126 | 55 |
| Binary | 10000 | 1010111 | 11010100 | 1011100 | 111011 | 0 | 10001 | 11011010 | 1010110 | 101101 |
Color Harmonies of #1057D4
Complementary color
Monochromatic Colors of #1057D4
Black with #1057D4
Text Example
Text Example
White with #1057D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057D4; }
p { color: rgb(16,87,212); }
H1.HeaderClassName
{
color: #1057D4;
}
.AnyTagClassName
{
color: #1057D4;
}
</style>
background-color css
<style>
a { background-color: #1057D4; }
a { background-color: rgb(16,87,212); }
div.DivClassName
{
background-color: #1057D4;
}
.BgClassName
{
background-color: #1057D4;
}
</style>
border-color css
<style>
span { border-color: #1057D4; }
span { border-color: rgb(16,87,212); }
td.TdClassName
{
border-color: #1057D4;
}
.TagClassName
{
border-color: #1057D4;
}
</style>