Shades of Navy Blue #1780DC
Tints of Navy Blue #1780DC
RGB
CMYK
RGB Variations
Color information
#1780DC (or 0x1780DC) is known color: Navy Blue. HEX triplet: 17, 80 and DC. RGB value is (23,128,220). Sum of RGB (Red+Green+Blue) = 23+128+220=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1780DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780DC is #E87F23. Grayscale: #6A6A6A. Windows color (decimal): -15236900 or 14450711. OLE color: 14450711.
HSL color Cylindrical-coordinate representation of color #1780DC: hue angle of 208.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1780DC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 128 | 220 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.14 |
| HSL | 208.02º | 0.81% | 0.48% | - |
| HSV(B) | 208.02º | 0.9% | 0.86% | - |
| XYZ | 20.99 | 20.79 | 70.62 | - |
| YUV | 107.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 220 | 0.90 | 0.42 | 0 | 0.14 | 208.02 | 0.81 | 0.48 |
| Hex | 17 | 80 | DC | 5A | 2A | 0 | E | D0 | 51 | 30 |
| Octal | 27 | 200 | 334 | 132 | 52 | 0 | 16 | 320 | 121 | 60 |
| Binary | 10111 | 10000000 | 11011100 | 1011010 | 101010 | 0 | 1110 | 11010000 | 1010001 | 110000 |
Color Harmonies of #1780DC
Complementary color
Monochromatic Colors of #1780DC
Black with #1780DC
Text Example
Text Example
White with #1780DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780DC; }
p { color: rgb(23,128,220); }
H1.HeaderClassName
{
color: #1780DC;
}
.AnyTagClassName
{
color: #1780DC;
}
</style>
background-color css
<style>
a { background-color: #1780DC; }
a { background-color: rgb(23,128,220); }
div.DivClassName
{
background-color: #1780DC;
}
.BgClassName
{
background-color: #1780DC;
}
</style>
border-color css
<style>
span { border-color: #1780DC; }
span { border-color: rgb(23,128,220); }
td.TdClassName
{
border-color: #1780DC;
}
.TagClassName
{
border-color: #1780DC;
}
</style>