Shades of Navy Blue #187CDF
Tints of Navy Blue #187CDF
RGB
CMYK
RGB Variations
Color information
#187CDF (or 0x187CDF) is known color: Navy Blue. HEX triplet: 18, 7C and DF. RGB value is (24,124,223). Sum of RGB (Red+Green+Blue) = 24+124+223=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #187CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CDF is #E78320. Grayscale: #686868. Windows color (decimal): -15172385 or 14646296. OLE color: 14646296.
HSL color Cylindrical-coordinate representation of color #187CDF: hue angle of 209.85º degrees, saturation: 0.81, 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 #187CDF is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 124 | 223 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.13 |
| HSL | 209.85º | 0.81% | 0.48% | - |
| HSV(B) | 209.85º | 0.89% | 0.87% | - |
| XYZ | 20.9 | 19.94 | 72.56 | - |
| YUV | 105.39 | 194.37 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 223 | 0.89 | 0.44 | 0 | 0.13 | 209.85 | 0.81 | 0.48 |
| Hex | 18 | 7C | DF | 59 | 2C | 0 | D | D2 | 51 | 30 |
| Octal | 30 | 174 | 337 | 131 | 54 | 0 | 15 | 322 | 121 | 60 |
| Binary | 11000 | 1111100 | 11011111 | 1011001 | 101100 | 0 | 1101 | 11010010 | 1010001 | 110000 |
Color Harmonies of #187CDF
Complementary color
Monochromatic Colors of #187CDF
Black with #187CDF
Text Example
Text Example
White with #187CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CDF; }
p { color: rgb(24,124,223); }
H1.HeaderClassName
{
color: #187CDF;
}
.AnyTagClassName
{
color: #187CDF;
}
</style>
background-color css
<style>
a { background-color: #187CDF; }
a { background-color: rgb(24,124,223); }
div.DivClassName
{
background-color: #187CDF;
}
.BgClassName
{
background-color: #187CDF;
}
</style>
border-color css
<style>
span { border-color: #187CDF; }
span { border-color: rgb(24,124,223); }
td.TdClassName
{
border-color: #187CDF;
}
.TagClassName
{
border-color: #187CDF;
}
</style>