Shades of Navy Blue #186CDC
Tints of Navy Blue #186CDC
RGB
CMYK
RGB Variations
Color information
#186CDC (or 0x186CDC) is known color: Navy Blue. HEX triplet: 18, 6C and DC. RGB value is (24,108,220). Sum of RGB (Red+Green+Blue) = 24+108+220=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #186CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CDC is #E79323. Grayscale: #5F5F5F. Windows color (decimal): -15176484 or 14445592. OLE color: 14445592.
HSL color Cylindrical-coordinate representation of color #186CDC: hue angle of 214.29º 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 #186CDC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 108 | 220 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.29º | 0.8% | 0.48% | - |
| HSV(B) | 214.29º | 0.89% | 0.86% | - |
| XYZ | 18.66 | 16.09 | 69.83 | - |
| YUV | 95.65 | 198.17 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 220 | 0.89 | 0.51 | 0 | 0.14 | 214.29 | 0.8 | 0.48 |
| Hex | 18 | 6C | DC | 59 | 33 | 0 | E | D6 | 50 | 30 |
| Octal | 30 | 154 | 334 | 131 | 63 | 0 | 16 | 326 | 120 | 60 |
| Binary | 11000 | 1101100 | 11011100 | 1011001 | 110011 | 0 | 1110 | 11010110 | 1010000 | 110000 |
Color Harmonies of #186CDC
Complementary color
Monochromatic Colors of #186CDC
Black with #186CDC
Text Example
Text Example
White with #186CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CDC; }
p { color: rgb(24,108,220); }
H1.HeaderClassName
{
color: #186CDC;
}
.AnyTagClassName
{
color: #186CDC;
}
</style>
background-color css
<style>
a { background-color: #186CDC; }
a { background-color: rgb(24,108,220); }
div.DivClassName
{
background-color: #186CDC;
}
.BgClassName
{
background-color: #186CDC;
}
</style>
border-color css
<style>
span { border-color: #186CDC; }
span { border-color: rgb(24,108,220); }
td.TdClassName
{
border-color: #186CDC;
}
.TagClassName
{
border-color: #186CDC;
}
</style>