Shades of Navy Blue #1876D5
Tints of Navy Blue #1876D5
RGB
CMYK
RGB Variations
Color information
#1876D5 (or 0x1876D5) is known color: Navy Blue. HEX triplet: 18, 76 and D5. RGB value is (24,118,213). Sum of RGB (Red+Green+Blue) = 24+118+213=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #1876D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876D5 is #E7892A. Grayscale: #646464. Windows color (decimal): -15173931 or 13989400. OLE color: 13989400.
HSL color Cylindrical-coordinate representation of color #1876D5: hue angle of 210.16º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1876D5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 118 | 213 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.16 |
| HSL | 210.16º | 0.8% | 0.46% | - |
| HSV(B) | 210.16º | 0.89% | 0.84% | - |
| XYZ | 18.87 | 17.96 | 65.42 | - |
| YUV | 100.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 213 | 0.89 | 0.45 | 0 | 0.16 | 210.16 | 0.8 | 0.46 |
| Hex | 18 | 76 | D5 | 59 | 2D | 0 | 10 | D2 | 50 | 2E |
| Octal | 30 | 166 | 325 | 131 | 55 | 0 | 20 | 322 | 120 | 56 |
| Binary | 11000 | 1110110 | 11010101 | 1011001 | 101101 | 0 | 10000 | 11010010 | 1010000 | 101110 |
Color Harmonies of #1876D5
Complementary color
Monochromatic Colors of #1876D5
Black with #1876D5
Text Example
Text Example
White with #1876D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876D5; }
p { color: rgb(24,118,213); }
H1.HeaderClassName
{
color: #1876D5;
}
.AnyTagClassName
{
color: #1876D5;
}
</style>
background-color css
<style>
a { background-color: #1876D5; }
a { background-color: rgb(24,118,213); }
div.DivClassName
{
background-color: #1876D5;
}
.BgClassName
{
background-color: #1876D5;
}
</style>
border-color css
<style>
span { border-color: #1876D5; }
span { border-color: rgb(24,118,213); }
td.TdClassName
{
border-color: #1876D5;
}
.TagClassName
{
border-color: #1876D5;
}
</style>