Shades of Navy Blue #1464DC
Tints of Navy Blue #1464DC
RGB
CMYK
RGB Variations
Color information
#1464DC (or 0x1464DC) is known color: Navy Blue. HEX triplet: 14, 64 and DC. RGB value is (20,100,220). Sum of RGB (Red+Green+Blue) = 20+100+220=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #1464DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464DC is #EB9B23. Grayscale: #595959. Windows color (decimal): -15440676 or 14443540. OLE color: 14443540.
HSL color Cylindrical-coordinate representation of color #1464DC: hue angle of 216º 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 #1464DC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 100 | 220 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.14 |
| HSL | 216º | 0.83% | 0.47% | - |
| HSV(B) | 216º | 0.91% | 0.86% | - |
| XYZ | 17.76 | 14.43 | 69.56 | - |
| YUV | 89.76 | 201.5 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 220 | 0.91 | 0.55 | 0 | 0.14 | 216 | 0.83 | 0.47 |
| Hex | 14 | 64 | DC | 5B | 37 | 0 | E | D8 | 53 | 2F |
| Octal | 24 | 144 | 334 | 133 | 67 | 0 | 16 | 330 | 123 | 57 |
| Binary | 10100 | 1100100 | 11011100 | 1011011 | 110111 | 0 | 1110 | 11011000 | 1010011 | 101111 |
Color Harmonies of #1464DC
Complementary color
Monochromatic Colors of #1464DC
Black with #1464DC
Text Example
Text Example
White with #1464DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464DC; }
p { color: rgb(20,100,220); }
H1.HeaderClassName
{
color: #1464DC;
}
.AnyTagClassName
{
color: #1464DC;
}
</style>
background-color css
<style>
a { background-color: #1464DC; }
a { background-color: rgb(20,100,220); }
div.DivClassName
{
background-color: #1464DC;
}
.BgClassName
{
background-color: #1464DC;
}
</style>
border-color css
<style>
span { border-color: #1464DC; }
span { border-color: rgb(20,100,220); }
td.TdClassName
{
border-color: #1464DC;
}
.TagClassName
{
border-color: #1464DC;
}
</style>