Shades of Navy Blue #187ECF
Tints of Navy Blue #187ECF
RGB
CMYK
RGB Variations
Color information
#187ECF (or 0x187ECF) is known color: Navy Blue. HEX triplet: 18, 7E and CF. RGB value is (24,126,207). Sum of RGB (Red+Green+Blue) = 24+126+207=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #187ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187ECF is #E78130. Grayscale: #686868. Windows color (decimal): -15171889 or 13598232. OLE color: 13598232.
HSL color Cylindrical-coordinate representation of color #187ECF: hue angle of 206.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187ECF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 126 | 207 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.19 |
| HSL | 206.56º | 0.79% | 0.45% | - |
| HSV(B) | 206.56º | 0.88% | 0.81% | - |
| XYZ | 19.1 | 19.62 | 61.81 | - |
| YUV | 104.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 207 | 0.88 | 0.39 | 0 | 0.19 | 206.56 | 0.79 | 0.45 |
| Hex | 18 | 7E | CF | 58 | 27 | 0 | 13 | CF | 4F | 2D |
| Octal | 30 | 176 | 317 | 130 | 47 | 0 | 23 | 317 | 117 | 55 |
| Binary | 11000 | 1111110 | 11001111 | 1011000 | 100111 | 0 | 10011 | 11001111 | 1001111 | 101101 |
Color Harmonies of #187ECF
Complementary color
Monochromatic Colors of #187ECF
Black with #187ECF
Text Example
Text Example
White with #187ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187ECF; }
p { color: rgb(24,126,207); }
H1.HeaderClassName
{
color: #187ECF;
}
.AnyTagClassName
{
color: #187ECF;
}
</style>
background-color css
<style>
a { background-color: #187ECF; }
a { background-color: rgb(24,126,207); }
div.DivClassName
{
background-color: #187ECF;
}
.BgClassName
{
background-color: #187ECF;
}
</style>
border-color css
<style>
span { border-color: #187ECF; }
span { border-color: rgb(24,126,207); }
td.TdClassName
{
border-color: #187ECF;
}
.TagClassName
{
border-color: #187ECF;
}
</style>