Shades of Navy Blue #186EEA
Tints of Navy Blue #186EEA
RGB
CMYK
RGB Variations
Color information
#186EEA (or 0x186EEA) is known color: Navy Blue. HEX triplet: 18, 6E and EA. RGB value is (24,110,234). Sum of RGB (Red+Green+Blue) = 24+110+234=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #186EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EEA is #E79115. Grayscale: #616161. Windows color (decimal): -15175958 or 15363608. OLE color: 15363608.
HSL color Cylindrical-coordinate representation of color #186EEA: hue angle of 215.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186EEA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 110 | 234 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.08 |
| HSL | 215.43º | 0.83% | 0.51% | - |
| HSV(B) | 215.43º | 0.9% | 0.92% | - |
| XYZ | 20.8 | 17.29 | 80.08 | - |
| YUV | 98.42 | 204.51 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 234 | 0.90 | 0.53 | 0 | 0.08 | 215.43 | 0.83 | 0.51 |
| Hex | 18 | 6E | EA | 5A | 35 | 0 | 8 | D7 | 53 | 33 |
| Octal | 30 | 156 | 352 | 132 | 65 | 0 | 10 | 327 | 123 | 63 |
| Binary | 11000 | 1101110 | 11101010 | 1011010 | 110101 | 0 | 1000 | 11010111 | 1010011 | 110011 |
Color Harmonies of #186EEA
Complementary color
Monochromatic Colors of #186EEA
Black with #186EEA
Text Example
Text Example
White with #186EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EEA; }
p { color: rgb(24,110,234); }
H1.HeaderClassName
{
color: #186EEA;
}
.AnyTagClassName
{
color: #186EEA;
}
</style>
background-color css
<style>
a { background-color: #186EEA; }
a { background-color: rgb(24,110,234); }
div.DivClassName
{
background-color: #186EEA;
}
.BgClassName
{
background-color: #186EEA;
}
</style>
border-color css
<style>
span { border-color: #186EEA; }
span { border-color: rgb(24,110,234); }
td.TdClassName
{
border-color: #186EEA;
}
.TagClassName
{
border-color: #186EEA;
}
</style>