Shades of Navy Blue #1882CE
Tints of Navy Blue #1882CE
RGB
CMYK
RGB Variations
Color information
#1882CE (or 0x1882CE) is known color: Navy Blue. HEX triplet: 18, 82 and CE. RGB value is (24,130,206). Sum of RGB (Red+Green+Blue) = 24+130+206=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #1882CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882CE is #E77D31. Grayscale: #6A6A6A. Windows color (decimal): -15170866 or 13533720. OLE color: 13533720.
HSL color Cylindrical-coordinate representation of color #1882CE: hue angle of 205.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1882CE is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 130 | 206 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.19 |
| HSL | 205.05º | 0.79% | 0.45% | - |
| HSV(B) | 205.05º | 0.88% | 0.81% | - |
| XYZ | 19.5 | 20.62 | 61.34 | - |
| YUV | 106.97 | 183.88 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 206 | 0.88 | 0.37 | 0 | 0.19 | 205.05 | 0.79 | 0.45 |
| Hex | 18 | 82 | CE | 58 | 25 | 0 | 13 | CD | 4F | 2D |
| Octal | 30 | 202 | 316 | 130 | 45 | 0 | 23 | 315 | 117 | 55 |
| Binary | 11000 | 10000010 | 11001110 | 1011000 | 100101 | 0 | 10011 | 11001101 | 1001111 | 101101 |
Color Harmonies of #1882CE
Complementary color
Monochromatic Colors of #1882CE
Black with #1882CE
Text Example
Text Example
White with #1882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882CE; }
p { color: rgb(24,130,206); }
H1.HeaderClassName
{
color: #1882CE;
}
.AnyTagClassName
{
color: #1882CE;
}
</style>
background-color css
<style>
a { background-color: #1882CE; }
a { background-color: rgb(24,130,206); }
div.DivClassName
{
background-color: #1882CE;
}
.BgClassName
{
background-color: #1882CE;
}
</style>
border-color css
<style>
span { border-color: #1882CE; }
span { border-color: rgb(24,130,206); }
td.TdClassName
{
border-color: #1882CE;
}
.TagClassName
{
border-color: #1882CE;
}
</style>