Shades of Navy Blue #187AD6
Tints of Navy Blue #187AD6
RGB
CMYK
RGB Variations
Color information
#187AD6 (or 0x187AD6) is known color: Navy Blue. HEX triplet: 18, 7A and D6. RGB value is (24,122,214). Sum of RGB (Red+Green+Blue) = 24+122+214=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 214 (83.98% from 255 or 59.44% from 360); Max value from RGB is 214 - color contains mainly: blue. Hex color #187AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187AD6 is #E78529. Grayscale: #666666. Windows color (decimal): -15172906 or 14055960. OLE color: 14055960.
HSL color Cylindrical-coordinate representation of color #187AD6: hue angle of 209.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187AD6 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 122 | 214 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.16 |
| HSL | 209.05º | 0.8% | 0.47% | - |
| HSV(B) | 209.05º | 0.89% | 0.84% | - |
| XYZ | 19.47 | 18.97 | 66.25 | - |
| YUV | 103.19 | 190.53 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 214 | 0.89 | 0.43 | 0 | 0.16 | 209.05 | 0.8 | 0.47 |
| Hex | 18 | 7A | D6 | 59 | 2B | 0 | 10 | D1 | 50 | 2F |
| Octal | 30 | 172 | 326 | 131 | 53 | 0 | 20 | 321 | 120 | 57 |
| Binary | 11000 | 1111010 | 11010110 | 1011001 | 101011 | 0 | 10000 | 11010001 | 1010000 | 101111 |
Color Harmonies of #187AD6
Complementary color
Monochromatic Colors of #187AD6
Black with #187AD6
Text Example
Text Example
White with #187AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AD6; }
p { color: rgb(24,122,214); }
H1.HeaderClassName
{
color: #187AD6;
}
.AnyTagClassName
{
color: #187AD6;
}
</style>
background-color css
<style>
a { background-color: #187AD6; }
a { background-color: rgb(24,122,214); }
div.DivClassName
{
background-color: #187AD6;
}
.BgClassName
{
background-color: #187AD6;
}
</style>
border-color css
<style>
span { border-color: #187AD6; }
span { border-color: rgb(24,122,214); }
td.TdClassName
{
border-color: #187AD6;
}
.TagClassName
{
border-color: #187AD6;
}
</style>