Shades of Navy Blue #1880CD
Tints of Navy Blue #1880CD
RGB
CMYK
RGB Variations
Color information
#1880CD (or 0x1880CD) is known color: Navy Blue. HEX triplet: 18, 80 and CD. RGB value is (24,128,205). Sum of RGB (Red+Green+Blue) = 24+128+205=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1880CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880CD is #E77F32. Grayscale: #696969. Windows color (decimal): -15171379 or 13467672. OLE color: 13467672.
HSL color Cylindrical-coordinate representation of color #1880CD: hue angle of 205.52º 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 #1880CD is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 128 | 205 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.20 |
| HSL | 205.52º | 0.79% | 0.45% | - |
| HSV(B) | 205.52º | 0.88% | 0.8% | - |
| XYZ | 19.12 | 20.04 | 60.62 | - |
| YUV | 105.68 | 184.04 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 205 | 0.88 | 0.38 | 0 | 0.20 | 205.52 | 0.79 | 0.45 |
| Hex | 18 | 80 | CD | 58 | 26 | 0 | 14 | CE | 4F | 2D |
| Octal | 30 | 200 | 315 | 130 | 46 | 0 | 24 | 316 | 117 | 55 |
| Binary | 11000 | 10000000 | 11001101 | 1011000 | 100110 | 0 | 10100 | 11001110 | 1001111 | 101101 |
Color Harmonies of #1880CD
Complementary color
Monochromatic Colors of #1880CD
Black with #1880CD
Text Example
Text Example
White with #1880CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880CD; }
p { color: rgb(24,128,205); }
H1.HeaderClassName
{
color: #1880CD;
}
.AnyTagClassName
{
color: #1880CD;
}
</style>
background-color css
<style>
a { background-color: #1880CD; }
a { background-color: rgb(24,128,205); }
div.DivClassName
{
background-color: #1880CD;
}
.BgClassName
{
background-color: #1880CD;
}
</style>
border-color css
<style>
span { border-color: #1880CD; }
span { border-color: rgb(24,128,205); }
td.TdClassName
{
border-color: #1880CD;
}
.TagClassName
{
border-color: #1880CD;
}
</style>