Shades of Navy Blue #1679DA
Tints of Navy Blue #1679DA
RGB
CMYK
RGB Variations
Color information
#1679DA (or 0x1679DA) is known color: Navy Blue. HEX triplet: 16, 79 and DA. RGB value is (22,121,218). Sum of RGB (Red+Green+Blue) = 22+121+218=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #1679DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1679DA is #E98625. Grayscale: #656565. Windows color (decimal): -15304230 or 14317846. OLE color: 14317846.
HSL color Cylindrical-coordinate representation of color #1679DA: hue angle of 209.69º 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 #1679DA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 121 | 218 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.15 |
| HSL | 209.69º | 0.82% | 0.47% | - |
| HSV(B) | 209.69º | 0.9% | 0.85% | - |
| XYZ | 19.82 | 18.91 | 68.93 | - |
| YUV | 102.46 | 193.2 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 218 | 0.90 | 0.44 | 0 | 0.15 | 209.69 | 0.82 | 0.47 |
| Hex | 16 | 79 | DA | 5A | 2C | 0 | F | D2 | 52 | 2F |
| Octal | 26 | 171 | 332 | 132 | 54 | 0 | 17 | 322 | 122 | 57 |
| Binary | 10110 | 1111001 | 11011010 | 1011010 | 101100 | 0 | 1111 | 11010010 | 1010010 | 101111 |
Color Harmonies of #1679DA
Complementary color
Monochromatic Colors of #1679DA
Black with #1679DA
Text Example
Text Example
White with #1679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679DA; }
p { color: rgb(22,121,218); }
H1.HeaderClassName
{
color: #1679DA;
}
.AnyTagClassName
{
color: #1679DA;
}
</style>
background-color css
<style>
a { background-color: #1679DA; }
a { background-color: rgb(22,121,218); }
div.DivClassName
{
background-color: #1679DA;
}
.BgClassName
{
background-color: #1679DA;
}
</style>
border-color css
<style>
span { border-color: #1679DA; }
span { border-color: rgb(22,121,218); }
td.TdClassName
{
border-color: #1679DA;
}
.TagClassName
{
border-color: #1679DA;
}
</style>