Shades of Navy Blue #1884D5
Tints of Navy Blue #1884D5
RGB
CMYK
RGB Variations
Color information
#1884D5 (or 0x1884D5) is known color: Navy Blue. HEX triplet: 18, 84 and D5. RGB value is (24,132,213). Sum of RGB (Red+Green+Blue) = 24+132+213=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #1884D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884D5 is #E77B2A. Grayscale: #6C6C6C. Windows color (decimal): -15170347 or 13992984. OLE color: 13992984.
HSL color Cylindrical-coordinate representation of color #1884D5: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1884D5 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 132 | 213 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.16 |
| HSL | 205.71º | 0.8% | 0.46% | - |
| HSV(B) | 205.71º | 0.89% | 0.84% | - |
| XYZ | 20.64 | 21.5 | 66.01 | - |
| YUV | 108.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 213 | 0.89 | 0.38 | 0 | 0.16 | 205.71 | 0.8 | 0.46 |
| Hex | 18 | 84 | D5 | 59 | 26 | 0 | 10 | CE | 50 | 2E |
| Octal | 30 | 204 | 325 | 131 | 46 | 0 | 20 | 316 | 120 | 56 |
| Binary | 11000 | 10000100 | 11010101 | 1011001 | 100110 | 0 | 10000 | 11001110 | 1010000 | 101110 |
Color Harmonies of #1884D5
Complementary color
Monochromatic Colors of #1884D5
Black with #1884D5
Text Example
Text Example
White with #1884D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884D5; }
p { color: rgb(24,132,213); }
H1.HeaderClassName
{
color: #1884D5;
}
.AnyTagClassName
{
color: #1884D5;
}
</style>
background-color css
<style>
a { background-color: #1884D5; }
a { background-color: rgb(24,132,213); }
div.DivClassName
{
background-color: #1884D5;
}
.BgClassName
{
background-color: #1884D5;
}
</style>
border-color css
<style>
span { border-color: #1884D5; }
span { border-color: rgb(24,132,213); }
td.TdClassName
{
border-color: #1884D5;
}
.TagClassName
{
border-color: #1884D5;
}
</style>