Shades of Navy Blue #1769DB
Tints of Navy Blue #1769DB
RGB
CMYK
RGB Variations
Color information
#1769DB (or 0x1769DB) is known color: Navy Blue. HEX triplet: 17, 69 and DB. RGB value is (23,105,219). Sum of RGB (Red+Green+Blue) = 23+105+219=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #1769DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769DB is #E89624. Grayscale: #5C5C5C. Windows color (decimal): -15242789 or 14379287. OLE color: 14379287.
HSL color Cylindrical-coordinate representation of color #1769DB: hue angle of 214.9º 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 #1769DB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 105 | 219 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.14 |
| HSL | 214.9º | 0.81% | 0.47% | - |
| HSV(B) | 214.9º | 0.89% | 0.86% | - |
| XYZ | 18.19 | 15.4 | 69.03 | - |
| YUV | 93.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 219 | 0.89 | 0.52 | 0 | 0.14 | 214.9 | 0.81 | 0.47 |
| Hex | 17 | 69 | DB | 59 | 34 | 0 | E | D7 | 51 | 2F |
| Octal | 27 | 151 | 333 | 131 | 64 | 0 | 16 | 327 | 121 | 57 |
| Binary | 10111 | 1101001 | 11011011 | 1011001 | 110100 | 0 | 1110 | 11010111 | 1010001 | 101111 |
Color Harmonies of #1769DB
Complementary color
Monochromatic Colors of #1769DB
Black with #1769DB
Text Example
Text Example
White with #1769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769DB; }
p { color: rgb(23,105,219); }
H1.HeaderClassName
{
color: #1769DB;
}
.AnyTagClassName
{
color: #1769DB;
}
</style>
background-color css
<style>
a { background-color: #1769DB; }
a { background-color: rgb(23,105,219); }
div.DivClassName
{
background-color: #1769DB;
}
.BgClassName
{
background-color: #1769DB;
}
</style>
border-color css
<style>
span { border-color: #1769DB; }
span { border-color: rgb(23,105,219); }
td.TdClassName
{
border-color: #1769DB;
}
.TagClassName
{
border-color: #1769DB;
}
</style>