Shades of Navy Blue #1670DA
Tints of Navy Blue #1670DA
RGB
CMYK
RGB Variations
Color information
#1670DA (or 0x1670DA) is known color: Navy Blue. HEX triplet: 16, 70 and DA. RGB value is (22,112,218). Sum of RGB (Red+Green+Blue) = 22+112+218=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #1670DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1670DA is #E98F25. Grayscale: #606060. Windows color (decimal): -15306534 or 14315542. OLE color: 14315542.
HSL color Cylindrical-coordinate representation of color #1670DA: hue angle of 212.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1670DA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 112 | 218 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.15 |
| HSL | 212.45º | 0.82% | 0.47% | - |
| HSV(B) | 212.45º | 0.9% | 0.85% | - |
| XYZ | 18.78 | 16.82 | 68.59 | - |
| YUV | 97.17 | 196.18 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 218 | 0.90 | 0.49 | 0 | 0.15 | 212.45 | 0.82 | 0.47 |
| Hex | 16 | 70 | DA | 5A | 31 | 0 | F | D4 | 52 | 2F |
| Octal | 26 | 160 | 332 | 132 | 61 | 0 | 17 | 324 | 122 | 57 |
| Binary | 10110 | 1110000 | 11011010 | 1011010 | 110001 | 0 | 1111 | 11010100 | 1010010 | 101111 |
Color Harmonies of #1670DA
Complementary color
Monochromatic Colors of #1670DA
Black with #1670DA
Text Example
Text Example
White with #1670DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1670DA; }
p { color: rgb(22,112,218); }
H1.HeaderClassName
{
color: #1670DA;
}
.AnyTagClassName
{
color: #1670DA;
}
</style>
background-color css
<style>
a { background-color: #1670DA; }
a { background-color: rgb(22,112,218); }
div.DivClassName
{
background-color: #1670DA;
}
.BgClassName
{
background-color: #1670DA;
}
</style>
border-color css
<style>
span { border-color: #1670DA; }
span { border-color: rgb(22,112,218); }
td.TdClassName
{
border-color: #1670DA;
}
.TagClassName
{
border-color: #1670DA;
}
</style>