Shades of Navy Blue #1776DA
Tints of Navy Blue #1776DA
RGB
CMYK
RGB Variations
Color information
#1776DA (or 0x1776DA) is known color: Navy Blue. HEX triplet: 17, 76 and DA. RGB value is (23,118,218). Sum of RGB (Red+Green+Blue) = 23+118+218=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #1776DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DA is #E88925. Grayscale: #646464. Windows color (decimal): -15239462 or 14317079. OLE color: 14317079.
HSL color Cylindrical-coordinate representation of color #1776DA: hue angle of 210.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1776DA is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 118 | 218 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.15 |
| HSL | 210.77º | 0.81% | 0.47% | - |
| HSV(B) | 210.77º | 0.89% | 0.85% | - |
| XYZ | 19.49 | 18.2 | 68.82 | - |
| YUV | 101 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 218 | 0.89 | 0.46 | 0 | 0.15 | 210.77 | 0.81 | 0.47 |
| Hex | 17 | 76 | DA | 59 | 2E | 0 | F | D3 | 51 | 2F |
| Octal | 27 | 166 | 332 | 131 | 56 | 0 | 17 | 323 | 121 | 57 |
| Binary | 10111 | 1110110 | 11011010 | 1011001 | 101110 | 0 | 1111 | 11010011 | 1010001 | 101111 |
Color Harmonies of #1776DA
Complementary color
Monochromatic Colors of #1776DA
Black with #1776DA
Text Example
Text Example
White with #1776DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776DA; }
p { color: rgb(23,118,218); }
H1.HeaderClassName
{
color: #1776DA;
}
.AnyTagClassName
{
color: #1776DA;
}
</style>
background-color css
<style>
a { background-color: #1776DA; }
a { background-color: rgb(23,118,218); }
div.DivClassName
{
background-color: #1776DA;
}
.BgClassName
{
background-color: #1776DA;
}
</style>
border-color css
<style>
span { border-color: #1776DA; }
span { border-color: rgb(23,118,218); }
td.TdClassName
{
border-color: #1776DA;
}
.TagClassName
{
border-color: #1776DA;
}
</style>