Shades of Navy Blue #187ADE
Tints of Navy Blue #187ADE
RGB
CMYK
RGB Variations
Color information
#187ADE (or 0x187ADE) is known color: Navy Blue. HEX triplet: 18, 7A and DE. RGB value is (24,122,222). Sum of RGB (Red+Green+Blue) = 24+122+222=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #187ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ADE is #E78521. Grayscale: #676767. Windows color (decimal): -15172898 or 14580248. OLE color: 14580248.
HSL color Cylindrical-coordinate representation of color #187ADE: hue angle of 210.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187ADE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 122 | 222 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.13 |
| HSL | 210.3º | 0.8% | 0.48% | - |
| HSV(B) | 210.3º | 0.89% | 0.87% | - |
| XYZ | 20.52 | 19.39 | 71.77 | - |
| YUV | 104.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 222 | 0.89 | 0.45 | 0 | 0.13 | 210.3 | 0.8 | 0.48 |
| Hex | 18 | 7A | DE | 59 | 2D | 0 | D | D2 | 50 | 30 |
| Octal | 30 | 172 | 336 | 131 | 55 | 0 | 15 | 322 | 120 | 60 |
| Binary | 11000 | 1111010 | 11011110 | 1011001 | 101101 | 0 | 1101 | 11010010 | 1010000 | 110000 |
Color Harmonies of #187ADE
Complementary color
Monochromatic Colors of #187ADE
Black with #187ADE
Text Example
Text Example
White with #187ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187ADE; }
p { color: rgb(24,122,222); }
H1.HeaderClassName
{
color: #187ADE;
}
.AnyTagClassName
{
color: #187ADE;
}
</style>
background-color css
<style>
a { background-color: #187ADE; }
a { background-color: rgb(24,122,222); }
div.DivClassName
{
background-color: #187ADE;
}
.BgClassName
{
background-color: #187ADE;
}
</style>
border-color css
<style>
span { border-color: #187ADE; }
span { border-color: rgb(24,122,222); }
td.TdClassName
{
border-color: #187ADE;
}
.TagClassName
{
border-color: #187ADE;
}
</style>