Shades of Navy Blue #1776DB
Tints of Navy Blue #1776DB
RGB
CMYK
RGB Variations
Color information
#1776DB (or 0x1776DB) is known color: Navy Blue. HEX triplet: 17, 76 and DB. RGB value is (23,118,219). Sum of RGB (Red+Green+Blue) = 23+118+219=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #1776DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DB is #E88924. Grayscale: #646464. Windows color (decimal): -15239461 or 14382615. OLE color: 14382615.
HSL color Cylindrical-coordinate representation of color #1776DB: hue angle of 210.92º 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 #1776DB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 118 | 219 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.14 |
| HSL | 210.92º | 0.81% | 0.47% | - |
| HSV(B) | 210.92º | 0.89% | 0.86% | - |
| XYZ | 19.62 | 18.25 | 69.51 | - |
| YUV | 101.11 | 194.53 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 219 | 0.89 | 0.46 | 0 | 0.14 | 210.92 | 0.81 | 0.47 |
| Hex | 17 | 76 | DB | 59 | 2E | 0 | E | D3 | 51 | 2F |
| Octal | 27 | 166 | 333 | 131 | 56 | 0 | 16 | 323 | 121 | 57 |
| Binary | 10111 | 1110110 | 11011011 | 1011001 | 101110 | 0 | 1110 | 11010011 | 1010001 | 101111 |
Color Harmonies of #1776DB
Complementary color
Monochromatic Colors of #1776DB
Black with #1776DB
Text Example
Text Example
White with #1776DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776DB; }
p { color: rgb(23,118,219); }
H1.HeaderClassName
{
color: #1776DB;
}
.AnyTagClassName
{
color: #1776DB;
}
</style>
background-color css
<style>
a { background-color: #1776DB; }
a { background-color: rgb(23,118,219); }
div.DivClassName
{
background-color: #1776DB;
}
.BgClassName
{
background-color: #1776DB;
}
</style>
border-color css
<style>
span { border-color: #1776DB; }
span { border-color: rgb(23,118,219); }
td.TdClassName
{
border-color: #1776DB;
}
.TagClassName
{
border-color: #1776DB;
}
</style>