Shades of Navy Blue #1577DD
Tints of Navy Blue #1577DD
RGB
CMYK
RGB Variations
Color information
#1577DD (or 0x1577DD) is known color: Navy Blue. HEX triplet: 15, 77 and DD. RGB value is (21,119,221). Sum of RGB (Red+Green+Blue) = 21+119+221=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #1577DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1577DD is #EA8822. Grayscale: #646464. Windows color (decimal): -15370275 or 14513941. OLE color: 14513941.
HSL color Cylindrical-coordinate representation of color #1577DD: hue angle of 210.6º 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 #1577DD is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 119 | 221 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.13 |
| HSL | 210.6º | 0.83% | 0.47% | - |
| HSV(B) | 210.6º | 0.9% | 0.87% | - |
| XYZ | 19.96 | 18.57 | 70.94 | - |
| YUV | 101.33 | 195.53 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 221 | 0.90 | 0.46 | 0 | 0.13 | 210.6 | 0.83 | 0.47 |
| Hex | 15 | 77 | DD | 5A | 2E | 0 | D | D3 | 53 | 2F |
| Octal | 25 | 167 | 335 | 132 | 56 | 0 | 15 | 323 | 123 | 57 |
| Binary | 10101 | 1110111 | 11011101 | 1011010 | 101110 | 0 | 1101 | 11010011 | 1010011 | 101111 |
Color Harmonies of #1577DD
Complementary color
Monochromatic Colors of #1577DD
Black with #1577DD
Text Example
Text Example
White with #1577DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577DD; }
p { color: rgb(21,119,221); }
H1.HeaderClassName
{
color: #1577DD;
}
.AnyTagClassName
{
color: #1577DD;
}
</style>
background-color css
<style>
a { background-color: #1577DD; }
a { background-color: rgb(21,119,221); }
div.DivClassName
{
background-color: #1577DD;
}
.BgClassName
{
background-color: #1577DD;
}
</style>
border-color css
<style>
span { border-color: #1577DD; }
span { border-color: rgb(21,119,221); }
td.TdClassName
{
border-color: #1577DD;
}
.TagClassName
{
border-color: #1577DD;
}
</style>