Shades of Navy Blue #187EDB
Tints of Navy Blue #187EDB
RGB
CMYK
RGB Variations
Color information
#187EDB (or 0x187EDB) is known color: Navy Blue. HEX triplet: 18, 7E and DB. RGB value is (24,126,219). Sum of RGB (Red+Green+Blue) = 24+126+219=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #187EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187EDB is #E78124. Grayscale: #696969. Windows color (decimal): -15171877 or 14384664. OLE color: 14384664.
HSL color Cylindrical-coordinate representation of color #187EDB: hue angle of 208.62º 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 #187EDB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 126 | 219 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.14 |
| HSL | 208.62º | 0.8% | 0.48% | - |
| HSV(B) | 208.62º | 0.89% | 0.86% | - |
| XYZ | 20.62 | 20.23 | 69.84 | - |
| YUV | 106.1 | 191.71 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 219 | 0.89 | 0.42 | 0 | 0.14 | 208.62 | 0.8 | 0.48 |
| Hex | 18 | 7E | DB | 59 | 2A | 0 | E | D1 | 50 | 30 |
| Octal | 30 | 176 | 333 | 131 | 52 | 0 | 16 | 321 | 120 | 60 |
| Binary | 11000 | 1111110 | 11011011 | 1011001 | 101010 | 0 | 1110 | 11010001 | 1010000 | 110000 |
Color Harmonies of #187EDB
Complementary color
Monochromatic Colors of #187EDB
Black with #187EDB
Text Example
Text Example
White with #187EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EDB; }
p { color: rgb(24,126,219); }
H1.HeaderClassName
{
color: #187EDB;
}
.AnyTagClassName
{
color: #187EDB;
}
</style>
background-color css
<style>
a { background-color: #187EDB; }
a { background-color: rgb(24,126,219); }
div.DivClassName
{
background-color: #187EDB;
}
.BgClassName
{
background-color: #187EDB;
}
</style>
border-color css
<style>
span { border-color: #187EDB; }
span { border-color: rgb(24,126,219); }
td.TdClassName
{
border-color: #187EDB;
}
.TagClassName
{
border-color: #187EDB;
}
</style>