Shades of Navy Blue #187DD5
Tints of Navy Blue #187DD5
RGB
CMYK
RGB Variations
Color information
#187DD5 (or 0x187DD5) is known color: Navy Blue. HEX triplet: 18, 7D and D5. RGB value is (24,125,213). Sum of RGB (Red+Green+Blue) = 24+125+213=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #187DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DD5 is #E7822A. Grayscale: #686868. Windows color (decimal): -15172139 or 13991192. OLE color: 13991192.
HSL color Cylindrical-coordinate representation of color #187DD5: hue angle of 207.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187DD5 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 125 | 213 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.16 |
| HSL | 207.94º | 0.8% | 0.46% | - |
| HSV(B) | 207.94º | 0.89% | 0.84% | - |
| XYZ | 19.72 | 19.67 | 65.71 | - |
| YUV | 104.83 | 189.04 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 213 | 0.89 | 0.41 | 0 | 0.16 | 207.94 | 0.8 | 0.46 |
| Hex | 18 | 7D | D5 | 59 | 29 | 0 | 10 | D0 | 50 | 2E |
| Octal | 30 | 175 | 325 | 131 | 51 | 0 | 20 | 320 | 120 | 56 |
| Binary | 11000 | 1111101 | 11010101 | 1011001 | 101001 | 0 | 10000 | 11010000 | 1010000 | 101110 |
Color Harmonies of #187DD5
Complementary color
Monochromatic Colors of #187DD5
Black with #187DD5
Text Example
Text Example
White with #187DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DD5; }
p { color: rgb(24,125,213); }
H1.HeaderClassName
{
color: #187DD5;
}
.AnyTagClassName
{
color: #187DD5;
}
</style>
background-color css
<style>
a { background-color: #187DD5; }
a { background-color: rgb(24,125,213); }
div.DivClassName
{
background-color: #187DD5;
}
.BgClassName
{
background-color: #187DD5;
}
</style>
border-color css
<style>
span { border-color: #187DD5; }
span { border-color: rgb(24,125,213); }
td.TdClassName
{
border-color: #187DD5;
}
.TagClassName
{
border-color: #187DD5;
}
</style>