Shades of Navy Blue #186ADB
Tints of Navy Blue #186ADB
RGB
CMYK
RGB Variations
Color information
#186ADB (or 0x186ADB) is known color: Navy Blue. HEX triplet: 18, 6A and DB. RGB value is (24,106,219). Sum of RGB (Red+Green+Blue) = 24+106+219=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #186ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ADB is #E79524. Grayscale: #5D5D5D. Windows color (decimal): -15176997 or 14379544. OLE color: 14379544.
HSL color Cylindrical-coordinate representation of color #186ADB: hue angle of 214.77º 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 #186ADB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 106 | 219 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.14 |
| HSL | 214.77º | 0.8% | 0.48% | - |
| HSV(B) | 214.77º | 0.89% | 0.86% | - |
| XYZ | 18.32 | 15.62 | 69.07 | - |
| YUV | 94.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 219 | 0.89 | 0.52 | 0 | 0.14 | 214.77 | 0.8 | 0.48 |
| Hex | 18 | 6A | DB | 59 | 34 | 0 | E | D7 | 50 | 30 |
| Octal | 30 | 152 | 333 | 131 | 64 | 0 | 16 | 327 | 120 | 60 |
| Binary | 11000 | 1101010 | 11011011 | 1011001 | 110100 | 0 | 1110 | 11010111 | 1010000 | 110000 |
Color Harmonies of #186ADB
Complementary color
Monochromatic Colors of #186ADB
Black with #186ADB
Text Example
Text Example
White with #186ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186ADB; }
p { color: rgb(24,106,219); }
H1.HeaderClassName
{
color: #186ADB;
}
.AnyTagClassName
{
color: #186ADB;
}
</style>
background-color css
<style>
a { background-color: #186ADB; }
a { background-color: rgb(24,106,219); }
div.DivClassName
{
background-color: #186ADB;
}
.BgClassName
{
background-color: #186ADB;
}
</style>
border-color css
<style>
span { border-color: #186ADB; }
span { border-color: rgb(24,106,219); }
td.TdClassName
{
border-color: #186ADB;
}
.TagClassName
{
border-color: #186ADB;
}
</style>