Shades of Navy Blue #1067DC
Tints of Navy Blue #1067DC
RGB
CMYK
RGB Variations
Color information
#1067DC (or 0x1067DC) is known color: Navy Blue. HEX triplet: 10, 67 and DC. RGB value is (16,103,220). Sum of RGB (Red+Green+Blue) = 16+103+220=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #1067DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1067DC is #EF9823. Grayscale: #595959. Windows color (decimal): -15702052 or 14444304. OLE color: 14444304.
HSL color Cylindrical-coordinate representation of color #1067DC: hue angle of 214.41º 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 #1067DC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 103 | 220 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.14 |
| HSL | 214.41º | 0.86% | 0.46% | - |
| HSV(B) | 214.41º | 0.93% | 0.86% | - |
| XYZ | 17.98 | 14.98 | 69.65 | - |
| YUV | 90.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 220 | 0.93 | 0.53 | 0 | 0.14 | 214.41 | 0.86 | 0.46 |
| Hex | 10 | 67 | DC | 5D | 35 | 0 | E | D6 | 56 | 2E |
| Octal | 20 | 147 | 334 | 135 | 65 | 0 | 16 | 326 | 126 | 56 |
| Binary | 10000 | 1100111 | 11011100 | 1011101 | 110101 | 0 | 1110 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1067DC
Complementary color
Monochromatic Colors of #1067DC
Black with #1067DC
Text Example
Text Example
White with #1067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067DC; }
p { color: rgb(16,103,220); }
H1.HeaderClassName
{
color: #1067DC;
}
.AnyTagClassName
{
color: #1067DC;
}
</style>
background-color css
<style>
a { background-color: #1067DC; }
a { background-color: rgb(16,103,220); }
div.DivClassName
{
background-color: #1067DC;
}
.BgClassName
{
background-color: #1067DC;
}
</style>
border-color css
<style>
span { border-color: #1067DC; }
span { border-color: rgb(16,103,220); }
td.TdClassName
{
border-color: #1067DC;
}
.TagClassName
{
border-color: #1067DC;
}
</style>