Shades of Navy Blue #1877DD
Tints of Navy Blue #1877DD
RGB
CMYK
RGB Variations
Color information
#1877DD (or 0x1877DD) is known color: Navy Blue. HEX triplet: 18, 77 and DD. RGB value is (24,119,221). Sum of RGB (Red+Green+Blue) = 24+119+221=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #1877DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877DD is #E78822. Grayscale: #656565. Windows color (decimal): -15173667 or 14513944. OLE color: 14513944.
HSL color Cylindrical-coordinate representation of color #1877DD: hue angle of 211.07º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1877DD is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 119 | 221 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.13 |
| HSL | 211.07º | 0.8% | 0.48% | - |
| HSV(B) | 211.07º | 0.89% | 0.87% | - |
| XYZ | 20.02 | 18.61 | 70.94 | - |
| YUV | 102.22 | 195.03 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 221 | 0.89 | 0.46 | 0 | 0.13 | 211.07 | 0.8 | 0.48 |
| Hex | 18 | 77 | DD | 59 | 2E | 0 | D | D3 | 50 | 30 |
| Octal | 30 | 167 | 335 | 131 | 56 | 0 | 15 | 323 | 120 | 60 |
| Binary | 11000 | 1110111 | 11011101 | 1011001 | 101110 | 0 | 1101 | 11010011 | 1010000 | 110000 |
Color Harmonies of #1877DD
Complementary color
Monochromatic Colors of #1877DD
Black with #1877DD
Text Example
Text Example
White with #1877DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877DD; }
p { color: rgb(24,119,221); }
H1.HeaderClassName
{
color: #1877DD;
}
.AnyTagClassName
{
color: #1877DD;
}
</style>
background-color css
<style>
a { background-color: #1877DD; }
a { background-color: rgb(24,119,221); }
div.DivClassName
{
background-color: #1877DD;
}
.BgClassName
{
background-color: #1877DD;
}
</style>
border-color css
<style>
span { border-color: #1877DD; }
span { border-color: rgb(24,119,221); }
td.TdClassName
{
border-color: #1877DD;
}
.TagClassName
{
border-color: #1877DD;
}
</style>