Shades of Navy Blue #1366ED
Tints of Navy Blue #1366ED
RGB
CMYK
RGB Variations
Color information
#1366ED (or 0x1366ED) is known color: Navy Blue. HEX triplet: 13, 66 and ED. RGB value is (19,102,237). Sum of RGB (Red+Green+Blue) = 19+102+237=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #1366ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366ED is #EC9912. Grayscale: #5B5B5B. Windows color (decimal): -15505683 or 15558163. OLE color: 15558163.
HSL color Cylindrical-coordinate representation of color #1366ED: hue angle of 217.16º 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 #1366ED is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 102 | 237 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.07 |
| HSL | 217.16º | 0.86% | 0.5% | - |
| HSV(B) | 217.16º | 0.92% | 0.93% | - |
| XYZ | 20.31 | 15.76 | 82.09 | - |
| YUV | 92.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 237 | 0.92 | 0.57 | 0 | 0.07 | 217.16 | 0.86 | 0.5 |
| Hex | 13 | 66 | ED | 5C | 39 | 0 | 7 | D9 | 56 | 32 |
| Octal | 23 | 146 | 355 | 134 | 71 | 0 | 7 | 331 | 126 | 62 |
| Binary | 10011 | 1100110 | 11101101 | 1011100 | 111001 | 0 | 111 | 11011001 | 1010110 | 110010 |
Color Harmonies of #1366ED
Complementary color
Monochromatic Colors of #1366ED
Black with #1366ED
Text Example
Text Example
White with #1366ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366ED; }
p { color: rgb(19,102,237); }
H1.HeaderClassName
{
color: #1366ED;
}
.AnyTagClassName
{
color: #1366ED;
}
</style>
background-color css
<style>
a { background-color: #1366ED; }
a { background-color: rgb(19,102,237); }
div.DivClassName
{
background-color: #1366ED;
}
.BgClassName
{
background-color: #1366ED;
}
</style>
border-color css
<style>
span { border-color: #1366ED; }
span { border-color: rgb(19,102,237); }
td.TdClassName
{
border-color: #1366ED;
}
.TagClassName
{
border-color: #1366ED;
}
</style>