Shades of Navy Blue #1457DC
Tints of Navy Blue #1457DC
RGB
CMYK
RGB Variations
Color information
#1457DC (or 0x1457DC) is known color: Navy Blue. HEX triplet: 14, 57 and DC. RGB value is (20,87,220). Sum of RGB (Red+Green+Blue) = 20+87+220=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #1457DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457DC is #EBA823. Grayscale: #515151. Windows color (decimal): -15444004 or 14440212. OLE color: 14440212.
HSL color Cylindrical-coordinate representation of color #1457DC: hue angle of 219.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1457DC is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 87 | 220 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.14 |
| HSL | 219.9º | 0.83% | 0.47% | - |
| HSV(B) | 219.9º | 0.91% | 0.86% | - |
| XYZ | 16.61 | 12.13 | 69.18 | - |
| YUV | 82.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 220 | 0.91 | 0.60 | 0 | 0.14 | 219.9 | 0.83 | 0.47 |
| Hex | 14 | 57 | DC | 5B | 3C | 0 | E | DC | 53 | 2F |
| Octal | 24 | 127 | 334 | 133 | 74 | 0 | 16 | 334 | 123 | 57 |
| Binary | 10100 | 1010111 | 11011100 | 1011011 | 111100 | 0 | 1110 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1457DC
Complementary color
Monochromatic Colors of #1457DC
Black with #1457DC
Text Example
Text Example
White with #1457DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457DC; }
p { color: rgb(20,87,220); }
H1.HeaderClassName
{
color: #1457DC;
}
.AnyTagClassName
{
color: #1457DC;
}
</style>
background-color css
<style>
a { background-color: #1457DC; }
a { background-color: rgb(20,87,220); }
div.DivClassName
{
background-color: #1457DC;
}
.BgClassName
{
background-color: #1457DC;
}
</style>
border-color css
<style>
span { border-color: #1457DC; }
span { border-color: rgb(20,87,220); }
td.TdClassName
{
border-color: #1457DC;
}
.TagClassName
{
border-color: #1457DC;
}
</style>