Shades of Navy Blue #1673DB
Tints of Navy Blue #1673DB
RGB
CMYK
RGB Variations
Color information
#1673DB (or 0x1673DB) is known color: Navy Blue. HEX triplet: 16, 73 and DB. RGB value is (22,115,219). Sum of RGB (Red+Green+Blue) = 22+115+219=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1673DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1673DB is #E98C24. Grayscale: #626262. Windows color (decimal): -15305765 or 14381846. OLE color: 14381846.
HSL color Cylindrical-coordinate representation of color #1673DB: hue angle of 211.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1673DB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 22 | 115 | 219 | - |
CMYK | 0.90 | 0.47 | 0 | 0.14 |
HSL | 211.68º | 0.82% | 0.47% | - |
HSV(B) | 211.68º | 0.9% | 0.86% | - |
XYZ | 19.25 | 17.55 | 69.39 | - |
YUV | 99.05 | 195.69 | 73.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 22 | 115 | 219 | 0.90 | 0.47 | 0 | 0.14 | 211.68 | 0.82 | 0.47 |
Hex | 16 | 73 | DB | 5A | 2F | 0 | E | D4 | 52 | 2F |
Octal | 26 | 163 | 333 | 132 | 57 | 0 | 16 | 324 | 122 | 57 |
Binary | 10110 | 1110011 | 11011011 | 1011010 | 101111 | 0 | 1110 | 11010100 | 1010010 | 101111 |
Color Harmonies of #1673DB
Complementary color
Monochromatic Colors of #1673DB
Black with #1673DB
Text Example
Text Example
White with #1673DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673DB; }
p { color: rgb(22,115,219); }
H1.HeaderClassName
{
color: #1673DB;
}
.AnyTagClassName
{
color: #1673DB;
}
</style>
background-color css
<style>
a { background-color: #1673DB; }
a { background-color: rgb(22,115,219); }
div.DivClassName
{
background-color: #1673DB;
}
.BgClassName
{
background-color: #1673DB;
}
</style>
border-color css
<style>
span { border-color: #1673DB; }
span { border-color: rgb(22,115,219); }
td.TdClassName
{
border-color: #1673DB;
}
.TagClassName
{
border-color: #1673DB;
}
</style>