Shades of Navy Blue #187CDA
Tints of Navy Blue #187CDA
RGB
CMYK
RGB Variations
Color information
#187CDA (or 0x187CDA) is known color: Navy Blue. HEX triplet: 18, 7C and DA. RGB value is (24,124,218). Sum of RGB (Red+Green+Blue) = 24+124+218=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #187CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CDA is #E78325. Grayscale: #686868. Windows color (decimal): -15172390 or 14318616. OLE color: 14318616.
HSL color Cylindrical-coordinate representation of color #187CDA: hue angle of 209.07º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187CDA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 124 | 218 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.15 |
| HSL | 209.07º | 0.8% | 0.47% | - |
| HSV(B) | 209.07º | 0.89% | 0.85% | - |
| XYZ | 20.24 | 19.67 | 69.06 | - |
| YUV | 104.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 218 | 0.89 | 0.43 | 0 | 0.15 | 209.07 | 0.8 | 0.47 |
| Hex | 18 | 7C | DA | 59 | 2B | 0 | F | D1 | 50 | 2F |
| Octal | 30 | 174 | 332 | 131 | 53 | 0 | 17 | 321 | 120 | 57 |
| Binary | 11000 | 1111100 | 11011010 | 1011001 | 101011 | 0 | 1111 | 11010001 | 1010000 | 101111 |
Color Harmonies of #187CDA
Complementary color
Monochromatic Colors of #187CDA
Black with #187CDA
Text Example
Text Example
White with #187CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CDA; }
p { color: rgb(24,124,218); }
H1.HeaderClassName
{
color: #187CDA;
}
.AnyTagClassName
{
color: #187CDA;
}
</style>
background-color css
<style>
a { background-color: #187CDA; }
a { background-color: rgb(24,124,218); }
div.DivClassName
{
background-color: #187CDA;
}
.BgClassName
{
background-color: #187CDA;
}
</style>
border-color css
<style>
span { border-color: #187CDA; }
span { border-color: rgb(24,124,218); }
td.TdClassName
{
border-color: #187CDA;
}
.TagClassName
{
border-color: #187CDA;
}
</style>