Shades of Navy Blue #187ED0
Tints of Navy Blue #187ED0
RGB
CMYK
RGB Variations
Color information
#187ED0 (or 0x187ED0) is known color: Navy Blue. HEX triplet: 18, 7E and D0. RGB value is (24,126,208). Sum of RGB (Red+Green+Blue) = 24+126+208=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #187ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ED0 is #E7812F. Grayscale: #686868. Windows color (decimal): -15171888 or 13663768. OLE color: 13663768.
HSL color Cylindrical-coordinate representation of color #187ED0: hue angle of 206.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187ED0 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 126 | 208 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.18 |
| HSL | 206.74º | 0.79% | 0.45% | - |
| HSV(B) | 206.74º | 0.88% | 0.82% | - |
| XYZ | 19.22 | 19.67 | 62.46 | - |
| YUV | 104.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 208 | 0.88 | 0.39 | 0 | 0.18 | 206.74 | 0.79 | 0.45 |
| Hex | 18 | 7E | D0 | 58 | 27 | 0 | 12 | CF | 4F | 2D |
| Octal | 30 | 176 | 320 | 130 | 47 | 0 | 22 | 317 | 117 | 55 |
| Binary | 11000 | 1111110 | 11010000 | 1011000 | 100111 | 0 | 10010 | 11001111 | 1001111 | 101101 |
Color Harmonies of #187ED0
Complementary color
Monochromatic Colors of #187ED0
Black with #187ED0
Text Example
Text Example
White with #187ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187ED0; }
p { color: rgb(24,126,208); }
H1.HeaderClassName
{
color: #187ED0;
}
.AnyTagClassName
{
color: #187ED0;
}
</style>
background-color css
<style>
a { background-color: #187ED0; }
a { background-color: rgb(24,126,208); }
div.DivClassName
{
background-color: #187ED0;
}
.BgClassName
{
background-color: #187ED0;
}
</style>
border-color css
<style>
span { border-color: #187ED0; }
span { border-color: rgb(24,126,208); }
td.TdClassName
{
border-color: #187ED0;
}
.TagClassName
{
border-color: #187ED0;
}
</style>