Shades of Navy Blue #187ECD
Tints of Navy Blue #187ECD
RGB
CMYK
RGB Variations
Color information
#187ECD (or 0x187ECD) is known color: Navy Blue. HEX triplet: 18, 7E and CD. RGB value is (24,126,205). Sum of RGB (Red+Green+Blue) = 24+126+205=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #187ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ECD is #E78132. Grayscale: #686868. Windows color (decimal): -15171891 or 13467160. OLE color: 13467160.
HSL color Cylindrical-coordinate representation of color #187ECD: hue angle of 206.19º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187ECD is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 126 | 205 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.20 |
| HSL | 206.19º | 0.79% | 0.45% | - |
| HSV(B) | 206.19º | 0.88% | 0.8% | - |
| XYZ | 18.86 | 19.52 | 60.53 | - |
| YUV | 104.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 205 | 0.88 | 0.39 | 0 | 0.20 | 206.19 | 0.79 | 0.45 |
| Hex | 18 | 7E | CD | 58 | 27 | 0 | 14 | CE | 4F | 2D |
| Octal | 30 | 176 | 315 | 130 | 47 | 0 | 24 | 316 | 117 | 55 |
| Binary | 11000 | 1111110 | 11001101 | 1011000 | 100111 | 0 | 10100 | 11001110 | 1001111 | 101101 |
Color Harmonies of #187ECD
Complementary color
Monochromatic Colors of #187ECD
Black with #187ECD
Text Example
Text Example
White with #187ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187ECD; }
p { color: rgb(24,126,205); }
H1.HeaderClassName
{
color: #187ECD;
}
.AnyTagClassName
{
color: #187ECD;
}
</style>
background-color css
<style>
a { background-color: #187ECD; }
a { background-color: rgb(24,126,205); }
div.DivClassName
{
background-color: #187ECD;
}
.BgClassName
{
background-color: #187ECD;
}
</style>
border-color css
<style>
span { border-color: #187ECD; }
span { border-color: rgb(24,126,205); }
td.TdClassName
{
border-color: #187ECD;
}
.TagClassName
{
border-color: #187ECD;
}
</style>