Shades of Navy Blue #1678D7
Tints of Navy Blue #1678D7
RGB
CMYK
RGB Variations
Color information
#1678D7 (or 0x1678D7) is known color: Navy Blue. HEX triplet: 16, 78 and D7. RGB value is (22,120,215). Sum of RGB (Red+Green+Blue) = 22+120+215=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #1678D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1678D7 is #E98728. Grayscale: #656565. Windows color (decimal): -15304489 or 14120982. OLE color: 14120982.
HSL color Cylindrical-coordinate representation of color #1678D7: hue angle of 209.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1678D7 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 120 | 215 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.16 |
| HSL | 209.53º | 0.81% | 0.46% | - |
| HSV(B) | 209.53º | 0.9% | 0.84% | - |
| XYZ | 19.31 | 18.51 | 66.84 | - |
| YUV | 101.53 | 192.03 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 215 | 0.90 | 0.44 | 0 | 0.16 | 209.53 | 0.81 | 0.46 |
| Hex | 16 | 78 | D7 | 5A | 2C | 0 | 10 | D2 | 51 | 2E |
| Octal | 26 | 170 | 327 | 132 | 54 | 0 | 20 | 322 | 121 | 56 |
| Binary | 10110 | 1111000 | 11010111 | 1011010 | 101100 | 0 | 10000 | 11010010 | 1010001 | 101110 |
Color Harmonies of #1678D7
Complementary color
Monochromatic Colors of #1678D7
Black with #1678D7
Text Example
Text Example
White with #1678D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678D7; }
p { color: rgb(22,120,215); }
H1.HeaderClassName
{
color: #1678D7;
}
.AnyTagClassName
{
color: #1678D7;
}
</style>
background-color css
<style>
a { background-color: #1678D7; }
a { background-color: rgb(22,120,215); }
div.DivClassName
{
background-color: #1678D7;
}
.BgClassName
{
background-color: #1678D7;
}
</style>
border-color css
<style>
span { border-color: #1678D7; }
span { border-color: rgb(22,120,215); }
td.TdClassName
{
border-color: #1678D7;
}
.TagClassName
{
border-color: #1678D7;
}
</style>