Shades of Navy Blue #186EE0
Tints of Navy Blue #186EE0
RGB
CMYK
RGB Variations
Color information
#186EE0 (or 0x186EE0) is known color: Navy Blue. HEX triplet: 18, 6E and E0. RGB value is (24,110,224). Sum of RGB (Red+Green+Blue) = 24+110+224=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #186EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EE0 is #E7911F. Grayscale: #606060. Windows color (decimal): -15175968 or 14708248. OLE color: 14708248.
HSL color Cylindrical-coordinate representation of color #186EE0: hue angle of 214.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186EE0 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 110 | 224 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.12 |
| HSL | 214.2º | 0.81% | 0.49% | - |
| HSV(B) | 214.2º | 0.89% | 0.88% | - |
| XYZ | 19.41 | 16.73 | 72.73 | - |
| YUV | 97.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 224 | 0.89 | 0.51 | 0 | 0.12 | 214.2 | 0.81 | 0.49 |
| Hex | 18 | 6E | E0 | 59 | 33 | 0 | C | D6 | 51 | 31 |
| Octal | 30 | 156 | 340 | 131 | 63 | 0 | 14 | 326 | 121 | 61 |
| Binary | 11000 | 1101110 | 11100000 | 1011001 | 110011 | 0 | 1100 | 11010110 | 1010001 | 110001 |
Color Harmonies of #186EE0
Complementary color
Monochromatic Colors of #186EE0
Black with #186EE0
Text Example
Text Example
White with #186EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EE0; }
p { color: rgb(24,110,224); }
H1.HeaderClassName
{
color: #186EE0;
}
.AnyTagClassName
{
color: #186EE0;
}
</style>
background-color css
<style>
a { background-color: #186EE0; }
a { background-color: rgb(24,110,224); }
div.DivClassName
{
background-color: #186EE0;
}
.BgClassName
{
background-color: #186EE0;
}
</style>
border-color css
<style>
span { border-color: #186EE0; }
span { border-color: rgb(24,110,224); }
td.TdClassName
{
border-color: #186EE0;
}
.TagClassName
{
border-color: #186EE0;
}
</style>