Shades of Navy Blue #1360ED
Tints of Navy Blue #1360ED
RGB
CMYK
RGB Variations
Color information
#1360ED (or 0x1360ED) is known color: Navy Blue. HEX triplet: 13, 60 and ED. RGB value is (19,96,237). Sum of RGB (Red+Green+Blue) = 19+96+237=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #1360ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1360ED is #EC9F12. Grayscale: #585858. Windows color (decimal): -15507219 or 15556627. OLE color: 15556627.
HSL color Cylindrical-coordinate representation of color #1360ED: hue angle of 218.81º 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 #1360ED is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 96 | 237 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.07 |
| HSL | 218.81º | 0.86% | 0.5% | - |
| HSV(B) | 218.81º | 0.92% | 0.93% | - |
| XYZ | 19.74 | 14.62 | 81.9 | - |
| YUV | 89.05 | 211.49 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 237 | 0.92 | 0.59 | 0 | 0.07 | 218.81 | 0.86 | 0.5 |
| Hex | 13 | 60 | ED | 5C | 3B | 0 | 7 | DB | 56 | 32 |
| Octal | 23 | 140 | 355 | 134 | 73 | 0 | 7 | 333 | 126 | 62 |
| Binary | 10011 | 1100000 | 11101101 | 1011100 | 111011 | 0 | 111 | 11011011 | 1010110 | 110010 |
Color Harmonies of #1360ED
Complementary color
Monochromatic Colors of #1360ED
Black with #1360ED
Text Example
Text Example
White with #1360ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1360ED; }
p { color: rgb(19,96,237); }
H1.HeaderClassName
{
color: #1360ED;
}
.AnyTagClassName
{
color: #1360ED;
}
</style>
background-color css
<style>
a { background-color: #1360ED; }
a { background-color: rgb(19,96,237); }
div.DivClassName
{
background-color: #1360ED;
}
.BgClassName
{
background-color: #1360ED;
}
</style>
border-color css
<style>
span { border-color: #1360ED; }
span { border-color: rgb(19,96,237); }
td.TdClassName
{
border-color: #1360ED;
}
.TagClassName
{
border-color: #1360ED;
}
</style>