Shades of Navy Blue #1675DC
Tints of Navy Blue #1675DC
RGB
CMYK
RGB Variations
Color information
#1675DC (or 0x1675DC) is known color: Navy Blue. HEX triplet: 16, 75 and DC. RGB value is (22,117,220). Sum of RGB (Red+Green+Blue) = 22+117+220=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #1675DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1675DC is #E98A23. Grayscale: #636363. Windows color (decimal): -15305252 or 14447894. OLE color: 14447894.
HSL color Cylindrical-coordinate representation of color #1675DC: hue angle of 211.21º 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 #1675DC is Cyan = 0.9, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 117 | 220 | - |
| CMYK | 0.9 | 0.47 | 0 | 0.14 |
| HSL | 211.21º | 0.82% | 0.47% | - |
| HSV(B) | 211.21º | 0.9% | 0.86% | - |
| XYZ | 19.61 | 18.06 | 70.16 | - |
| YUV | 100.34 | 195.53 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 220 | 0.9 | 0.47 | 0 | 0.14 | 211.21 | 0.82 | 0.47 |
| Hex | 16 | 75 | DC | 5A | 2F | 0 | E | D3 | 52 | 2F |
| Octal | 26 | 165 | 334 | 132 | 57 | 0 | 16 | 323 | 122 | 57 |
| Binary | 10110 | 1110101 | 11011100 | 1011010 | 101111 | 0 | 1110 | 11010011 | 1010010 | 101111 |
Color Harmonies of #1675DC
Complementary color
Monochromatic Colors of #1675DC
Black with #1675DC
Text Example
Text Example
White with #1675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675DC; }
p { color: rgb(22,117,220); }
H1.HeaderClassName
{
color: #1675DC;
}
.AnyTagClassName
{
color: #1675DC;
}
</style>
background-color css
<style>
a { background-color: #1675DC; }
a { background-color: rgb(22,117,220); }
div.DivClassName
{
background-color: #1675DC;
}
.BgClassName
{
background-color: #1675DC;
}
</style>
border-color css
<style>
span { border-color: #1675DC; }
span { border-color: rgb(22,117,220); }
td.TdClassName
{
border-color: #1675DC;
}
.TagClassName
{
border-color: #1675DC;
}
</style>