Shades of Navy Blue #1356ED
Tints of Navy Blue #1356ED
RGB
CMYK
RGB Variations
Color information
#1356ED (or 0x1356ED) is known color: Navy Blue. HEX triplet: 13, 56 and ED. RGB value is (19,86,237). Sum of RGB (Red+Green+Blue) = 19+86+237=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #1356ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1356ED is #ECA912. Grayscale: #525252. Windows color (decimal): -15509779 or 15554067. OLE color: 15554067.
HSL color Cylindrical-coordinate representation of color #1356ED: hue angle of 221.56º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1356ED is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 86 | 237 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.07 |
| HSL | 221.56º | 0.86% | 0.5% | - |
| HSV(B) | 221.56º | 0.92% | 0.93% | - |
| XYZ | 18.88 | 12.91 | 81.62 | - |
| YUV | 83.18 | 214.8 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 237 | 0.92 | 0.64 | 0 | 0.07 | 221.56 | 0.86 | 0.5 |
| Hex | 13 | 56 | ED | 5C | 40 | 0 | 7 | DE | 56 | 32 |
| Octal | 23 | 126 | 355 | 134 | 100 | 0 | 7 | 336 | 126 | 62 |
| Binary | 10011 | 1010110 | 11101101 | 1011100 | 1000000 | 0 | 111 | 11011110 | 1010110 | 110010 |
Color Harmonies of #1356ED
Complementary color
Monochromatic Colors of #1356ED
Black with #1356ED
Text Example
Text Example
White with #1356ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1356ED; }
p { color: rgb(19,86,237); }
H1.HeaderClassName
{
color: #1356ED;
}
.AnyTagClassName
{
color: #1356ED;
}
</style>
background-color css
<style>
a { background-color: #1356ED; }
a { background-color: rgb(19,86,237); }
div.DivClassName
{
background-color: #1356ED;
}
.BgClassName
{
background-color: #1356ED;
}
</style>
border-color css
<style>
span { border-color: #1356ED; }
span { border-color: rgb(19,86,237); }
td.TdClassName
{
border-color: #1356ED;
}
.TagClassName
{
border-color: #1356ED;
}
</style>