Shades of Navy Blue #1078E0
Tints of Navy Blue #1078E0
RGB
CMYK
RGB Variations
Color information
#1078E0 (or 0x1078E0) is known color: Navy Blue. HEX triplet: 10, 78 and E0. RGB value is (16,120,224). Sum of RGB (Red+Green+Blue) = 16+120+224=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #1078E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078E0 is #EF871F. Grayscale: #646464. Windows color (decimal): -15697696 or 14710800. OLE color: 14710800.
HSL color Cylindrical-coordinate representation of color #1078E0: hue angle of 210º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1078E0 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 120 | 224 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.12 |
| HSL | 210º | 0.87% | 0.47% | - |
| HSV(B) | 210º | 0.93% | 0.88% | - |
| XYZ | 20.38 | 18.92 | 73.1 | - |
| YUV | 100.76 | 197.54 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 224 | 0.93 | 0.46 | 0 | 0.12 | 210 | 0.87 | 0.47 |
| Hex | 10 | 78 | E0 | 5D | 2E | 0 | C | D2 | 57 | 2F |
| Octal | 20 | 170 | 340 | 135 | 56 | 0 | 14 | 322 | 127 | 57 |
| Binary | 10000 | 1111000 | 11100000 | 1011101 | 101110 | 0 | 1100 | 11010010 | 1010111 | 101111 |
Color Harmonies of #1078E0
Complementary color
Monochromatic Colors of #1078E0
Black with #1078E0
Text Example
Text Example
White with #1078E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078E0; }
p { color: rgb(16,120,224); }
H1.HeaderClassName
{
color: #1078E0;
}
.AnyTagClassName
{
color: #1078E0;
}
</style>
background-color css
<style>
a { background-color: #1078E0; }
a { background-color: rgb(16,120,224); }
div.DivClassName
{
background-color: #1078E0;
}
.BgClassName
{
background-color: #1078E0;
}
</style>
border-color css
<style>
span { border-color: #1078E0; }
span { border-color: rgb(16,120,224); }
td.TdClassName
{
border-color: #1078E0;
}
.TagClassName
{
border-color: #1078E0;
}
</style>