Shades of Navy Blue #1673DE
Tints of Navy Blue #1673DE
RGB
CMYK
RGB Variations
Color information
#1673DE (or 0x1673DE) is known color: Navy Blue. HEX triplet: 16, 73 and DE. RGB value is (22,115,222). Sum of RGB (Red+Green+Blue) = 22+115+222=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #1673DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673DE is #E98C21. Grayscale: #626262. Windows color (decimal): -15305762 or 14578454. OLE color: 14578454.
HSL color Cylindrical-coordinate representation of color #1673DE: hue angle of 212.1º 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 #1673DE is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 115 | 222 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.13 |
| HSL | 212.1º | 0.82% | 0.48% | - |
| HSV(B) | 212.1º | 0.9% | 0.87% | - |
| XYZ | 19.65 | 17.71 | 71.49 | - |
| YUV | 99.39 | 197.19 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 222 | 0.90 | 0.48 | 0 | 0.13 | 212.1 | 0.82 | 0.48 |
| Hex | 16 | 73 | DE | 5A | 30 | 0 | D | D4 | 52 | 30 |
| Octal | 26 | 163 | 336 | 132 | 60 | 0 | 15 | 324 | 122 | 60 |
| Binary | 10110 | 1110011 | 11011110 | 1011010 | 110000 | 0 | 1101 | 11010100 | 1010010 | 110000 |
Color Harmonies of #1673DE
Complementary color
Monochromatic Colors of #1673DE
Black with #1673DE
Text Example
Text Example
White with #1673DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673DE; }
p { color: rgb(22,115,222); }
H1.HeaderClassName
{
color: #1673DE;
}
.AnyTagClassName
{
color: #1673DE;
}
</style>
background-color css
<style>
a { background-color: #1673DE; }
a { background-color: rgb(22,115,222); }
div.DivClassName
{
background-color: #1673DE;
}
.BgClassName
{
background-color: #1673DE;
}
</style>
border-color css
<style>
span { border-color: #1673DE; }
span { border-color: rgb(22,115,222); }
td.TdClassName
{
border-color: #1673DE;
}
.TagClassName
{
border-color: #1673DE;
}
</style>