Shades of Navy Blue #1584DA
Tints of Navy Blue #1584DA
RGB
CMYK
RGB Variations
Color information
#1584DA (or 0x1584DA) is known color: Navy Blue. HEX triplet: 15, 84 and DA. RGB value is (21,132,218). Sum of RGB (Red+Green+Blue) = 21+132+218=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 132 (51.95% from 255 or 35.58% 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 #1584DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584DA is #EA7B25. Grayscale: #6C6C6C. Windows color (decimal): -15366950 or 14320661. OLE color: 14320661.
HSL color Cylindrical-coordinate representation of color #1584DA: hue angle of 206.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1584DA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 132 | 218 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.15 |
| HSL | 206.19º | 0.82% | 0.47% | - |
| HSV(B) | 206.19º | 0.9% | 0.85% | - |
| XYZ | 21.22 | 21.72 | 69.4 | - |
| YUV | 108.62 | 189.73 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 218 | 0.90 | 0.39 | 0 | 0.15 | 206.19 | 0.82 | 0.47 |
| Hex | 15 | 84 | DA | 5A | 27 | 0 | F | CE | 52 | 2F |
| Octal | 25 | 204 | 332 | 132 | 47 | 0 | 17 | 316 | 122 | 57 |
| Binary | 10101 | 10000100 | 11011010 | 1011010 | 100111 | 0 | 1111 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1584DA
Complementary color
Monochromatic Colors of #1584DA
Black with #1584DA
Text Example
Text Example
White with #1584DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584DA; }
p { color: rgb(21,132,218); }
H1.HeaderClassName
{
color: #1584DA;
}
.AnyTagClassName
{
color: #1584DA;
}
</style>
background-color css
<style>
a { background-color: #1584DA; }
a { background-color: rgb(21,132,218); }
div.DivClassName
{
background-color: #1584DA;
}
.BgClassName
{
background-color: #1584DA;
}
</style>
border-color css
<style>
span { border-color: #1584DA; }
span { border-color: rgb(21,132,218); }
td.TdClassName
{
border-color: #1584DA;
}
.TagClassName
{
border-color: #1584DA;
}
</style>