Shades of Navy Blue #1072DB
Tints of Navy Blue #1072DB
RGB
CMYK
RGB Variations
Color information
#1072DB (or 0x1072DB) is known color: Navy Blue. HEX triplet: 10, 72 and DB. RGB value is (16,114,219). Sum of RGB (Red+Green+Blue) = 16+114+219=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1072DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072DB is #EF8D24. Grayscale: #606060. Windows color (decimal): -15699237 or 14381584. OLE color: 14381584.
HSL color Cylindrical-coordinate representation of color #1072DB: hue angle of 211.03º 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 #1072DB is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 114 | 219 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.14 |
| HSL | 211.03º | 0.86% | 0.46% | - |
| HSV(B) | 211.03º | 0.93% | 0.86% | - |
| XYZ | 19.02 | 17.26 | 69.35 | - |
| YUV | 96.67 | 197.03 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 219 | 0.93 | 0.48 | 0 | 0.14 | 211.03 | 0.86 | 0.46 |
| Hex | 10 | 72 | DB | 5D | 30 | 0 | E | D3 | 56 | 2E |
| Octal | 20 | 162 | 333 | 135 | 60 | 0 | 16 | 323 | 126 | 56 |
| Binary | 10000 | 1110010 | 11011011 | 1011101 | 110000 | 0 | 1110 | 11010011 | 1010110 | 101110 |
Color Harmonies of #1072DB
Complementary color
Monochromatic Colors of #1072DB
Black with #1072DB
Text Example
Text Example
White with #1072DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072DB; }
p { color: rgb(16,114,219); }
H1.HeaderClassName
{
color: #1072DB;
}
.AnyTagClassName
{
color: #1072DB;
}
</style>
background-color css
<style>
a { background-color: #1072DB; }
a { background-color: rgb(16,114,219); }
div.DivClassName
{
background-color: #1072DB;
}
.BgClassName
{
background-color: #1072DB;
}
</style>
border-color css
<style>
span { border-color: #1072DB; }
span { border-color: rgb(16,114,219); }
td.TdClassName
{
border-color: #1072DB;
}
.TagClassName
{
border-color: #1072DB;
}
</style>