Shades of Navy Blue #187BCD
Tints of Navy Blue #187BCD
RGB
CMYK
RGB Variations
Color information
#187BCD (or 0x187BCD) is known color: Navy Blue. HEX triplet: 18, 7B and CD. RGB value is (24,123,205). Sum of RGB (Red+Green+Blue) = 24+123+205=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #187BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187BCD is #E78432. Grayscale: #666666. Windows color (decimal): -15172659 or 13466392. OLE color: 13466392.
HSL color Cylindrical-coordinate representation of color #187BCD: hue angle of 207.18º 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 #187BCD is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 123 | 205 | - |
| CMYK | 0.88 | 0.4 | 0 | 0.20 |
| HSL | 207.18º | 0.79% | 0.45% | - |
| HSV(B) | 207.18º | 0.88% | 0.8% | - |
| XYZ | 18.48 | 18.77 | 60.41 | - |
| YUV | 102.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 205 | 0.88 | 0.4 | 0 | 0.20 | 207.18 | 0.79 | 0.45 |
| Hex | 18 | 7B | CD | 58 | 28 | 0 | 14 | CF | 4F | 2D |
| Octal | 30 | 173 | 315 | 130 | 50 | 0 | 24 | 317 | 117 | 55 |
| Binary | 11000 | 1111011 | 11001101 | 1011000 | 101000 | 0 | 10100 | 11001111 | 1001111 | 101101 |
Color Harmonies of #187BCD
Complementary color
Monochromatic Colors of #187BCD
Black with #187BCD
Text Example
Text Example
White with #187BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BCD; }
p { color: rgb(24,123,205); }
H1.HeaderClassName
{
color: #187BCD;
}
.AnyTagClassName
{
color: #187BCD;
}
</style>
background-color css
<style>
a { background-color: #187BCD; }
a { background-color: rgb(24,123,205); }
div.DivClassName
{
background-color: #187BCD;
}
.BgClassName
{
background-color: #187BCD;
}
</style>
border-color css
<style>
span { border-color: #187BCD; }
span { border-color: rgb(24,123,205); }
td.TdClassName
{
border-color: #187BCD;
}
.TagClassName
{
border-color: #187BCD;
}
</style>