Shades of Navy Blue #186BE0
Tints of Navy Blue #186BE0
RGB
CMYK
RGB Variations
Color information
#186BE0 (or 0x186BE0) is known color: Navy Blue. HEX triplet: 18, 6B and E0. RGB value is (24,107,224). Sum of RGB (Red+Green+Blue) = 24+107+224=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #186BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BE0 is #E7941F. Grayscale: #5E5E5E. Windows color (decimal): -15176736 or 14707480. OLE color: 14707480.
HSL color Cylindrical-coordinate representation of color #186BE0: hue angle of 215.1º 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 #186BE0 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 107 | 224 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.12 |
| HSL | 215.1º | 0.81% | 0.49% | - |
| HSV(B) | 215.1º | 0.89% | 0.88% | - |
| XYZ | 19.09 | 16.09 | 72.62 | - |
| YUV | 95.52 | 200.5 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 224 | 0.89 | 0.52 | 0 | 0.12 | 215.1 | 0.81 | 0.49 |
| Hex | 18 | 6B | E0 | 59 | 34 | 0 | C | D7 | 51 | 31 |
| Octal | 30 | 153 | 340 | 131 | 64 | 0 | 14 | 327 | 121 | 61 |
| Binary | 11000 | 1101011 | 11100000 | 1011001 | 110100 | 0 | 1100 | 11010111 | 1010001 | 110001 |
Color Harmonies of #186BE0
Complementary color
Monochromatic Colors of #186BE0
Black with #186BE0
Text Example
Text Example
White with #186BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BE0; }
p { color: rgb(24,107,224); }
H1.HeaderClassName
{
color: #186BE0;
}
.AnyTagClassName
{
color: #186BE0;
}
</style>
background-color css
<style>
a { background-color: #186BE0; }
a { background-color: rgb(24,107,224); }
div.DivClassName
{
background-color: #186BE0;
}
.BgClassName
{
background-color: #186BE0;
}
</style>
border-color css
<style>
span { border-color: #186BE0; }
span { border-color: rgb(24,107,224); }
td.TdClassName
{
border-color: #186BE0;
}
.TagClassName
{
border-color: #186BE0;
}
</style>