Shades of Navy Blue #1259EC
Tints of Navy Blue #1259EC
RGB
CMYK
RGB Variations
Color information
#1259EC (or 0x1259EC) is known color: Navy Blue. HEX triplet: 12, 59 and EC. RGB value is (18,89,236). Sum of RGB (Red+Green+Blue) = 18+89+236=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #1259EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259EC is #EDA613. Grayscale: #535353. Windows color (decimal): -15574548 or 15489298. OLE color: 15489298.
HSL color Cylindrical-coordinate representation of color #1259EC: hue angle of 220.46º 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 #1259EC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 89 | 236 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.07 |
| HSL | 220.46º | 0.86% | 0.5% | - |
| HSV(B) | 220.46º | 0.92% | 0.93% | - |
| XYZ | 18.96 | 13.33 | 80.93 | - |
| YUV | 84.53 | 213.48 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 236 | 0.92 | 0.62 | 0 | 0.07 | 220.46 | 0.86 | 0.5 |
| Hex | 12 | 59 | EC | 5C | 3E | 0 | 7 | DC | 56 | 32 |
| Octal | 22 | 131 | 354 | 134 | 76 | 0 | 7 | 334 | 126 | 62 |
| Binary | 10010 | 1011001 | 11101100 | 1011100 | 111110 | 0 | 111 | 11011100 | 1010110 | 110010 |
Color Harmonies of #1259EC
Complementary color
Monochromatic Colors of #1259EC
Black with #1259EC
Text Example
Text Example
White with #1259EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259EC; }
p { color: rgb(18,89,236); }
H1.HeaderClassName
{
color: #1259EC;
}
.AnyTagClassName
{
color: #1259EC;
}
</style>
background-color css
<style>
a { background-color: #1259EC; }
a { background-color: rgb(18,89,236); }
div.DivClassName
{
background-color: #1259EC;
}
.BgClassName
{
background-color: #1259EC;
}
</style>
border-color css
<style>
span { border-color: #1259EC; }
span { border-color: rgb(18,89,236); }
td.TdClassName
{
border-color: #1259EC;
}
.TagClassName
{
border-color: #1259EC;
}
</style>