Shades of Navy Blue #1876D6
Tints of Navy Blue #1876D6
RGB
CMYK
RGB Variations
Color information
#1876D6 (or 0x1876D6) is known color: Navy Blue. HEX triplet: 18, 76 and D6. RGB value is (24,118,214). Sum of RGB (Red+Green+Blue) = 24+118+214=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 214 (83.98% from 255 or 60.11% from 356); Max value from RGB is 214 - color contains mainly: blue. Hex color #1876D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876D6 is #E78929. Grayscale: #646464. Windows color (decimal): -15173930 or 14054936. OLE color: 14054936.
HSL color Cylindrical-coordinate representation of color #1876D6: hue angle of 210.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1876D6 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 118 | 214 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.16 |
| HSL | 210.32º | 0.8% | 0.47% | - |
| HSV(B) | 210.32º | 0.89% | 0.84% | - |
| XYZ | 18.99 | 18.01 | 66.09 | - |
| YUV | 100.84 | 191.86 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 214 | 0.89 | 0.45 | 0 | 0.16 | 210.32 | 0.8 | 0.47 |
| Hex | 18 | 76 | D6 | 59 | 2D | 0 | 10 | D2 | 50 | 2F |
| Octal | 30 | 166 | 326 | 131 | 55 | 0 | 20 | 322 | 120 | 57 |
| Binary | 11000 | 1110110 | 11010110 | 1011001 | 101101 | 0 | 10000 | 11010010 | 1010000 | 101111 |
Color Harmonies of #1876D6
Complementary color
Monochromatic Colors of #1876D6
Black with #1876D6
Text Example
Text Example
White with #1876D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876D6; }
p { color: rgb(24,118,214); }
H1.HeaderClassName
{
color: #1876D6;
}
.AnyTagClassName
{
color: #1876D6;
}
</style>
background-color css
<style>
a { background-color: #1876D6; }
a { background-color: rgb(24,118,214); }
div.DivClassName
{
background-color: #1876D6;
}
.BgClassName
{
background-color: #1876D6;
}
</style>
border-color css
<style>
span { border-color: #1876D6; }
span { border-color: rgb(24,118,214); }
td.TdClassName
{
border-color: #1876D6;
}
.TagClassName
{
border-color: #1876D6;
}
</style>