Shades of Navy Blue #1356DC
Tints of Navy Blue #1356DC
RGB
CMYK
RGB Variations
Color information
#1356DC (or 0x1356DC) is known color: Navy Blue. HEX triplet: 13, 56 and DC. RGB value is (19,86,220). Sum of RGB (Red+Green+Blue) = 19+86+220=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #1356DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356DC is #ECA923. Grayscale: #505050. Windows color (decimal): -15509796 or 14439955. OLE color: 14439955.
HSL color Cylindrical-coordinate representation of color #1356DC: hue angle of 220º degrees, saturation: 0.84, 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 #1356DC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 86 | 220 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.14 |
| HSL | 220º | 0.84% | 0.47% | - |
| HSV(B) | 220º | 0.91% | 0.86% | - |
| XYZ | 16.51 | 11.96 | 69.15 | - |
| YUV | 81.24 | 206.3 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 220 | 0.91 | 0.61 | 0 | 0.14 | 220 | 0.84 | 0.47 |
| Hex | 13 | 56 | DC | 5B | 3D | 0 | E | DC | 54 | 2F |
| Octal | 23 | 126 | 334 | 133 | 75 | 0 | 16 | 334 | 124 | 57 |
| Binary | 10011 | 1010110 | 11011100 | 1011011 | 111101 | 0 | 1110 | 11011100 | 1010100 | 101111 |
Color Harmonies of #1356DC
Complementary color
Monochromatic Colors of #1356DC
Black with #1356DC
Text Example
Text Example
White with #1356DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1356DC; }
p { color: rgb(19,86,220); }
H1.HeaderClassName
{
color: #1356DC;
}
.AnyTagClassName
{
color: #1356DC;
}
</style>
background-color css
<style>
a { background-color: #1356DC; }
a { background-color: rgb(19,86,220); }
div.DivClassName
{
background-color: #1356DC;
}
.BgClassName
{
background-color: #1356DC;
}
</style>
border-color css
<style>
span { border-color: #1356DC; }
span { border-color: rgb(19,86,220); }
td.TdClassName
{
border-color: #1356DC;
}
.TagClassName
{
border-color: #1356DC;
}
</style>