Shades of Navy Blue #1782CE
Tints of Navy Blue #1782CE
RGB
CMYK
RGB Variations
Color information
#1782CE (or 0x1782CE) is known color: Navy Blue. HEX triplet: 17, 82 and CE. RGB value is (23,130,206). Sum of RGB (Red+Green+Blue) = 23+130+206=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1782CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CE is #E87D31. Grayscale: #6A6A6A. Windows color (decimal): -15236402 or 13533719. OLE color: 13533719.
HSL color Cylindrical-coordinate representation of color #1782CE: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1782CE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 130 | 206 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.19 |
| HSL | 204.92º | 0.8% | 0.45% | - |
| HSV(B) | 204.92º | 0.89% | 0.81% | - |
| XYZ | 19.48 | 20.6 | 61.34 | - |
| YUV | 106.67 | 184.05 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 206 | 0.89 | 0.37 | 0 | 0.19 | 204.92 | 0.8 | 0.45 |
| Hex | 17 | 82 | CE | 59 | 25 | 0 | 13 | CD | 50 | 2D |
| Octal | 27 | 202 | 316 | 131 | 45 | 0 | 23 | 315 | 120 | 55 |
| Binary | 10111 | 10000010 | 11001110 | 1011001 | 100101 | 0 | 10011 | 11001101 | 1010000 | 101101 |
Color Harmonies of #1782CE
Complementary color
Monochromatic Colors of #1782CE
Black with #1782CE
Text Example
Text Example
White with #1782CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782CE; }
p { color: rgb(23,130,206); }
H1.HeaderClassName
{
color: #1782CE;
}
.AnyTagClassName
{
color: #1782CE;
}
</style>
background-color css
<style>
a { background-color: #1782CE; }
a { background-color: rgb(23,130,206); }
div.DivClassName
{
background-color: #1782CE;
}
.BgClassName
{
background-color: #1782CE;
}
</style>
border-color css
<style>
span { border-color: #1782CE; }
span { border-color: rgb(23,130,206); }
td.TdClassName
{
border-color: #1782CE;
}
.TagClassName
{
border-color: #1782CE;
}
</style>