Shades of Navy Blue #187CCD
Tints of Navy Blue #187CCD
RGB
CMYK
RGB Variations
Color information
#187CCD (or 0x187CCD) is known color: Navy Blue. HEX triplet: 18, 7C and CD. RGB value is (24,124,205). Sum of RGB (Red+Green+Blue) = 24+124+205=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #187CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CCD is #E78332. Grayscale: #666666. Windows color (decimal): -15172403 or 13466648. OLE color: 13466648.
HSL color Cylindrical-coordinate representation of color #187CCD: hue angle of 206.85º 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 #187CCD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 124 | 205 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.20 |
| HSL | 206.85º | 0.79% | 0.45% | - |
| HSV(B) | 206.85º | 0.88% | 0.8% | - |
| XYZ | 18.6 | 19.02 | 60.45 | - |
| YUV | 103.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 205 | 0.88 | 0.40 | 0 | 0.20 | 206.85 | 0.79 | 0.45 |
| Hex | 18 | 7C | CD | 58 | 28 | 0 | 14 | CF | 4F | 2D |
| Octal | 30 | 174 | 315 | 130 | 50 | 0 | 24 | 317 | 117 | 55 |
| Binary | 11000 | 1111100 | 11001101 | 1011000 | 101000 | 0 | 10100 | 11001111 | 1001111 | 101101 |
Color Harmonies of #187CCD
Complementary color
Monochromatic Colors of #187CCD
Black with #187CCD
Text Example
Text Example
White with #187CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CCD; }
p { color: rgb(24,124,205); }
H1.HeaderClassName
{
color: #187CCD;
}
.AnyTagClassName
{
color: #187CCD;
}
</style>
background-color css
<style>
a { background-color: #187CCD; }
a { background-color: rgb(24,124,205); }
div.DivClassName
{
background-color: #187CCD;
}
.BgClassName
{
background-color: #187CCD;
}
</style>
border-color css
<style>
span { border-color: #187CCD; }
span { border-color: rgb(24,124,205); }
td.TdClassName
{
border-color: #187CCD;
}
.TagClassName
{
border-color: #187CCD;
}
</style>