Shades of Navy Blue #1485DA
Tints of Navy Blue #1485DA
RGB
CMYK
RGB Variations
Color information
#1485DA (or 0x1485DA) is known color: Navy Blue. HEX triplet: 14, 85 and DA. RGB value is (20,133,218). Sum of RGB (Red+Green+Blue) = 20+133+218=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #1485DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485DA is #EB7A25. Grayscale: #6C6C6C. Windows color (decimal): -15432230 or 14320916. OLE color: 14320916.
HSL color Cylindrical-coordinate representation of color #1485DA: hue angle of 205.76º 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 #1485DA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 133 | 218 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.15 |
| HSL | 205.76º | 0.83% | 0.47% | - |
| HSV(B) | 205.76º | 0.91% | 0.85% | - |
| XYZ | 21.33 | 21.99 | 69.45 | - |
| YUV | 108.9 | 189.56 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 218 | 0.91 | 0.39 | 0 | 0.15 | 205.76 | 0.83 | 0.47 |
| Hex | 14 | 85 | DA | 5B | 27 | 0 | F | CE | 53 | 2F |
| Octal | 24 | 205 | 332 | 133 | 47 | 0 | 17 | 316 | 123 | 57 |
| Binary | 10100 | 10000101 | 11011010 | 1011011 | 100111 | 0 | 1111 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1485DA
Complementary color
Monochromatic Colors of #1485DA
Black with #1485DA
Text Example
Text Example
White with #1485DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485DA; }
p { color: rgb(20,133,218); }
H1.HeaderClassName
{
color: #1485DA;
}
.AnyTagClassName
{
color: #1485DA;
}
</style>
background-color css
<style>
a { background-color: #1485DA; }
a { background-color: rgb(20,133,218); }
div.DivClassName
{
background-color: #1485DA;
}
.BgClassName
{
background-color: #1485DA;
}
</style>
border-color css
<style>
span { border-color: #1485DA; }
span { border-color: rgb(20,133,218); }
td.TdClassName
{
border-color: #1485DA;
}
.TagClassName
{
border-color: #1485DA;
}
</style>