Shades of Navy Blue #187FCB
Tints of Navy Blue #187FCB
RGB
CMYK
RGB Variations
Color information
#187FCB (or 0x187FCB) is known color: Navy Blue. HEX triplet: 18, 7F and CB. RGB value is (24,127,203). Sum of RGB (Red+Green+Blue) = 24+127+203=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #187FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187FCB is #E78034. Grayscale: #686868. Windows color (decimal): -15171637 or 13336344. OLE color: 13336344.
HSL color Cylindrical-coordinate representation of color #187FCB: hue angle of 205.47º 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 #187FCB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 127 | 203 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.20 |
| HSL | 205.47º | 0.79% | 0.45% | - |
| HSV(B) | 205.47º | 0.88% | 0.8% | - |
| XYZ | 18.75 | 19.68 | 59.31 | - |
| YUV | 104.87 | 183.38 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 203 | 0.88 | 0.37 | 0 | 0.20 | 205.47 | 0.79 | 0.45 |
| Hex | 18 | 7F | CB | 58 | 25 | 0 | 14 | CD | 4F | 2D |
| Octal | 30 | 177 | 313 | 130 | 45 | 0 | 24 | 315 | 117 | 55 |
| Binary | 11000 | 1111111 | 11001011 | 1011000 | 100101 | 0 | 10100 | 11001101 | 1001111 | 101101 |
Color Harmonies of #187FCB
Complementary color
Monochromatic Colors of #187FCB
Black with #187FCB
Text Example
Text Example
White with #187FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FCB; }
p { color: rgb(24,127,203); }
H1.HeaderClassName
{
color: #187FCB;
}
.AnyTagClassName
{
color: #187FCB;
}
</style>
background-color css
<style>
a { background-color: #187FCB; }
a { background-color: rgb(24,127,203); }
div.DivClassName
{
background-color: #187FCB;
}
.BgClassName
{
background-color: #187FCB;
}
</style>
border-color css
<style>
span { border-color: #187FCB; }
span { border-color: rgb(24,127,203); }
td.TdClassName
{
border-color: #187FCB;
}
.TagClassName
{
border-color: #187FCB;
}
</style>