Shades of Navy Blue #1982CE
Tints of Navy Blue #1982CE
RGB
CMYK
RGB Variations
Color information
#1982CE (or 0x1982CE) is known color: Navy Blue. HEX triplet: 19, 82 and CE. RGB value is (25,130,206). Sum of RGB (Red+Green+Blue) = 25+130+206=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1982CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982CE is #E67D31. Grayscale: #6A6A6A. Windows color (decimal): -15105330 or 13533721. OLE color: 13533721.
HSL color Cylindrical-coordinate representation of color #1982CE: hue angle of 205.19º degrees, saturation: 0.78, 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 #1982CE is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 130 | 206 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.19 |
| HSL | 205.19º | 0.78% | 0.45% | - |
| HSV(B) | 205.19º | 0.88% | 0.81% | - |
| XYZ | 19.52 | 20.63 | 61.35 | - |
| YUV | 107.27 | 183.71 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 206 | 0.88 | 0.37 | 0 | 0.19 | 205.19 | 0.78 | 0.45 |
| Hex | 19 | 82 | CE | 58 | 25 | 0 | 13 | CD | 4E | 2D |
| Octal | 31 | 202 | 316 | 130 | 45 | 0 | 23 | 315 | 116 | 55 |
| Binary | 11001 | 10000010 | 11001110 | 1011000 | 100101 | 0 | 10011 | 11001101 | 1001110 | 101101 |
Color Harmonies of #1982CE
Complementary color
Monochromatic Colors of #1982CE
Black with #1982CE
Text Example
Text Example
White with #1982CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982CE; }
p { color: rgb(25,130,206); }
H1.HeaderClassName
{
color: #1982CE;
}
.AnyTagClassName
{
color: #1982CE;
}
</style>
background-color css
<style>
a { background-color: #1982CE; }
a { background-color: rgb(25,130,206); }
div.DivClassName
{
background-color: #1982CE;
}
.BgClassName
{
background-color: #1982CE;
}
</style>
border-color css
<style>
span { border-color: #1982CE; }
span { border-color: rgb(25,130,206); }
td.TdClassName
{
border-color: #1982CE;
}
.TagClassName
{
border-color: #1982CE;
}
</style>