Shades of Navy Blue #187CCC
Tints of Navy Blue #187CCC
RGB
CMYK
RGB Variations
Color information
#187CCC (or 0x187CCC) is known color: Navy Blue. HEX triplet: 18, 7C and CC. RGB value is (24,124,204). Sum of RGB (Red+Green+Blue) = 24+124+204=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #187CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CCC is #E78333. Grayscale: #666666. Windows color (decimal): -15172404 or 13401112. OLE color: 13401112.
HSL color Cylindrical-coordinate representation of color #187CCC: hue angle of 206.67º 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 #187CCC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 124 | 204 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.2 |
| HSL | 206.67º | 0.79% | 0.45% | - |
| HSV(B) | 206.67º | 0.88% | 0.8% | - |
| XYZ | 18.48 | 18.97 | 59.81 | - |
| YUV | 103.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 204 | 0.88 | 0.39 | 0 | 0.2 | 206.67 | 0.79 | 0.45 |
| Hex | 18 | 7C | CC | 58 | 27 | 0 | 14 | CF | 4F | 2D |
| Octal | 30 | 174 | 314 | 130 | 47 | 0 | 24 | 317 | 117 | 55 |
| Binary | 11000 | 1111100 | 11001100 | 1011000 | 100111 | 0 | 10100 | 11001111 | 1001111 | 101101 |
Color Harmonies of #187CCC
Complementary color
Monochromatic Colors of #187CCC
Black with #187CCC
Text Example
Text Example
White with #187CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CCC; }
p { color: rgb(24,124,204); }
H1.HeaderClassName
{
color: #187CCC;
}
.AnyTagClassName
{
color: #187CCC;
}
</style>
background-color css
<style>
a { background-color: #187CCC; }
a { background-color: rgb(24,124,204); }
div.DivClassName
{
background-color: #187CCC;
}
.BgClassName
{
background-color: #187CCC;
}
</style>
border-color css
<style>
span { border-color: #187CCC; }
span { border-color: rgb(24,124,204); }
td.TdClassName
{
border-color: #187CCC;
}
.TagClassName
{
border-color: #187CCC;
}
</style>