Shades of Navy Blue #186ED4
Tints of Navy Blue #186ED4
RGB
CMYK
RGB Variations
Color information
#186ED4 (or 0x186ED4) is known color: Navy Blue. HEX triplet: 18, 6E and D4. RGB value is (24,110,212). Sum of RGB (Red+Green+Blue) = 24+110+212=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 212 (83.20% from 255 or 61.27% from 346); Max value from RGB is 212 - color contains mainly: blue. Hex color #186ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ED4 is #E7912B. Grayscale: #5F5F5F. Windows color (decimal): -15175980 or 13921816. OLE color: 13921816.
HSL color Cylindrical-coordinate representation of color #186ED4: hue angle of 212.55º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186ED4 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 110 | 212 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.17 |
| HSL | 212.55º | 0.8% | 0.46% | - |
| HSV(B) | 212.55º | 0.89% | 0.83% | - |
| XYZ | 17.84 | 16.1 | 64.45 | - |
| YUV | 95.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 212 | 0.89 | 0.48 | 0 | 0.17 | 212.55 | 0.8 | 0.46 |
| Hex | 18 | 6E | D4 | 59 | 30 | 0 | 11 | D5 | 50 | 2E |
| Octal | 30 | 156 | 324 | 131 | 60 | 0 | 21 | 325 | 120 | 56 |
| Binary | 11000 | 1101110 | 11010100 | 1011001 | 110000 | 0 | 10001 | 11010101 | 1010000 | 101110 |
Color Harmonies of #186ED4
Complementary color
Monochromatic Colors of #186ED4
Black with #186ED4
Text Example
Text Example
White with #186ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186ED4; }
p { color: rgb(24,110,212); }
H1.HeaderClassName
{
color: #186ED4;
}
.AnyTagClassName
{
color: #186ED4;
}
</style>
background-color css
<style>
a { background-color: #186ED4; }
a { background-color: rgb(24,110,212); }
div.DivClassName
{
background-color: #186ED4;
}
.BgClassName
{
background-color: #186ED4;
}
</style>
border-color css
<style>
span { border-color: #186ED4; }
span { border-color: rgb(24,110,212); }
td.TdClassName
{
border-color: #186ED4;
}
.TagClassName
{
border-color: #186ED4;
}
</style>