Shades of Navy Blue #1881CD
Tints of Navy Blue #1881CD
RGB
CMYK
RGB Variations
Color information
#1881CD (or 0x1881CD) is known color: Navy Blue. HEX triplet: 18, 81 and CD. RGB value is (24,129,205). Sum of RGB (Red+Green+Blue) = 24+129+205=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1881CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1881CD is #E77E32. Grayscale: #696969. Windows color (decimal): -15171123 or 13467928. OLE color: 13467928.
HSL color Cylindrical-coordinate representation of color #1881CD: hue angle of 205.19º 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 #1881CD is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 129 | 205 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.20 |
| HSL | 205.19º | 0.79% | 0.45% | - |
| HSV(B) | 205.19º | 0.88% | 0.8% | - |
| XYZ | 19.25 | 20.3 | 60.66 | - |
| YUV | 106.27 | 183.71 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 205 | 0.88 | 0.37 | 0 | 0.20 | 205.19 | 0.79 | 0.45 |
| Hex | 18 | 81 | CD | 58 | 25 | 0 | 14 | CD | 4F | 2D |
| Octal | 30 | 201 | 315 | 130 | 45 | 0 | 24 | 315 | 117 | 55 |
| Binary | 11000 | 10000001 | 11001101 | 1011000 | 100101 | 0 | 10100 | 11001101 | 1001111 | 101101 |
Color Harmonies of #1881CD
Complementary color
Monochromatic Colors of #1881CD
Black with #1881CD
Text Example
Text Example
White with #1881CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881CD; }
p { color: rgb(24,129,205); }
H1.HeaderClassName
{
color: #1881CD;
}
.AnyTagClassName
{
color: #1881CD;
}
</style>
background-color css
<style>
a { background-color: #1881CD; }
a { background-color: rgb(24,129,205); }
div.DivClassName
{
background-color: #1881CD;
}
.BgClassName
{
background-color: #1881CD;
}
</style>
border-color css
<style>
span { border-color: #1881CD; }
span { border-color: rgb(24,129,205); }
td.TdClassName
{
border-color: #1881CD;
}
.TagClassName
{
border-color: #1881CD;
}
</style>