Shades of Navy Blue #185EEE
Tints of Navy Blue #185EEE
RGB
CMYK
RGB Variations
Color information
#185EEE (or 0x185EEE) is known color: Navy Blue. HEX triplet: 18, 5E and EE. RGB value is (24,94,238). Sum of RGB (Red+Green+Blue) = 24+94+238=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #185EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EEE is #E7A111. Grayscale: #585858. Windows color (decimal): -15180050 or 15621656. OLE color: 15621656.
HSL color Cylindrical-coordinate representation of color #185EEE: hue angle of 220.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185EEE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 94 | 238 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.07 |
| HSL | 220.37º | 0.86% | 0.51% | - |
| HSV(B) | 220.37º | 0.9% | 0.93% | - |
| XYZ | 19.81 | 14.37 | 82.62 | - |
| YUV | 89.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 238 | 0.90 | 0.61 | 0 | 0.07 | 220.37 | 0.86 | 0.51 |
| Hex | 18 | 5E | EE | 5A | 3D | 0 | 7 | DC | 56 | 33 |
| Octal | 30 | 136 | 356 | 132 | 75 | 0 | 7 | 334 | 126 | 63 |
| Binary | 11000 | 1011110 | 11101110 | 1011010 | 111101 | 0 | 111 | 11011100 | 1010110 | 110011 |
Color Harmonies of #185EEE
Complementary color
Monochromatic Colors of #185EEE
Black with #185EEE
Text Example
Text Example
White with #185EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EEE; }
p { color: rgb(24,94,238); }
H1.HeaderClassName
{
color: #185EEE;
}
.AnyTagClassName
{
color: #185EEE;
}
</style>
background-color css
<style>
a { background-color: #185EEE; }
a { background-color: rgb(24,94,238); }
div.DivClassName
{
background-color: #185EEE;
}
.BgClassName
{
background-color: #185EEE;
}
</style>
border-color css
<style>
span { border-color: #185EEE; }
span { border-color: rgb(24,94,238); }
td.TdClassName
{
border-color: #185EEE;
}
.TagClassName
{
border-color: #185EEE;
}
</style>