Shades of Navy Blue #1578D6
Tints of Navy Blue #1578D6
RGB
CMYK
RGB Variations
Color information
#1578D6 (or 0x1578D6) is known color: Navy Blue. HEX triplet: 15, 78 and D6. RGB value is (21,120,214). Sum of RGB (Red+Green+Blue) = 21+120+214=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #1578D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1578D6 is #EA8729. Grayscale: #646464. Windows color (decimal): -15370026 or 14055445. OLE color: 14055445.
HSL color Cylindrical-coordinate representation of color #1578D6: hue angle of 209.22º 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 #1578D6 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 120 | 214 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.16 |
| HSL | 209.22º | 0.82% | 0.46% | - |
| HSV(B) | 209.22º | 0.9% | 0.84% | - |
| XYZ | 19.16 | 18.45 | 66.17 | - |
| YUV | 101.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 214 | 0.90 | 0.44 | 0 | 0.16 | 209.22 | 0.82 | 0.46 |
| Hex | 15 | 78 | D6 | 5A | 2C | 0 | 10 | D1 | 52 | 2E |
| Octal | 25 | 170 | 326 | 132 | 54 | 0 | 20 | 321 | 122 | 56 |
| Binary | 10101 | 1111000 | 11010110 | 1011010 | 101100 | 0 | 10000 | 11010001 | 1010010 | 101110 |
Color Harmonies of #1578D6
Complementary color
Monochromatic Colors of #1578D6
Black with #1578D6
Text Example
Text Example
White with #1578D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1578D6; }
p { color: rgb(21,120,214); }
H1.HeaderClassName
{
color: #1578D6;
}
.AnyTagClassName
{
color: #1578D6;
}
</style>
background-color css
<style>
a { background-color: #1578D6; }
a { background-color: rgb(21,120,214); }
div.DivClassName
{
background-color: #1578D6;
}
.BgClassName
{
background-color: #1578D6;
}
</style>
border-color css
<style>
span { border-color: #1578D6; }
span { border-color: rgb(21,120,214); }
td.TdClassName
{
border-color: #1578D6;
}
.TagClassName
{
border-color: #1578D6;
}
</style>