Shades of Navy Blue #1259E8
Tints of Navy Blue #1259E8
RGB
CMYK
RGB Variations
Color information
#1259E8 (or 0x1259E8) is known color: Navy Blue. HEX triplet: 12, 59 and E8. RGB value is (18,89,232). Sum of RGB (Red+Green+Blue) = 18+89+232=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #1259E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259E8 is #EDA617. Grayscale: #535353. Windows color (decimal): -15574552 or 15227154. OLE color: 15227154.
HSL color Cylindrical-coordinate representation of color #1259E8: hue angle of 220.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259E8 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 89 | 232 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.09 |
| HSL | 220.09º | 0.86% | 0.49% | - |
| HSV(B) | 220.09º | 0.92% | 0.91% | - |
| XYZ | 18.39 | 13.1 | 77.9 | - |
| YUV | 84.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 232 | 0.92 | 0.62 | 0 | 0.09 | 220.09 | 0.86 | 0.49 |
| Hex | 12 | 59 | E8 | 5C | 3E | 0 | 9 | DC | 56 | 31 |
| Octal | 22 | 131 | 350 | 134 | 76 | 0 | 11 | 334 | 126 | 61 |
| Binary | 10010 | 1011001 | 11101000 | 1011100 | 111110 | 0 | 1001 | 11011100 | 1010110 | 110001 |
Color Harmonies of #1259E8
Complementary color
Monochromatic Colors of #1259E8
Black with #1259E8
Text Example
Text Example
White with #1259E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259E8; }
p { color: rgb(18,89,232); }
H1.HeaderClassName
{
color: #1259E8;
}
.AnyTagClassName
{
color: #1259E8;
}
</style>
background-color css
<style>
a { background-color: #1259E8; }
a { background-color: rgb(18,89,232); }
div.DivClassName
{
background-color: #1259E8;
}
.BgClassName
{
background-color: #1259E8;
}
</style>
border-color css
<style>
span { border-color: #1259E8; }
span { border-color: rgb(18,89,232); }
td.TdClassName
{
border-color: #1259E8;
}
.TagClassName
{
border-color: #1259E8;
}
</style>