Shades of Navy Blue #1678DD
Tints of Navy Blue #1678DD
RGB
CMYK
RGB Variations
Color information
#1678DD (or 0x1678DD) is known color: Navy Blue. HEX triplet: 16, 78 and DD. RGB value is (22,120,221). Sum of RGB (Red+Green+Blue) = 22+120+221=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #1678DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1678DD is #E98722. Grayscale: #656565. Windows color (decimal): -15304483 or 14514198. OLE color: 14514198.
HSL color Cylindrical-coordinate representation of color #1678DD: hue angle of 210.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1678DD is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 120 | 221 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.13 |
| HSL | 210.45º | 0.82% | 0.48% | - |
| HSV(B) | 210.45º | 0.9% | 0.87% | - |
| XYZ | 20.1 | 18.82 | 70.98 | - |
| YUV | 102.21 | 195.03 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 221 | 0.90 | 0.46 | 0 | 0.13 | 210.45 | 0.82 | 0.48 |
| Hex | 16 | 78 | DD | 5A | 2E | 0 | D | D2 | 52 | 30 |
| Octal | 26 | 170 | 335 | 132 | 56 | 0 | 15 | 322 | 122 | 60 |
| Binary | 10110 | 1111000 | 11011101 | 1011010 | 101110 | 0 | 1101 | 11010010 | 1010010 | 110000 |
Color Harmonies of #1678DD
Complementary color
Monochromatic Colors of #1678DD
Black with #1678DD
Text Example
Text Example
White with #1678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678DD; }
p { color: rgb(22,120,221); }
H1.HeaderClassName
{
color: #1678DD;
}
.AnyTagClassName
{
color: #1678DD;
}
</style>
background-color css
<style>
a { background-color: #1678DD; }
a { background-color: rgb(22,120,221); }
div.DivClassName
{
background-color: #1678DD;
}
.BgClassName
{
background-color: #1678DD;
}
</style>
border-color css
<style>
span { border-color: #1678DD; }
span { border-color: rgb(22,120,221); }
td.TdClassName
{
border-color: #1678DD;
}
.TagClassName
{
border-color: #1678DD;
}
</style>