Shades of Navy Blue #1266EC
Tints of Navy Blue #1266EC
RGB
CMYK
RGB Variations
Color information
#1266EC (or 0x1266EC) is known color: Navy Blue. HEX triplet: 12, 66 and EC. RGB value is (18,102,236). Sum of RGB (Red+Green+Blue) = 18+102+236=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #1266EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266EC is #ED9913. Grayscale: #5B5B5B. Windows color (decimal): -15571220 or 15492626. OLE color: 15492626.
HSL color Cylindrical-coordinate representation of color #1266EC: hue angle of 216.88º 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 #1266EC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 102 | 236 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.07 |
| HSL | 216.88º | 0.86% | 0.5% | - |
| HSV(B) | 216.88º | 0.92% | 0.93% | - |
| XYZ | 20.14 | 15.69 | 81.32 | - |
| YUV | 92.16 | 209.17 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 236 | 0.92 | 0.57 | 0 | 0.07 | 216.88 | 0.86 | 0.5 |
| Hex | 12 | 66 | EC | 5C | 39 | 0 | 7 | D9 | 56 | 32 |
| Octal | 22 | 146 | 354 | 134 | 71 | 0 | 7 | 331 | 126 | 62 |
| Binary | 10010 | 1100110 | 11101100 | 1011100 | 111001 | 0 | 111 | 11011001 | 1010110 | 110010 |
Color Harmonies of #1266EC
Complementary color
Monochromatic Colors of #1266EC
Black with #1266EC
Text Example
Text Example
White with #1266EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266EC; }
p { color: rgb(18,102,236); }
H1.HeaderClassName
{
color: #1266EC;
}
.AnyTagClassName
{
color: #1266EC;
}
</style>
background-color css
<style>
a { background-color: #1266EC; }
a { background-color: rgb(18,102,236); }
div.DivClassName
{
background-color: #1266EC;
}
.BgClassName
{
background-color: #1266EC;
}
</style>
border-color css
<style>
span { border-color: #1266EC; }
span { border-color: rgb(18,102,236); }
td.TdClassName
{
border-color: #1266EC;
}
.TagClassName
{
border-color: #1266EC;
}
</style>