Shades of Navy Blue #186CDB
Tints of Navy Blue #186CDB
RGB
CMYK
RGB Variations
Color information
#186CDB (or 0x186CDB) is known color: Navy Blue. HEX triplet: 18, 6C and DB. RGB value is (24,108,219). Sum of RGB (Red+Green+Blue) = 24+108+219=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #186CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CDB is #E79324. Grayscale: #5F5F5F. Windows color (decimal): -15176485 or 14380056. OLE color: 14380056.
HSL color Cylindrical-coordinate representation of color #186CDB: hue angle of 214.15º 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 #186CDB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 108 | 219 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.15º | 0.8% | 0.48% | - |
| HSV(B) | 214.15º | 0.89% | 0.86% | - |
| XYZ | 18.53 | 16.03 | 69.14 | - |
| YUV | 95.54 | 197.67 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 219 | 0.89 | 0.51 | 0 | 0.14 | 214.15 | 0.8 | 0.48 |
| Hex | 18 | 6C | DB | 59 | 33 | 0 | E | D6 | 50 | 30 |
| Octal | 30 | 154 | 333 | 131 | 63 | 0 | 16 | 326 | 120 | 60 |
| Binary | 11000 | 1101100 | 11011011 | 1011001 | 110011 | 0 | 1110 | 11010110 | 1010000 | 110000 |
Color Harmonies of #186CDB
Complementary color
Monochromatic Colors of #186CDB
Black with #186CDB
Text Example
Text Example
White with #186CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CDB; }
p { color: rgb(24,108,219); }
H1.HeaderClassName
{
color: #186CDB;
}
.AnyTagClassName
{
color: #186CDB;
}
</style>
background-color css
<style>
a { background-color: #186CDB; }
a { background-color: rgb(24,108,219); }
div.DivClassName
{
background-color: #186CDB;
}
.BgClassName
{
background-color: #186CDB;
}
</style>
border-color css
<style>
span { border-color: #186CDB; }
span { border-color: rgb(24,108,219); }
td.TdClassName
{
border-color: #186CDB;
}
.TagClassName
{
border-color: #186CDB;
}
</style>