Shades of Navy Blue #1456DC
Tints of Navy Blue #1456DC
RGB
CMYK
RGB Variations
Color information
#1456DC (or 0x1456DC) is known color: Navy Blue. HEX triplet: 14, 56 and DC. RGB value is (20,86,220). Sum of RGB (Red+Green+Blue) = 20+86+220=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1456DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456DC is #EBA923. Grayscale: #505050. Windows color (decimal): -15444260 or 14439956. OLE color: 14439956.
HSL color Cylindrical-coordinate representation of color #1456DC: hue angle of 220.2º 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 #1456DC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 86 | 220 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.14 |
| HSL | 220.2º | 0.83% | 0.47% | - |
| HSV(B) | 220.2º | 0.91% | 0.86% | - |
| XYZ | 16.53 | 11.97 | 69.15 | - |
| YUV | 81.54 | 206.13 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 220 | 0.91 | 0.61 | 0 | 0.14 | 220.2 | 0.83 | 0.47 |
| Hex | 14 | 56 | DC | 5B | 3D | 0 | E | DC | 53 | 2F |
| Octal | 24 | 126 | 334 | 133 | 75 | 0 | 16 | 334 | 123 | 57 |
| Binary | 10100 | 1010110 | 11011100 | 1011011 | 111101 | 0 | 1110 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1456DC
Complementary color
Monochromatic Colors of #1456DC
Black with #1456DC
Text Example
Text Example
White with #1456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456DC; }
p { color: rgb(20,86,220); }
H1.HeaderClassName
{
color: #1456DC;
}
.AnyTagClassName
{
color: #1456DC;
}
</style>
background-color css
<style>
a { background-color: #1456DC; }
a { background-color: rgb(20,86,220); }
div.DivClassName
{
background-color: #1456DC;
}
.BgClassName
{
background-color: #1456DC;
}
</style>
border-color css
<style>
span { border-color: #1456DC; }
span { border-color: rgb(20,86,220); }
td.TdClassName
{
border-color: #1456DC;
}
.TagClassName
{
border-color: #1456DC;
}
</style>