Shades of Navy Blue #1259DF
Tints of Navy Blue #1259DF
RGB
CMYK
RGB Variations
Color information
#1259DF (or 0x1259DF) is known color: Navy Blue. HEX triplet: 12, 59 and DF. RGB value is (18,89,223). Sum of RGB (Red+Green+Blue) = 18+89+223=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1259DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259DF is #EDA620. Grayscale: #525252. Windows color (decimal): -15574561 or 14637330. OLE color: 14637330.
HSL color Cylindrical-coordinate representation of color #1259DF: hue angle of 219.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259DF is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 89 | 223 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.13 |
| HSL | 219.22º | 0.85% | 0.47% | - |
| HSV(B) | 219.22º | 0.92% | 0.87% | - |
| XYZ | 17.14 | 12.6 | 71.34 | - |
| YUV | 83.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 223 | 0.92 | 0.60 | 0 | 0.13 | 219.22 | 0.85 | 0.47 |
| Hex | 12 | 59 | DF | 5C | 3C | 0 | D | DB | 55 | 2F |
| Octal | 22 | 131 | 337 | 134 | 74 | 0 | 15 | 333 | 125 | 57 |
| Binary | 10010 | 1011001 | 11011111 | 1011100 | 111100 | 0 | 1101 | 11011011 | 1010101 | 101111 |
Color Harmonies of #1259DF
Complementary color
Monochromatic Colors of #1259DF
Black with #1259DF
Text Example
Text Example
White with #1259DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259DF; }
p { color: rgb(18,89,223); }
H1.HeaderClassName
{
color: #1259DF;
}
.AnyTagClassName
{
color: #1259DF;
}
</style>
background-color css
<style>
a { background-color: #1259DF; }
a { background-color: rgb(18,89,223); }
div.DivClassName
{
background-color: #1259DF;
}
.BgClassName
{
background-color: #1259DF;
}
</style>
border-color css
<style>
span { border-color: #1259DF; }
span { border-color: rgb(18,89,223); }
td.TdClassName
{
border-color: #1259DF;
}
.TagClassName
{
border-color: #1259DF;
}
</style>