Shades of Navy Blue #1780DB
Tints of Navy Blue #1780DB
RGB
CMYK
RGB Variations
Color information
#1780DB (or 0x1780DB) is known color: Navy Blue. HEX triplet: 17, 80 and DB. RGB value is (23,128,219). Sum of RGB (Red+Green+Blue) = 23+128+219=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #1780DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1780DB is #E87F24. Grayscale: #6A6A6A. Windows color (decimal): -15236901 or 14385175. OLE color: 14385175.
HSL color Cylindrical-coordinate representation of color #1780DB: hue angle of 207.86º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1780DB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 128 | 219 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.14 |
| HSL | 207.86º | 0.81% | 0.47% | - |
| HSV(B) | 207.86º | 0.89% | 0.86% | - |
| XYZ | 20.86 | 20.73 | 69.92 | - |
| YUV | 106.98 | 191.21 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 219 | 0.89 | 0.42 | 0 | 0.14 | 207.86 | 0.81 | 0.47 |
| Hex | 17 | 80 | DB | 59 | 2A | 0 | E | D0 | 51 | 2F |
| Octal | 27 | 200 | 333 | 131 | 52 | 0 | 16 | 320 | 121 | 57 |
| Binary | 10111 | 10000000 | 11011011 | 1011001 | 101010 | 0 | 1110 | 11010000 | 1010001 | 101111 |
Color Harmonies of #1780DB
Complementary color
Monochromatic Colors of #1780DB
Black with #1780DB
Text Example
Text Example
White with #1780DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1780DB; }
p { color: rgb(23,128,219); }
H1.HeaderClassName
{
color: #1780DB;
}
.AnyTagClassName
{
color: #1780DB;
}
</style>
background-color css
<style>
a { background-color: #1780DB; }
a { background-color: rgb(23,128,219); }
div.DivClassName
{
background-color: #1780DB;
}
.BgClassName
{
background-color: #1780DB;
}
</style>
border-color css
<style>
span { border-color: #1780DB; }
span { border-color: rgb(23,128,219); }
td.TdClassName
{
border-color: #1780DB;
}
.TagClassName
{
border-color: #1780DB;
}
</style>