Shades of Navy Blue #187FCE
Tints of Navy Blue #187FCE
RGB
CMYK
RGB Variations
Color information
#187FCE (or 0x187FCE) is known color: Navy Blue. HEX triplet: 18, 7F and CE. RGB value is (24,127,206). Sum of RGB (Red+Green+Blue) = 24+127+206=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #187FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FCE is #E78031. Grayscale: #686868. Windows color (decimal): -15171634 or 13532952. OLE color: 13532952.
HSL color Cylindrical-coordinate representation of color #187FCE: hue angle of 206.04º 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 #187FCE is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 127 | 206 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.19 |
| HSL | 206.04º | 0.79% | 0.45% | - |
| HSV(B) | 206.04º | 0.88% | 0.81% | - |
| XYZ | 19.11 | 19.83 | 61.21 | - |
| YUV | 105.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 206 | 0.88 | 0.38 | 0 | 0.19 | 206.04 | 0.79 | 0.45 |
| Hex | 18 | 7F | CE | 58 | 26 | 0 | 13 | CE | 4F | 2D |
| Octal | 30 | 177 | 316 | 130 | 46 | 0 | 23 | 316 | 117 | 55 |
| Binary | 11000 | 1111111 | 11001110 | 1011000 | 100110 | 0 | 10011 | 11001110 | 1001111 | 101101 |
Color Harmonies of #187FCE
Complementary color
Monochromatic Colors of #187FCE
Black with #187FCE
Text Example
Text Example
White with #187FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FCE; }
p { color: rgb(24,127,206); }
H1.HeaderClassName
{
color: #187FCE;
}
.AnyTagClassName
{
color: #187FCE;
}
</style>
background-color css
<style>
a { background-color: #187FCE; }
a { background-color: rgb(24,127,206); }
div.DivClassName
{
background-color: #187FCE;
}
.BgClassName
{
background-color: #187FCE;
}
</style>
border-color css
<style>
span { border-color: #187FCE; }
span { border-color: rgb(24,127,206); }
td.TdClassName
{
border-color: #187FCE;
}
.TagClassName
{
border-color: #187FCE;
}
</style>