Shades of Navy Blue #1366EC
Tints of Navy Blue #1366EC
RGB
CMYK
RGB Variations
Color information
#1366EC (or 0x1366EC) is known color: Navy Blue. HEX triplet: 13, 66 and EC. RGB value is (19,102,236). Sum of RGB (Red+Green+Blue) = 19+102+236=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #1366EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1366EC is #EC9913. Grayscale: #5B5B5B. Windows color (decimal): -15505684 or 15492627. OLE color: 15492627.
HSL color Cylindrical-coordinate representation of color #1366EC: hue angle of 217.05º degrees, saturation: 0.85, 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 #1366EC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 102 | 236 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.07 |
| HSL | 217.05º | 0.85% | 0.5% | - |
| HSV(B) | 217.05º | 0.92% | 0.93% | - |
| XYZ | 20.16 | 15.7 | 81.32 | - |
| YUV | 92.46 | 209 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 236 | 0.92 | 0.57 | 0 | 0.07 | 217.05 | 0.85 | 0.5 |
| Hex | 13 | 66 | EC | 5C | 39 | 0 | 7 | D9 | 55 | 32 |
| Octal | 23 | 146 | 354 | 134 | 71 | 0 | 7 | 331 | 125 | 62 |
| Binary | 10011 | 1100110 | 11101100 | 1011100 | 111001 | 0 | 111 | 11011001 | 1010101 | 110010 |
Color Harmonies of #1366EC
Complementary color
Monochromatic Colors of #1366EC
Black with #1366EC
Text Example
Text Example
White with #1366EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366EC; }
p { color: rgb(19,102,236); }
H1.HeaderClassName
{
color: #1366EC;
}
.AnyTagClassName
{
color: #1366EC;
}
</style>
background-color css
<style>
a { background-color: #1366EC; }
a { background-color: rgb(19,102,236); }
div.DivClassName
{
background-color: #1366EC;
}
.BgClassName
{
background-color: #1366EC;
}
</style>
border-color css
<style>
span { border-color: #1366EC; }
span { border-color: rgb(19,102,236); }
td.TdClassName
{
border-color: #1366EC;
}
.TagClassName
{
border-color: #1366EC;
}
</style>