Shades of Navy Blue #187FCD
Tints of Navy Blue #187FCD
RGB
CMYK
RGB Variations
Color information
#187FCD (or 0x187FCD) is known color: Navy Blue. HEX triplet: 18, 7F and CD. RGB value is (24,127,205). Sum of RGB (Red+Green+Blue) = 24+127+205=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #187FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FCD is #E78032. Grayscale: #686868. Windows color (decimal): -15171635 or 13467416. OLE color: 13467416.
HSL color Cylindrical-coordinate representation of color #187FCD: hue angle of 205.86º 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 #187FCD is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 127 | 205 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.20 |
| HSL | 205.86º | 0.79% | 0.45% | - |
| HSV(B) | 205.86º | 0.88% | 0.8% | - |
| XYZ | 18.99 | 19.78 | 60.58 | - |
| YUV | 105.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 205 | 0.88 | 0.38 | 0 | 0.20 | 205.86 | 0.79 | 0.45 |
| Hex | 18 | 7F | CD | 58 | 26 | 0 | 14 | CE | 4F | 2D |
| Octal | 30 | 177 | 315 | 130 | 46 | 0 | 24 | 316 | 117 | 55 |
| Binary | 11000 | 1111111 | 11001101 | 1011000 | 100110 | 0 | 10100 | 11001110 | 1001111 | 101101 |
Color Harmonies of #187FCD
Complementary color
Monochromatic Colors of #187FCD
Black with #187FCD
Text Example
Text Example
White with #187FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FCD; }
p { color: rgb(24,127,205); }
H1.HeaderClassName
{
color: #187FCD;
}
.AnyTagClassName
{
color: #187FCD;
}
</style>
background-color css
<style>
a { background-color: #187FCD; }
a { background-color: rgb(24,127,205); }
div.DivClassName
{
background-color: #187FCD;
}
.BgClassName
{
background-color: #187FCD;
}
</style>
border-color css
<style>
span { border-color: #187FCD; }
span { border-color: rgb(24,127,205); }
td.TdClassName
{
border-color: #187FCD;
}
.TagClassName
{
border-color: #187FCD;
}
</style>