Shades of Navy Blue #1249EC
Tints of Navy Blue #1249EC
RGB
CMYK
RGB Variations
Color information
#1249EC (or 0x1249EC) is known color: Navy Blue. HEX triplet: 12, 49 and EC. RGB value is (18,73,236). Sum of RGB (Red+Green+Blue) = 18+73+236=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #1249EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249EC is #EDB613. Grayscale: #4A4A4A. Windows color (decimal): -15578644 or 15485202. OLE color: 15485202.
HSL color Cylindrical-coordinate representation of color #1249EC: hue angle of 224.86º 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 #1249EC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 73 | 236 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.07 |
| HSL | 224.86º | 0.86% | 0.5% | - |
| HSV(B) | 224.86º | 0.92% | 0.93% | - |
| XYZ | 17.77 | 10.95 | 80.53 | - |
| YUV | 75.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 236 | 0.92 | 0.69 | 0 | 0.07 | 224.86 | 0.86 | 0.5 |
| Hex | 12 | 49 | EC | 5C | 45 | 0 | 7 | E1 | 56 | 32 |
| Octal | 22 | 111 | 354 | 134 | 105 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10010 | 1001001 | 11101100 | 1011100 | 1000101 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #1249EC
Complementary color
Monochromatic Colors of #1249EC
Black with #1249EC
Text Example
Text Example
White with #1249EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249EC; }
p { color: rgb(18,73,236); }
H1.HeaderClassName
{
color: #1249EC;
}
.AnyTagClassName
{
color: #1249EC;
}
</style>
background-color css
<style>
a { background-color: #1249EC; }
a { background-color: rgb(18,73,236); }
div.DivClassName
{
background-color: #1249EC;
}
.BgClassName
{
background-color: #1249EC;
}
</style>
border-color css
<style>
span { border-color: #1249EC; }
span { border-color: rgb(18,73,236); }
td.TdClassName
{
border-color: #1249EC;
}
.TagClassName
{
border-color: #1249EC;
}
</style>