Shades of Navy Blue #1774DC
Tints of Navy Blue #1774DC
RGB
CMYK
RGB Variations
Color information
#1774DC (or 0x1774DC) is known color: Navy Blue. HEX triplet: 17, 74 and DC. RGB value is (23,116,220). Sum of RGB (Red+Green+Blue) = 23+116+220=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #1774DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774DC is #E88B23. Grayscale: #636363. Windows color (decimal): -15239972 or 14447639. OLE color: 14447639.
HSL color Cylindrical-coordinate representation of color #1774DC: hue angle of 211.68º 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 #1774DC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 116 | 220 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.14 |
| HSL | 211.68º | 0.81% | 0.48% | - |
| HSV(B) | 211.68º | 0.9% | 0.86% | - |
| XYZ | 19.52 | 17.84 | 70.13 | - |
| YUV | 100.05 | 195.69 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 220 | 0.90 | 0.47 | 0 | 0.14 | 211.68 | 0.81 | 0.48 |
| Hex | 17 | 74 | DC | 5A | 2F | 0 | E | D4 | 51 | 30 |
| Octal | 27 | 164 | 334 | 132 | 57 | 0 | 16 | 324 | 121 | 60 |
| Binary | 10111 | 1110100 | 11011100 | 1011010 | 101111 | 0 | 1110 | 11010100 | 1010001 | 110000 |
Color Harmonies of #1774DC
Complementary color
Monochromatic Colors of #1774DC
Black with #1774DC
Text Example
Text Example
White with #1774DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1774DC; }
p { color: rgb(23,116,220); }
H1.HeaderClassName
{
color: #1774DC;
}
.AnyTagClassName
{
color: #1774DC;
}
</style>
background-color css
<style>
a { background-color: #1774DC; }
a { background-color: rgb(23,116,220); }
div.DivClassName
{
background-color: #1774DC;
}
.BgClassName
{
background-color: #1774DC;
}
</style>
border-color css
<style>
span { border-color: #1774DC; }
span { border-color: rgb(23,116,220); }
td.TdClassName
{
border-color: #1774DC;
}
.TagClassName
{
border-color: #1774DC;
}
</style>