Shades of Navy Blue #1882CD
Tints of Navy Blue #1882CD
RGB
CMYK
RGB Variations
Color information
#1882CD (or 0x1882CD) is known color: Navy Blue. HEX triplet: 18, 82 and CD. RGB value is (24,130,205). Sum of RGB (Red+Green+Blue) = 24+130+205=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #1882CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882CD is #E77D32. Grayscale: #6A6A6A. Windows color (decimal): -15170867 or 13468184. OLE color: 13468184.
HSL color Cylindrical-coordinate representation of color #1882CD: hue angle of 204.86º 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 #1882CD is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 130 | 205 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.20 |
| HSL | 204.86º | 0.79% | 0.45% | - |
| HSV(B) | 204.86º | 0.88% | 0.8% | - |
| XYZ | 19.38 | 20.57 | 60.71 | - |
| YUV | 106.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 205 | 0.88 | 0.37 | 0 | 0.20 | 204.86 | 0.79 | 0.45 |
| Hex | 18 | 82 | CD | 58 | 25 | 0 | 14 | CD | 4F | 2D |
| Octal | 30 | 202 | 315 | 130 | 45 | 0 | 24 | 315 | 117 | 55 |
| Binary | 11000 | 10000010 | 11001101 | 1011000 | 100101 | 0 | 10100 | 11001101 | 1001111 | 101101 |
Color Harmonies of #1882CD
Complementary color
Monochromatic Colors of #1882CD
Black with #1882CD
Text Example
Text Example
White with #1882CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882CD; }
p { color: rgb(24,130,205); }
H1.HeaderClassName
{
color: #1882CD;
}
.AnyTagClassName
{
color: #1882CD;
}
</style>
background-color css
<style>
a { background-color: #1882CD; }
a { background-color: rgb(24,130,205); }
div.DivClassName
{
background-color: #1882CD;
}
.BgClassName
{
background-color: #1882CD;
}
</style>
border-color css
<style>
span { border-color: #1882CD; }
span { border-color: rgb(24,130,205); }
td.TdClassName
{
border-color: #1882CD;
}
.TagClassName
{
border-color: #1882CD;
}
</style>