Shades of Navy Blue #187DD1
Tints of Navy Blue #187DD1
RGB
CMYK
RGB Variations
Color information
#187DD1 (or 0x187DD1) is known color: Navy Blue. HEX triplet: 18, 7D and D1. RGB value is (24,125,209). Sum of RGB (Red+Green+Blue) = 24+125+209=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #187DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DD1 is #E7822E. Grayscale: #676767. Windows color (decimal): -15172143 or 13729048. OLE color: 13729048.
HSL color Cylindrical-coordinate representation of color #187DD1: hue angle of 207.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187DD1 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 125 | 209 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.18 |
| HSL | 207.24º | 0.79% | 0.46% | - |
| HSV(B) | 207.24º | 0.89% | 0.82% | - |
| XYZ | 19.22 | 19.46 | 63.07 | - |
| YUV | 104.38 | 187.04 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 209 | 0.89 | 0.40 | 0 | 0.18 | 207.24 | 0.79 | 0.46 |
| Hex | 18 | 7D | D1 | 59 | 28 | 0 | 12 | CF | 4F | 2E |
| Octal | 30 | 175 | 321 | 131 | 50 | 0 | 22 | 317 | 117 | 56 |
| Binary | 11000 | 1111101 | 11010001 | 1011001 | 101000 | 0 | 10010 | 11001111 | 1001111 | 101110 |
Color Harmonies of #187DD1
Complementary color
Monochromatic Colors of #187DD1
Black with #187DD1
Text Example
Text Example
White with #187DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DD1; }
p { color: rgb(24,125,209); }
H1.HeaderClassName
{
color: #187DD1;
}
.AnyTagClassName
{
color: #187DD1;
}
</style>
background-color css
<style>
a { background-color: #187DD1; }
a { background-color: rgb(24,125,209); }
div.DivClassName
{
background-color: #187DD1;
}
.BgClassName
{
background-color: #187DD1;
}
</style>
border-color css
<style>
span { border-color: #187DD1; }
span { border-color: rgb(24,125,209); }
td.TdClassName
{
border-color: #187DD1;
}
.TagClassName
{
border-color: #187DD1;
}
</style>