Shades of Navy Blue #1584CD
Tints of Navy Blue #1584CD
RGB
CMYK
RGB Variations
Color information
#1584CD (or 0x1584CD) is known color: Navy Blue. HEX triplet: 15, 84 and CD. RGB value is (21,132,205). Sum of RGB (Red+Green+Blue) = 21+132+205=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1584CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584CD is #EA7B32. Grayscale: #6A6A6A. Windows color (decimal): -15366963 or 13468693. OLE color: 13468693.
HSL color Cylindrical-coordinate representation of color #1584CD: hue angle of 203.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1584CD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 132 | 205 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.20 |
| HSL | 203.8º | 0.81% | 0.44% | - |
| HSV(B) | 203.8º | 0.9% | 0.8% | - |
| XYZ | 19.58 | 21.07 | 60.79 | - |
| YUV | 107.13 | 183.23 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 205 | 0.90 | 0.36 | 0 | 0.20 | 203.8 | 0.81 | 0.44 |
| Hex | 15 | 84 | CD | 5A | 24 | 0 | 14 | CC | 51 | 2C |
| Octal | 25 | 204 | 315 | 132 | 44 | 0 | 24 | 314 | 121 | 54 |
| Binary | 10101 | 10000100 | 11001101 | 1011010 | 100100 | 0 | 10100 | 11001100 | 1010001 | 101100 |
Color Harmonies of #1584CD
Complementary color
Monochromatic Colors of #1584CD
Black with #1584CD
Text Example
Text Example
White with #1584CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584CD; }
p { color: rgb(21,132,205); }
H1.HeaderClassName
{
color: #1584CD;
}
.AnyTagClassName
{
color: #1584CD;
}
</style>
background-color css
<style>
a { background-color: #1584CD; }
a { background-color: rgb(21,132,205); }
div.DivClassName
{
background-color: #1584CD;
}
.BgClassName
{
background-color: #1584CD;
}
</style>
border-color css
<style>
span { border-color: #1584CD; }
span { border-color: rgb(21,132,205); }
td.TdClassName
{
border-color: #1584CD;
}
.TagClassName
{
border-color: #1584CD;
}
</style>