Shades of Navy Blue #186DDC
Tints of Navy Blue #186DDC
RGB
CMYK
RGB Variations
Color information
#186DDC (or 0x186DDC) is known color: Navy Blue. HEX triplet: 18, 6D and DC. RGB value is (24,109,220). Sum of RGB (Red+Green+Blue) = 24+109+220=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #186DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DDC is #E79223. Grayscale: #5F5F5F. Windows color (decimal): -15176228 or 14445848. OLE color: 14445848.
HSL color Cylindrical-coordinate representation of color #186DDC: hue angle of 213.98º 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 #186DDC is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 109 | 220 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.14 |
| HSL | 213.98º | 0.8% | 0.48% | - |
| HSV(B) | 213.98º | 0.89% | 0.86% | - |
| XYZ | 18.76 | 16.3 | 69.87 | - |
| YUV | 96.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 220 | 0.89 | 0.50 | 0 | 0.14 | 213.98 | 0.8 | 0.48 |
| Hex | 18 | 6D | DC | 59 | 32 | 0 | E | D6 | 50 | 30 |
| Octal | 30 | 155 | 334 | 131 | 62 | 0 | 16 | 326 | 120 | 60 |
| Binary | 11000 | 1101101 | 11011100 | 1011001 | 110010 | 0 | 1110 | 11010110 | 1010000 | 110000 |
Color Harmonies of #186DDC
Complementary color
Monochromatic Colors of #186DDC
Black with #186DDC
Text Example
Text Example
White with #186DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DDC; }
p { color: rgb(24,109,220); }
H1.HeaderClassName
{
color: #186DDC;
}
.AnyTagClassName
{
color: #186DDC;
}
</style>
background-color css
<style>
a { background-color: #186DDC; }
a { background-color: rgb(24,109,220); }
div.DivClassName
{
background-color: #186DDC;
}
.BgClassName
{
background-color: #186DDC;
}
</style>
border-color css
<style>
span { border-color: #186DDC; }
span { border-color: rgb(24,109,220); }
td.TdClassName
{
border-color: #186DDC;
}
.TagClassName
{
border-color: #186DDC;
}
</style>