Shades of Navy Blue #1459DA
Tints of Navy Blue #1459DA
RGB
CMYK
RGB Variations
Color information
#1459DA (or 0x1459DA) is known color: Navy Blue. HEX triplet: 14, 59 and DA. RGB value is (20,89,218). Sum of RGB (Red+Green+Blue) = 20+89+218=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #1459DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459DA is #EBA625. Grayscale: #525252. Windows color (decimal): -15443494 or 14309652. OLE color: 14309652.
HSL color Cylindrical-coordinate representation of color #1459DA: hue angle of 219.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1459DA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 89 | 218 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.15 |
| HSL | 219.09º | 0.83% | 0.47% | - |
| HSV(B) | 219.09º | 0.91% | 0.85% | - |
| XYZ | 16.52 | 12.36 | 67.84 | - |
| YUV | 83.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 218 | 0.91 | 0.59 | 0 | 0.15 | 219.09 | 0.83 | 0.47 |
| Hex | 14 | 59 | DA | 5B | 3B | 0 | F | DB | 53 | 2F |
| Octal | 24 | 131 | 332 | 133 | 73 | 0 | 17 | 333 | 123 | 57 |
| Binary | 10100 | 1011001 | 11011010 | 1011011 | 111011 | 0 | 1111 | 11011011 | 1010011 | 101111 |
Color Harmonies of #1459DA
Complementary color
Monochromatic Colors of #1459DA
Black with #1459DA
Text Example
Text Example
White with #1459DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1459DA; }
p { color: rgb(20,89,218); }
H1.HeaderClassName
{
color: #1459DA;
}
.AnyTagClassName
{
color: #1459DA;
}
</style>
background-color css
<style>
a { background-color: #1459DA; }
a { background-color: rgb(20,89,218); }
div.DivClassName
{
background-color: #1459DA;
}
.BgClassName
{
background-color: #1459DA;
}
</style>
border-color css
<style>
span { border-color: #1459DA; }
span { border-color: rgb(20,89,218); }
td.TdClassName
{
border-color: #1459DA;
}
.TagClassName
{
border-color: #1459DA;
}
</style>