Shades of Navy Blue #1776DC
Tints of Navy Blue #1776DC
RGB
CMYK
RGB Variations
Color information
#1776DC (or 0x1776DC) is known color: Navy Blue. HEX triplet: 17, 76 and DC. RGB value is (23,118,220). Sum of RGB (Red+Green+Blue) = 23+118+220=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #1776DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776DC is #E88923. Grayscale: #646464. Windows color (decimal): -15239460 or 14448151. OLE color: 14448151.
HSL color Cylindrical-coordinate representation of color #1776DC: hue angle of 211.07º 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 #1776DC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 118 | 220 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.14 |
| HSL | 211.07º | 0.81% | 0.48% | - |
| HSV(B) | 211.07º | 0.9% | 0.86% | - |
| XYZ | 19.75 | 18.31 | 70.2 | - |
| YUV | 101.22 | 195.03 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 220 | 0.90 | 0.46 | 0 | 0.14 | 211.07 | 0.81 | 0.48 |
| Hex | 17 | 76 | DC | 5A | 2E | 0 | E | D3 | 51 | 30 |
| Octal | 27 | 166 | 334 | 132 | 56 | 0 | 16 | 323 | 121 | 60 |
| Binary | 10111 | 1110110 | 11011100 | 1011010 | 101110 | 0 | 1110 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1776DC
Complementary color
Monochromatic Colors of #1776DC
Black with #1776DC
Text Example
Text Example
White with #1776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776DC; }
p { color: rgb(23,118,220); }
H1.HeaderClassName
{
color: #1776DC;
}
.AnyTagClassName
{
color: #1776DC;
}
</style>
background-color css
<style>
a { background-color: #1776DC; }
a { background-color: rgb(23,118,220); }
div.DivClassName
{
background-color: #1776DC;
}
.BgClassName
{
background-color: #1776DC;
}
</style>
border-color css
<style>
span { border-color: #1776DC; }
span { border-color: rgb(23,118,220); }
td.TdClassName
{
border-color: #1776DC;
}
.TagClassName
{
border-color: #1776DC;
}
</style>