Shades of Navy Blue #1075DC
Tints of Navy Blue #1075DC
RGB
CMYK
RGB Variations
Color information
#1075DC (or 0x1075DC) is known color: Navy Blue. HEX triplet: 10, 75 and DC. RGB value is (16,117,220). Sum of RGB (Red+Green+Blue) = 16+117+220=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #1075DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075DC is #EF8A23. Grayscale: #626262. Windows color (decimal): -15698468 or 14447888. OLE color: 14447888.
HSL color Cylindrical-coordinate representation of color #1075DC: hue angle of 210.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1075DC is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 117 | 220 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.14 |
| HSL | 210.29º | 0.86% | 0.46% | - |
| HSV(B) | 210.29º | 0.93% | 0.86% | - |
| XYZ | 19.49 | 18 | 70.16 | - |
| YUV | 98.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 220 | 0.93 | 0.47 | 0 | 0.14 | 210.29 | 0.86 | 0.46 |
| Hex | 10 | 75 | DC | 5D | 2F | 0 | E | D2 | 56 | 2E |
| Octal | 20 | 165 | 334 | 135 | 57 | 0 | 16 | 322 | 126 | 56 |
| Binary | 10000 | 1110101 | 11011100 | 1011101 | 101111 | 0 | 1110 | 11010010 | 1010110 | 101110 |
Color Harmonies of #1075DC
Complementary color
Monochromatic Colors of #1075DC
Black with #1075DC
Text Example
Text Example
White with #1075DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075DC; }
p { color: rgb(16,117,220); }
H1.HeaderClassName
{
color: #1075DC;
}
.AnyTagClassName
{
color: #1075DC;
}
</style>
background-color css
<style>
a { background-color: #1075DC; }
a { background-color: rgb(16,117,220); }
div.DivClassName
{
background-color: #1075DC;
}
.BgClassName
{
background-color: #1075DC;
}
</style>
border-color css
<style>
span { border-color: #1075DC; }
span { border-color: rgb(16,117,220); }
td.TdClassName
{
border-color: #1075DC;
}
.TagClassName
{
border-color: #1075DC;
}
</style>