Shades of Navy Blue #1876D9
Tints of Navy Blue #1876D9
RGB
CMYK
RGB Variations
Color information
#1876D9 (or 0x1876D9) is known color: Navy Blue. HEX triplet: 18, 76 and D9. RGB value is (24,118,217). Sum of RGB (Red+Green+Blue) = 24+118+217=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #1876D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876D9 is #E78926. Grayscale: #646464. Windows color (decimal): -15173927 or 14251544. OLE color: 14251544.
HSL color Cylindrical-coordinate representation of color #1876D9: hue angle of 210.78º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1876D9 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 118 | 217 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.15 |
| HSL | 210.78º | 0.8% | 0.47% | - |
| HSV(B) | 210.78º | 0.89% | 0.85% | - |
| XYZ | 19.38 | 18.16 | 68.13 | - |
| YUV | 101.18 | 193.36 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 217 | 0.89 | 0.46 | 0 | 0.15 | 210.78 | 0.8 | 0.47 |
| Hex | 18 | 76 | D9 | 59 | 2E | 0 | F | D3 | 50 | 2F |
| Octal | 30 | 166 | 331 | 131 | 56 | 0 | 17 | 323 | 120 | 57 |
| Binary | 11000 | 1110110 | 11011001 | 1011001 | 101110 | 0 | 1111 | 11010011 | 1010000 | 101111 |
Color Harmonies of #1876D9
Complementary color
Monochromatic Colors of #1876D9
Black with #1876D9
Text Example
Text Example
White with #1876D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876D9; }
p { color: rgb(24,118,217); }
H1.HeaderClassName
{
color: #1876D9;
}
.AnyTagClassName
{
color: #1876D9;
}
</style>
background-color css
<style>
a { background-color: #1876D9; }
a { background-color: rgb(24,118,217); }
div.DivClassName
{
background-color: #1876D9;
}
.BgClassName
{
background-color: #1876D9;
}
</style>
border-color css
<style>
span { border-color: #1876D9; }
span { border-color: rgb(24,118,217); }
td.TdClassName
{
border-color: #1876D9;
}
.TagClassName
{
border-color: #1876D9;
}
</style>