Shades of Navy Blue #1875D6
Tints of Navy Blue #1875D6
RGB
CMYK
RGB Variations
Color information
#1875D6 (or 0x1875D6) is known color: Navy Blue. HEX triplet: 18, 75 and D6. RGB value is (24,117,214). Sum of RGB (Red+Green+Blue) = 24+117+214=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #1875D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875D6 is #E78A29. Grayscale: #636363. Windows color (decimal): -15174186 or 14054680. OLE color: 14054680.
HSL color Cylindrical-coordinate representation of color #1875D6: hue angle of 210.63º 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 #1875D6 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 117 | 214 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.16 |
| HSL | 210.63º | 0.8% | 0.47% | - |
| HSV(B) | 210.63º | 0.89% | 0.84% | - |
| XYZ | 18.88 | 17.77 | 66.05 | - |
| YUV | 100.25 | 192.19 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 214 | 0.89 | 0.45 | 0 | 0.16 | 210.63 | 0.8 | 0.47 |
| Hex | 18 | 75 | D6 | 59 | 2D | 0 | 10 | D3 | 50 | 2F |
| Octal | 30 | 165 | 326 | 131 | 55 | 0 | 20 | 323 | 120 | 57 |
| Binary | 11000 | 1110101 | 11010110 | 1011001 | 101101 | 0 | 10000 | 11010011 | 1010000 | 101111 |
Color Harmonies of #1875D6
Complementary color
Monochromatic Colors of #1875D6
Black with #1875D6
Text Example
Text Example
White with #1875D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1875D6; }
p { color: rgb(24,117,214); }
H1.HeaderClassName
{
color: #1875D6;
}
.AnyTagClassName
{
color: #1875D6;
}
</style>
background-color css
<style>
a { background-color: #1875D6; }
a { background-color: rgb(24,117,214); }
div.DivClassName
{
background-color: #1875D6;
}
.BgClassName
{
background-color: #1875D6;
}
</style>
border-color css
<style>
span { border-color: #1875D6; }
span { border-color: rgb(24,117,214); }
td.TdClassName
{
border-color: #1875D6;
}
.TagClassName
{
border-color: #1875D6;
}
</style>