Shades of Navy Blue #187CDB
Tints of Navy Blue #187CDB
RGB
CMYK
RGB Variations
Color information
#187CDB (or 0x187CDB) is known color: Navy Blue. HEX triplet: 18, 7C and DB. RGB value is (24,124,219). Sum of RGB (Red+Green+Blue) = 24+124+219=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #187CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CDB is #E78324. Grayscale: #686868. Windows color (decimal): -15172389 or 14384152. OLE color: 14384152.
HSL color Cylindrical-coordinate representation of color #187CDB: hue angle of 209.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187CDB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 124 | 219 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.14 |
| HSL | 209.23º | 0.8% | 0.48% | - |
| HSV(B) | 209.23º | 0.89% | 0.86% | - |
| XYZ | 20.37 | 19.72 | 69.75 | - |
| YUV | 104.93 | 192.37 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 219 | 0.89 | 0.43 | 0 | 0.14 | 209.23 | 0.8 | 0.48 |
| Hex | 18 | 7C | DB | 59 | 2B | 0 | E | D1 | 50 | 30 |
| Octal | 30 | 174 | 333 | 131 | 53 | 0 | 16 | 321 | 120 | 60 |
| Binary | 11000 | 1111100 | 11011011 | 1011001 | 101011 | 0 | 1110 | 11010001 | 1010000 | 110000 |
Color Harmonies of #187CDB
Complementary color
Monochromatic Colors of #187CDB
Black with #187CDB
Text Example
Text Example
White with #187CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CDB; }
p { color: rgb(24,124,219); }
H1.HeaderClassName
{
color: #187CDB;
}
.AnyTagClassName
{
color: #187CDB;
}
</style>
background-color css
<style>
a { background-color: #187CDB; }
a { background-color: rgb(24,124,219); }
div.DivClassName
{
background-color: #187CDB;
}
.BgClassName
{
background-color: #187CDB;
}
</style>
border-color css
<style>
span { border-color: #187CDB; }
span { border-color: rgb(24,124,219); }
td.TdClassName
{
border-color: #187CDB;
}
.TagClassName
{
border-color: #187CDB;
}
</style>