Shades of Navy Blue #1072EC
Tints of Navy Blue #1072EC
RGB
CMYK
RGB Variations
Color information
#1072EC (or 0x1072EC) is known color: Navy Blue. HEX triplet: 10, 72 and EC. RGB value is (16,114,236). Sum of RGB (Red+Green+Blue) = 16+114+236=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #1072EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072EC is #EF8D13. Grayscale: #626262. Windows color (decimal): -15699220 or 15495696. OLE color: 15495696.
HSL color Cylindrical-coordinate representation of color #1072EC: hue angle of 213.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1072EC is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 114 | 236 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.07 |
| HSL | 213.27º | 0.87% | 0.49% | - |
| HSV(B) | 213.27º | 0.93% | 0.93% | - |
| XYZ | 21.37 | 18.2 | 81.74 | - |
| YUV | 98.61 | 205.53 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 236 | 0.93 | 0.52 | 0 | 0.07 | 213.27 | 0.87 | 0.49 |
| Hex | 10 | 72 | EC | 5D | 34 | 0 | 7 | D5 | 57 | 31 |
| Octal | 20 | 162 | 354 | 135 | 64 | 0 | 7 | 325 | 127 | 61 |
| Binary | 10000 | 1110010 | 11101100 | 1011101 | 110100 | 0 | 111 | 11010101 | 1010111 | 110001 |
Color Harmonies of #1072EC
Complementary color
Monochromatic Colors of #1072EC
Black with #1072EC
Text Example
Text Example
White with #1072EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072EC; }
p { color: rgb(16,114,236); }
H1.HeaderClassName
{
color: #1072EC;
}
.AnyTagClassName
{
color: #1072EC;
}
</style>
background-color css
<style>
a { background-color: #1072EC; }
a { background-color: rgb(16,114,236); }
div.DivClassName
{
background-color: #1072EC;
}
.BgClassName
{
background-color: #1072EC;
}
</style>
border-color css
<style>
span { border-color: #1072EC; }
span { border-color: rgb(16,114,236); }
td.TdClassName
{
border-color: #1072EC;
}
.TagClassName
{
border-color: #1072EC;
}
</style>