Shades of Navy Blue #1678CC
Tints of Navy Blue #1678CC
RGB
CMYK
RGB Variations
Color information
#1678CC (or 0x1678CC) is known color: Navy Blue. HEX triplet: 16, 78 and CC. RGB value is (22,120,204). Sum of RGB (Red+Green+Blue) = 22+120+204=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #1678CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1678CC is #E98733. Grayscale: #636363. Windows color (decimal): -15304500 or 13400086. OLE color: 13400086.
HSL color Cylindrical-coordinate representation of color #1678CC: hue angle of 207.69º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1678CC is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 120 | 204 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.2 |
| HSL | 207.69º | 0.81% | 0.44% | - |
| HSV(B) | 207.69º | 0.89% | 0.8% | - |
| XYZ | 17.95 | 17.96 | 59.65 | - |
| YUV | 100.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 204 | 0.89 | 0.41 | 0 | 0.2 | 207.69 | 0.81 | 0.44 |
| Hex | 16 | 78 | CC | 59 | 29 | 0 | 14 | D0 | 51 | 2C |
| Octal | 26 | 170 | 314 | 131 | 51 | 0 | 24 | 320 | 121 | 54 |
| Binary | 10110 | 1111000 | 11001100 | 1011001 | 101001 | 0 | 10100 | 11010000 | 1010001 | 101100 |
Color Harmonies of #1678CC
Complementary color
Monochromatic Colors of #1678CC
Black with #1678CC
Text Example
Text Example
White with #1678CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678CC; }
p { color: rgb(22,120,204); }
H1.HeaderClassName
{
color: #1678CC;
}
.AnyTagClassName
{
color: #1678CC;
}
</style>
background-color css
<style>
a { background-color: #1678CC; }
a { background-color: rgb(22,120,204); }
div.DivClassName
{
background-color: #1678CC;
}
.BgClassName
{
background-color: #1678CC;
}
</style>
border-color css
<style>
span { border-color: #1678CC; }
span { border-color: rgb(22,120,204); }
td.TdClassName
{
border-color: #1678CC;
}
.TagClassName
{
border-color: #1678CC;
}
</style>