Shades of Navy Blue #186DD7
Tints of Navy Blue #186DD7
RGB
CMYK
RGB Variations
Color information
#186DD7 (or 0x186DD7) is known color: Navy Blue. HEX triplet: 18, 6D and D7. RGB value is (24,109,215). Sum of RGB (Red+Green+Blue) = 24+109+215=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #186DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DD7 is #E79228. Grayscale: #5F5F5F. Windows color (decimal): -15176233 or 14118168. OLE color: 14118168.
HSL color Cylindrical-coordinate representation of color #186DD7: hue angle of 213.3º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186DD7 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 109 | 215 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.16 |
| HSL | 213.3º | 0.8% | 0.47% | - |
| HSV(B) | 213.3º | 0.89% | 0.84% | - |
| XYZ | 18.11 | 16.04 | 66.43 | - |
| YUV | 95.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 215 | 0.89 | 0.49 | 0 | 0.16 | 213.3 | 0.8 | 0.47 |
| Hex | 18 | 6D | D7 | 59 | 31 | 0 | 10 | D5 | 50 | 2F |
| Octal | 30 | 155 | 327 | 131 | 61 | 0 | 20 | 325 | 120 | 57 |
| Binary | 11000 | 1101101 | 11010111 | 1011001 | 110001 | 0 | 10000 | 11010101 | 1010000 | 101111 |
Color Harmonies of #186DD7
Complementary color
Monochromatic Colors of #186DD7
Black with #186DD7
Text Example
Text Example
White with #186DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DD7; }
p { color: rgb(24,109,215); }
H1.HeaderClassName
{
color: #186DD7;
}
.AnyTagClassName
{
color: #186DD7;
}
</style>
background-color css
<style>
a { background-color: #186DD7; }
a { background-color: rgb(24,109,215); }
div.DivClassName
{
background-color: #186DD7;
}
.BgClassName
{
background-color: #186DD7;
}
</style>
border-color css
<style>
span { border-color: #186DD7; }
span { border-color: rgb(24,109,215); }
td.TdClassName
{
border-color: #186DD7;
}
.TagClassName
{
border-color: #186DD7;
}
</style>