Shades of Navy Blue #186BDC
Tints of Navy Blue #186BDC
RGB
CMYK
RGB Variations
Color information
#186BDC (or 0x186BDC) is known color: Navy Blue. HEX triplet: 18, 6B and DC. RGB value is (24,107,220). Sum of RGB (Red+Green+Blue) = 24+107+220=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #186BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BDC is #E79423. Grayscale: #5E5E5E. Windows color (decimal): -15176740 or 14445336. OLE color: 14445336.
HSL color Cylindrical-coordinate representation of color #186BDC: hue angle of 214.59º 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 #186BDC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 107 | 220 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.14 |
| HSL | 214.59º | 0.8% | 0.48% | - |
| HSV(B) | 214.59º | 0.89% | 0.86% | - |
| XYZ | 18.55 | 15.88 | 69.8 | - |
| YUV | 95.07 | 198.5 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 220 | 0.89 | 0.51 | 0 | 0.14 | 214.59 | 0.8 | 0.48 |
| Hex | 18 | 6B | DC | 59 | 33 | 0 | E | D7 | 50 | 30 |
| Octal | 30 | 153 | 334 | 131 | 63 | 0 | 16 | 327 | 120 | 60 |
| Binary | 11000 | 1101011 | 11011100 | 1011001 | 110011 | 0 | 1110 | 11010111 | 1010000 | 110000 |
Color Harmonies of #186BDC
Complementary color
Monochromatic Colors of #186BDC
Black with #186BDC
Text Example
Text Example
White with #186BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BDC; }
p { color: rgb(24,107,220); }
H1.HeaderClassName
{
color: #186BDC;
}
.AnyTagClassName
{
color: #186BDC;
}
</style>
background-color css
<style>
a { background-color: #186BDC; }
a { background-color: rgb(24,107,220); }
div.DivClassName
{
background-color: #186BDC;
}
.BgClassName
{
background-color: #186BDC;
}
</style>
border-color css
<style>
span { border-color: #186BDC; }
span { border-color: rgb(24,107,220); }
td.TdClassName
{
border-color: #186BDC;
}
.TagClassName
{
border-color: #186BDC;
}
</style>