Shades of Navy Blue #1877DB
Tints of Navy Blue #1877DB
RGB
CMYK
RGB Variations
Color information
#1877DB (or 0x1877DB) is known color: Navy Blue. HEX triplet: 18, 77 and DB. RGB value is (24,119,219). Sum of RGB (Red+Green+Blue) = 24+119+219=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #1877DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877DB is #E78824. Grayscale: #656565. Windows color (decimal): -15173669 or 14382872. OLE color: 14382872.
HSL color Cylindrical-coordinate representation of color #1877DB: hue angle of 210.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1877DB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 119 | 219 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.14 |
| HSL | 210.77º | 0.8% | 0.48% | - |
| HSV(B) | 210.77º | 0.89% | 0.86% | - |
| XYZ | 19.76 | 18.5 | 69.55 | - |
| YUV | 102 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 219 | 0.89 | 0.46 | 0 | 0.14 | 210.77 | 0.8 | 0.48 |
| Hex | 18 | 77 | DB | 59 | 2E | 0 | E | D3 | 50 | 30 |
| Octal | 30 | 167 | 333 | 131 | 56 | 0 | 16 | 323 | 120 | 60 |
| Binary | 11000 | 1110111 | 11011011 | 1011001 | 101110 | 0 | 1110 | 11010011 | 1010000 | 110000 |
Color Harmonies of #1877DB
Complementary color
Monochromatic Colors of #1877DB
Black with #1877DB
Text Example
Text Example
White with #1877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877DB; }
p { color: rgb(24,119,219); }
H1.HeaderClassName
{
color: #1877DB;
}
.AnyTagClassName
{
color: #1877DB;
}
</style>
background-color css
<style>
a { background-color: #1877DB; }
a { background-color: rgb(24,119,219); }
div.DivClassName
{
background-color: #1877DB;
}
.BgClassName
{
background-color: #1877DB;
}
</style>
border-color css
<style>
span { border-color: #1877DB; }
span { border-color: rgb(24,119,219); }
td.TdClassName
{
border-color: #1877DB;
}
.TagClassName
{
border-color: #1877DB;
}
</style>