Shades of Navy Blue #1585D7
Tints of Navy Blue #1585D7
RGB
CMYK
RGB Variations
Color information
#1585D7 (or 0x1585D7) is known color: Navy Blue. HEX triplet: 15, 85 and D7. RGB value is (21,133,215). Sum of RGB (Red+Green+Blue) = 21+133+215=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #1585D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585D7 is #EA7A28. Grayscale: #6C6C6C. Windows color (decimal): -15366697 or 14124309. OLE color: 14124309.
HSL color Cylindrical-coordinate representation of color #1585D7: hue angle of 205.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1585D7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 133 | 215 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.16 |
| HSL | 205.36º | 0.82% | 0.46% | - |
| HSV(B) | 205.36º | 0.9% | 0.84% | - |
| XYZ | 20.96 | 21.84 | 67.4 | - |
| YUV | 108.86 | 187.89 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 215 | 0.90 | 0.38 | 0 | 0.16 | 205.36 | 0.82 | 0.46 |
| Hex | 15 | 85 | D7 | 5A | 26 | 0 | 10 | CD | 52 | 2E |
| Octal | 25 | 205 | 327 | 132 | 46 | 0 | 20 | 315 | 122 | 56 |
| Binary | 10101 | 10000101 | 11010111 | 1011010 | 100110 | 0 | 10000 | 11001101 | 1010010 | 101110 |
Color Harmonies of #1585D7
Complementary color
Monochromatic Colors of #1585D7
Black with #1585D7
Text Example
Text Example
White with #1585D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585D7; }
p { color: rgb(21,133,215); }
H1.HeaderClassName
{
color: #1585D7;
}
.AnyTagClassName
{
color: #1585D7;
}
</style>
background-color css
<style>
a { background-color: #1585D7; }
a { background-color: rgb(21,133,215); }
div.DivClassName
{
background-color: #1585D7;
}
.BgClassName
{
background-color: #1585D7;
}
</style>
border-color css
<style>
span { border-color: #1585D7; }
span { border-color: rgb(21,133,215); }
td.TdClassName
{
border-color: #1585D7;
}
.TagClassName
{
border-color: #1585D7;
}
</style>