Shades of Navy Blue #1578DD
Tints of Navy Blue #1578DD
RGB
CMYK
RGB Variations
Color information
#1578DD (or 0x1578DD) is known color: Navy Blue. HEX triplet: 15, 78 and DD. RGB value is (21,120,221). Sum of RGB (Red+Green+Blue) = 21+120+221=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #1578DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1578DD is #EA8722. Grayscale: #656565. Windows color (decimal): -15370019 or 14514197. OLE color: 14514197.
HSL color Cylindrical-coordinate representation of color #1578DD: hue angle of 210.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1578DD is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 120 | 221 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.13 |
| HSL | 210.3º | 0.83% | 0.47% | - |
| HSV(B) | 210.3º | 0.9% | 0.87% | - |
| XYZ | 20.08 | 18.81 | 70.98 | - |
| YUV | 101.91 | 195.2 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 221 | 0.90 | 0.46 | 0 | 0.13 | 210.3 | 0.83 | 0.47 |
| Hex | 15 | 78 | DD | 5A | 2E | 0 | D | D2 | 53 | 2F |
| Octal | 25 | 170 | 335 | 132 | 56 | 0 | 15 | 322 | 123 | 57 |
| Binary | 10101 | 1111000 | 11011101 | 1011010 | 101110 | 0 | 1101 | 11010010 | 1010011 | 101111 |
Color Harmonies of #1578DD
Complementary color
Monochromatic Colors of #1578DD
Black with #1578DD
Text Example
Text Example
White with #1578DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1578DD; }
p { color: rgb(21,120,221); }
H1.HeaderClassName
{
color: #1578DD;
}
.AnyTagClassName
{
color: #1578DD;
}
</style>
background-color css
<style>
a { background-color: #1578DD; }
a { background-color: rgb(21,120,221); }
div.DivClassName
{
background-color: #1578DD;
}
.BgClassName
{
background-color: #1578DD;
}
</style>
border-color css
<style>
span { border-color: #1578DD; }
span { border-color: rgb(21,120,221); }
td.TdClassName
{
border-color: #1578DD;
}
.TagClassName
{
border-color: #1578DD;
}
</style>