Shades of Navy Blue #187BCF
Tints of Navy Blue #187BCF
RGB
CMYK
RGB Variations
Color information
#187BCF (or 0x187BCF) is known color: Navy Blue. HEX triplet: 18, 7B and CF. RGB value is (24,123,207). Sum of RGB (Red+Green+Blue) = 24+123+207=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #187BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187BCF is #E78430. Grayscale: #666666. Windows color (decimal): -15172657 or 13597464. OLE color: 13597464.
HSL color Cylindrical-coordinate representation of color #187BCF: hue angle of 207.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187BCF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 123 | 207 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.19 |
| HSL | 207.54º | 0.79% | 0.45% | - |
| HSV(B) | 207.54º | 0.88% | 0.81% | - |
| XYZ | 18.72 | 18.87 | 61.69 | - |
| YUV | 102.98 | 186.7 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 207 | 0.88 | 0.41 | 0 | 0.19 | 207.54 | 0.79 | 0.45 |
| Hex | 18 | 7B | CF | 58 | 29 | 0 | 13 | D0 | 4F | 2D |
| Octal | 30 | 173 | 317 | 130 | 51 | 0 | 23 | 320 | 117 | 55 |
| Binary | 11000 | 1111011 | 11001111 | 1011000 | 101001 | 0 | 10011 | 11010000 | 1001111 | 101101 |
Color Harmonies of #187BCF
Complementary color
Monochromatic Colors of #187BCF
Black with #187BCF
Text Example
Text Example
White with #187BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187BCF; }
p { color: rgb(24,123,207); }
H1.HeaderClassName
{
color: #187BCF;
}
.AnyTagClassName
{
color: #187BCF;
}
</style>
background-color css
<style>
a { background-color: #187BCF; }
a { background-color: rgb(24,123,207); }
div.DivClassName
{
background-color: #187BCF;
}
.BgClassName
{
background-color: #187BCF;
}
</style>
border-color css
<style>
span { border-color: #187BCF; }
span { border-color: rgb(24,123,207); }
td.TdClassName
{
border-color: #187BCF;
}
.TagClassName
{
border-color: #187BCF;
}
</style>