Shades of Navy Blue #1673DF
Tints of Navy Blue #1673DF
RGB
CMYK
RGB Variations
Color information
#1673DF (or 0x1673DF) is known color: Navy Blue. HEX triplet: 16, 73 and DF. RGB value is (22,115,223). Sum of RGB (Red+Green+Blue) = 22+115+223=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #1673DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673DF is #E98C20. Grayscale: #626262. Windows color (decimal): -15305761 or 14643990. OLE color: 14643990.
HSL color Cylindrical-coordinate representation of color #1673DF: hue angle of 212.24º 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 #1673DF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 115 | 223 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.13 |
| HSL | 212.24º | 0.82% | 0.48% | - |
| HSV(B) | 212.24º | 0.9% | 0.87% | - |
| XYZ | 19.78 | 17.76 | 72.2 | - |
| YUV | 99.51 | 197.69 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 223 | 0.90 | 0.48 | 0 | 0.13 | 212.24 | 0.82 | 0.48 |
| Hex | 16 | 73 | DF | 5A | 30 | 0 | D | D4 | 52 | 30 |
| Octal | 26 | 163 | 337 | 132 | 60 | 0 | 15 | 324 | 122 | 60 |
| Binary | 10110 | 1110011 | 11011111 | 1011010 | 110000 | 0 | 1101 | 11010100 | 1010010 | 110000 |
Color Harmonies of #1673DF
Complementary color
Monochromatic Colors of #1673DF
Black with #1673DF
Text Example
Text Example
White with #1673DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673DF; }
p { color: rgb(22,115,223); }
H1.HeaderClassName
{
color: #1673DF;
}
.AnyTagClassName
{
color: #1673DF;
}
</style>
background-color css
<style>
a { background-color: #1673DF; }
a { background-color: rgb(22,115,223); }
div.DivClassName
{
background-color: #1673DF;
}
.BgClassName
{
background-color: #1673DF;
}
</style>
border-color css
<style>
span { border-color: #1673DF; }
span { border-color: rgb(22,115,223); }
td.TdClassName
{
border-color: #1673DF;
}
.TagClassName
{
border-color: #1673DF;
}
</style>