Shades of Navy Blue #1782CF
Tints of Navy Blue #1782CF
RGB
CMYK
RGB Variations
Color information
#1782CF (or 0x1782CF) is known color: Navy Blue. HEX triplet: 17, 82 and CF. RGB value is (23,130,207). Sum of RGB (Red+Green+Blue) = 23+130+207=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1782CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1782CF is #E87D30. Grayscale: #6A6A6A. Windows color (decimal): -15236401 or 13599255. OLE color: 13599255.
HSL color Cylindrical-coordinate representation of color #1782CF: hue angle of 205.11º 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 #1782CF is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 130 | 207 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.19 |
| HSL | 205.11º | 0.8% | 0.45% | - |
| HSV(B) | 205.11º | 0.89% | 0.81% | - |
| XYZ | 19.6 | 20.65 | 61.98 | - |
| YUV | 106.79 | 184.55 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 207 | 0.89 | 0.37 | 0 | 0.19 | 205.11 | 0.8 | 0.45 |
| Hex | 17 | 82 | CF | 59 | 25 | 0 | 13 | CD | 50 | 2D |
| Octal | 27 | 202 | 317 | 131 | 45 | 0 | 23 | 315 | 120 | 55 |
| Binary | 10111 | 10000010 | 11001111 | 1011001 | 100101 | 0 | 10011 | 11001101 | 1010000 | 101101 |
Color Harmonies of #1782CF
Complementary color
Monochromatic Colors of #1782CF
Black with #1782CF
Text Example
Text Example
White with #1782CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1782CF; }
p { color: rgb(23,130,207); }
H1.HeaderClassName
{
color: #1782CF;
}
.AnyTagClassName
{
color: #1782CF;
}
</style>
background-color css
<style>
a { background-color: #1782CF; }
a { background-color: rgb(23,130,207); }
div.DivClassName
{
background-color: #1782CF;
}
.BgClassName
{
background-color: #1782CF;
}
</style>
border-color css
<style>
span { border-color: #1782CF; }
span { border-color: rgb(23,130,207); }
td.TdClassName
{
border-color: #1782CF;
}
.TagClassName
{
border-color: #1782CF;
}
</style>