Shades of Navy Blue #186DD5
Tints of Navy Blue #186DD5
RGB
CMYK
RGB Variations
Color information
#186DD5 (or 0x186DD5) is known color: Navy Blue. HEX triplet: 18, 6D and D5. RGB value is (24,109,213). Sum of RGB (Red+Green+Blue) = 24+109+213=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 213 (83.59% from 255 or 61.56% from 346); Max value from RGB is 213 - color contains mainly: blue. Hex color #186DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DD5 is #E7922A. Grayscale: #5E5E5E. Windows color (decimal): -15176235 or 13987096. OLE color: 13987096.
HSL color Cylindrical-coordinate representation of color #186DD5: hue angle of 213.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186DD5 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 109 | 213 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.16 |
| HSL | 213.02º | 0.8% | 0.46% | - |
| HSV(B) | 213.02º | 0.89% | 0.84% | - |
| XYZ | 17.86 | 15.94 | 65.09 | - |
| YUV | 95.44 | 194.34 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 213 | 0.89 | 0.49 | 0 | 0.16 | 213.02 | 0.8 | 0.46 |
| Hex | 18 | 6D | D5 | 59 | 31 | 0 | 10 | D5 | 50 | 2E |
| Octal | 30 | 155 | 325 | 131 | 61 | 0 | 20 | 325 | 120 | 56 |
| Binary | 11000 | 1101101 | 11010101 | 1011001 | 110001 | 0 | 10000 | 11010101 | 1010000 | 101110 |
Color Harmonies of #186DD5
Complementary color
Monochromatic Colors of #186DD5
Black with #186DD5
Text Example
Text Example
White with #186DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DD5; }
p { color: rgb(24,109,213); }
H1.HeaderClassName
{
color: #186DD5;
}
.AnyTagClassName
{
color: #186DD5;
}
</style>
background-color css
<style>
a { background-color: #186DD5; }
a { background-color: rgb(24,109,213); }
div.DivClassName
{
background-color: #186DD5;
}
.BgClassName
{
background-color: #186DD5;
}
</style>
border-color css
<style>
span { border-color: #186DD5; }
span { border-color: rgb(24,109,213); }
td.TdClassName
{
border-color: #186DD5;
}
.TagClassName
{
border-color: #186DD5;
}
</style>