Shades of Navy Blue #186EDB
Tints of Navy Blue #186EDB
RGB
CMYK
RGB Variations
Color information
#186EDB (or 0x186EDB) is known color: Navy Blue. HEX triplet: 18, 6E and DB. RGB value is (24,110,219). Sum of RGB (Red+Green+Blue) = 24+110+219=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #186EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EDB is #E79124. Grayscale: #606060. Windows color (decimal): -15175973 or 14380568. OLE color: 14380568.
HSL color Cylindrical-coordinate representation of color #186EDB: hue angle of 213.54º 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 #186EDB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 110 | 219 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.14 |
| HSL | 213.54º | 0.8% | 0.48% | - |
| HSV(B) | 213.54º | 0.89% | 0.86% | - |
| XYZ | 18.74 | 16.46 | 69.21 | - |
| YUV | 96.71 | 197.01 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 219 | 0.89 | 0.50 | 0 | 0.14 | 213.54 | 0.8 | 0.48 |
| Hex | 18 | 6E | DB | 59 | 32 | 0 | E | D6 | 50 | 30 |
| Octal | 30 | 156 | 333 | 131 | 62 | 0 | 16 | 326 | 120 | 60 |
| Binary | 11000 | 1101110 | 11011011 | 1011001 | 110010 | 0 | 1110 | 11010110 | 1010000 | 110000 |
Color Harmonies of #186EDB
Complementary color
Monochromatic Colors of #186EDB
Black with #186EDB
Text Example
Text Example
White with #186EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EDB; }
p { color: rgb(24,110,219); }
H1.HeaderClassName
{
color: #186EDB;
}
.AnyTagClassName
{
color: #186EDB;
}
</style>
background-color css
<style>
a { background-color: #186EDB; }
a { background-color: rgb(24,110,219); }
div.DivClassName
{
background-color: #186EDB;
}
.BgClassName
{
background-color: #186EDB;
}
</style>
border-color css
<style>
span { border-color: #186EDB; }
span { border-color: rgb(24,110,219); }
td.TdClassName
{
border-color: #186EDB;
}
.TagClassName
{
border-color: #186EDB;
}
</style>