Shades of Navy Blue #1067EA
Tints of Navy Blue #1067EA
RGB
CMYK
RGB Variations
Color information
#1067EA (or 0x1067EA) is known color: Navy Blue. HEX triplet: 10, 67 and EA. RGB value is (16,103,234). Sum of RGB (Red+Green+Blue) = 16+103+234=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1067EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1067EA is #EF9815. Grayscale: #5B5B5B. Windows color (decimal): -15702038 or 15361808. OLE color: 15361808.
HSL color Cylindrical-coordinate representation of color #1067EA: hue angle of 216.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1067EA is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 103 | 234 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.08 |
| HSL | 216.06º | 0.87% | 0.49% | - |
| HSV(B) | 216.06º | 0.93% | 0.92% | - |
| XYZ | 19.92 | 15.75 | 79.83 | - |
| YUV | 91.92 | 208.18 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 234 | 0.93 | 0.56 | 0 | 0.08 | 216.06 | 0.87 | 0.49 |
| Hex | 10 | 67 | EA | 5D | 38 | 0 | 8 | D8 | 57 | 31 |
| Octal | 20 | 147 | 352 | 135 | 70 | 0 | 10 | 330 | 127 | 61 |
| Binary | 10000 | 1100111 | 11101010 | 1011101 | 111000 | 0 | 1000 | 11011000 | 1010111 | 110001 |
Color Harmonies of #1067EA
Complementary color
Monochromatic Colors of #1067EA
Black with #1067EA
Text Example
Text Example
White with #1067EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067EA; }
p { color: rgb(16,103,234); }
H1.HeaderClassName
{
color: #1067EA;
}
.AnyTagClassName
{
color: #1067EA;
}
</style>
background-color css
<style>
a { background-color: #1067EA; }
a { background-color: rgb(16,103,234); }
div.DivClassName
{
background-color: #1067EA;
}
.BgClassName
{
background-color: #1067EA;
}
</style>
border-color css
<style>
span { border-color: #1067EA; }
span { border-color: rgb(16,103,234); }
td.TdClassName
{
border-color: #1067EA;
}
.TagClassName
{
border-color: #1067EA;
}
</style>