Shades of Navy Blue #1259EA
Tints of Navy Blue #1259EA
RGB
CMYK
RGB Variations
Color information
#1259EA (or 0x1259EA) is known color: Navy Blue. HEX triplet: 12, 59 and EA. RGB value is (18,89,234). Sum of RGB (Red+Green+Blue) = 18+89+234=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #1259EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259EA is #EDA615. Grayscale: #535353. Windows color (decimal): -15574550 or 15358226. OLE color: 15358226.
HSL color Cylindrical-coordinate representation of color #1259EA: hue angle of 220.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259EA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 89 | 234 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.08 |
| HSL | 220.28º | 0.86% | 0.49% | - |
| HSV(B) | 220.28º | 0.92% | 0.92% | - |
| XYZ | 18.67 | 13.21 | 79.41 | - |
| YUV | 84.3 | 212.48 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 234 | 0.92 | 0.62 | 0 | 0.08 | 220.28 | 0.86 | 0.49 |
| Hex | 12 | 59 | EA | 5C | 3E | 0 | 8 | DC | 56 | 31 |
| Octal | 22 | 131 | 352 | 134 | 76 | 0 | 10 | 334 | 126 | 61 |
| Binary | 10010 | 1011001 | 11101010 | 1011100 | 111110 | 0 | 1000 | 11011100 | 1010110 | 110001 |
Color Harmonies of #1259EA
Complementary color
Monochromatic Colors of #1259EA
Black with #1259EA
Text Example
Text Example
White with #1259EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259EA; }
p { color: rgb(18,89,234); }
H1.HeaderClassName
{
color: #1259EA;
}
.AnyTagClassName
{
color: #1259EA;
}
</style>
background-color css
<style>
a { background-color: #1259EA; }
a { background-color: rgb(18,89,234); }
div.DivClassName
{
background-color: #1259EA;
}
.BgClassName
{
background-color: #1259EA;
}
</style>
border-color css
<style>
span { border-color: #1259EA; }
span { border-color: rgb(18,89,234); }
td.TdClassName
{
border-color: #1259EA;
}
.TagClassName
{
border-color: #1259EA;
}
</style>