Shades of Navy Blue #187CD3
Tints of Navy Blue #187CD3
RGB
CMYK
RGB Variations
Color information
#187CD3 (or 0x187CD3) is known color: Navy Blue. HEX triplet: 18, 7C and D3. RGB value is (24,124,211). Sum of RGB (Red+Green+Blue) = 24+124+211=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #187CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CD3 is #E7832C. Grayscale: #676767. Windows color (decimal): -15172397 or 13859864. OLE color: 13859864.
HSL color Cylindrical-coordinate representation of color #187CD3: hue angle of 207.91º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187CD3 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 124 | 211 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.17 |
| HSL | 207.91º | 0.8% | 0.46% | - |
| HSV(B) | 207.91º | 0.89% | 0.83% | - |
| XYZ | 19.34 | 19.31 | 64.34 | - |
| YUV | 104.02 | 188.37 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 211 | 0.89 | 0.41 | 0 | 0.17 | 207.91 | 0.8 | 0.46 |
| Hex | 18 | 7C | D3 | 59 | 29 | 0 | 11 | D0 | 50 | 2E |
| Octal | 30 | 174 | 323 | 131 | 51 | 0 | 21 | 320 | 120 | 56 |
| Binary | 11000 | 1111100 | 11010011 | 1011001 | 101001 | 0 | 10001 | 11010000 | 1010000 | 101110 |
Color Harmonies of #187CD3
Complementary color
Monochromatic Colors of #187CD3
Black with #187CD3
Text Example
Text Example
White with #187CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CD3; }
p { color: rgb(24,124,211); }
H1.HeaderClassName
{
color: #187CD3;
}
.AnyTagClassName
{
color: #187CD3;
}
</style>
background-color css
<style>
a { background-color: #187CD3; }
a { background-color: rgb(24,124,211); }
div.DivClassName
{
background-color: #187CD3;
}
.BgClassName
{
background-color: #187CD3;
}
</style>
border-color css
<style>
span { border-color: #187CD3; }
span { border-color: rgb(24,124,211); }
td.TdClassName
{
border-color: #187CD3;
}
.TagClassName
{
border-color: #187CD3;
}
</style>