Shades of Navy Blue #1782CD
Tints of Navy Blue #1782CD
RGB
CMYK
RGB Variations
Color information
#1782CD (or 0x1782CD) is known color: Navy Blue. HEX triplet: 17, 82 and CD. RGB value is (23,130,205). Sum of RGB (Red+Green+Blue) = 23+130+205=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1782CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CD is #E87D32. Grayscale: #6A6A6A. Windows color (decimal): -15236403 or 13468183. OLE color: 13468183.
HSL color Cylindrical-coordinate representation of color #1782CD: hue angle of 204.73º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1782CD is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 130 | 205 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.20 |
| HSL | 204.73º | 0.8% | 0.45% | - |
| HSV(B) | 204.73º | 0.89% | 0.8% | - |
| XYZ | 19.36 | 20.56 | 60.71 | - |
| YUV | 106.56 | 183.55 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 205 | 0.89 | 0.37 | 0 | 0.20 | 204.73 | 0.8 | 0.45 |
| Hex | 17 | 82 | CD | 59 | 25 | 0 | 14 | CD | 50 | 2D |
| Octal | 27 | 202 | 315 | 131 | 45 | 0 | 24 | 315 | 120 | 55 |
| Binary | 10111 | 10000010 | 11001101 | 1011001 | 100101 | 0 | 10100 | 11001101 | 1010000 | 101101 |
Color Harmonies of #1782CD
Complementary color
Monochromatic Colors of #1782CD
Black with #1782CD
Text Example
Text Example
White with #1782CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782CD; }
p { color: rgb(23,130,205); }
H1.HeaderClassName
{
color: #1782CD;
}
.AnyTagClassName
{
color: #1782CD;
}
</style>
background-color css
<style>
a { background-color: #1782CD; }
a { background-color: rgb(23,130,205); }
div.DivClassName
{
background-color: #1782CD;
}
.BgClassName
{
background-color: #1782CD;
}
</style>
border-color css
<style>
span { border-color: #1782CD; }
span { border-color: rgb(23,130,205); }
td.TdClassName
{
border-color: #1782CD;
}
.TagClassName
{
border-color: #1782CD;
}
</style>