Shades of Navy Blue #187BD9
Tints of Navy Blue #187BD9
RGB
CMYK
RGB Variations
Color information
#187BD9 (or 0x187BD9) is known color: Navy Blue. HEX triplet: 18, 7B and D9. RGB value is (24,123,217). Sum of RGB (Red+Green+Blue) = 24+123+217=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 217 (85.16% from 255 or 59.62% from 364); Max value from RGB is 217 - color contains mainly: blue. Hex color #187BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187BD9 is #E78426. Grayscale: #676767. Windows color (decimal): -15172647 or 14252824. OLE color: 14252824.
HSL color Cylindrical-coordinate representation of color #187BD9: hue angle of 209.22º 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 #187BD9 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 123 | 217 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.15 |
| HSL | 209.22º | 0.8% | 0.47% | - |
| HSV(B) | 209.22º | 0.89% | 0.85% | - |
| XYZ | 19.98 | 19.37 | 68.33 | - |
| YUV | 104.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 217 | 0.89 | 0.43 | 0 | 0.15 | 209.22 | 0.8 | 0.47 |
| Hex | 18 | 7B | D9 | 59 | 2B | 0 | F | D1 | 50 | 2F |
| Octal | 30 | 173 | 331 | 131 | 53 | 0 | 17 | 321 | 120 | 57 |
| Binary | 11000 | 1111011 | 11011001 | 1011001 | 101011 | 0 | 1111 | 11010001 | 1010000 | 101111 |
Color Harmonies of #187BD9
Complementary color
Monochromatic Colors of #187BD9
Black with #187BD9
Text Example
Text Example
White with #187BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BD9; }
p { color: rgb(24,123,217); }
H1.HeaderClassName
{
color: #187BD9;
}
.AnyTagClassName
{
color: #187BD9;
}
</style>
background-color css
<style>
a { background-color: #187BD9; }
a { background-color: rgb(24,123,217); }
div.DivClassName
{
background-color: #187BD9;
}
.BgClassName
{
background-color: #187BD9;
}
</style>
border-color css
<style>
span { border-color: #187BD9; }
span { border-color: rgb(24,123,217); }
td.TdClassName
{
border-color: #187BD9;
}
.TagClassName
{
border-color: #187BD9;
}
</style>