Shades of Navy Blue #1067ED
Tints of Navy Blue #1067ED
RGB
CMYK
RGB Variations
Color information
#1067ED (or 0x1067ED) is known color: Navy Blue. HEX triplet: 10, 67 and ED. RGB value is (16,103,237). Sum of RGB (Red+Green+Blue) = 16+103+237=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #1067ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1067ED is #EF9812. Grayscale: #5B5B5B. Windows color (decimal): -15702035 or 15558416. OLE color: 15558416.
HSL color Cylindrical-coordinate representation of color #1067ED: hue angle of 216.38º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1067ED is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 103 | 237 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.07 |
| HSL | 216.38º | 0.87% | 0.5% | - |
| HSV(B) | 216.38º | 0.93% | 0.93% | - |
| XYZ | 20.35 | 15.93 | 82.12 | - |
| YUV | 92.26 | 209.68 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 237 | 0.93 | 0.57 | 0 | 0.07 | 216.38 | 0.87 | 0.5 |
| Hex | 10 | 67 | ED | 5D | 39 | 0 | 7 | D8 | 57 | 32 |
| Octal | 20 | 147 | 355 | 135 | 71 | 0 | 7 | 330 | 127 | 62 |
| Binary | 10000 | 1100111 | 11101101 | 1011101 | 111001 | 0 | 111 | 11011000 | 1010111 | 110010 |
Color Harmonies of #1067ED
Complementary color
Monochromatic Colors of #1067ED
Black with #1067ED
Text Example
Text Example
White with #1067ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067ED; }
p { color: rgb(16,103,237); }
H1.HeaderClassName
{
color: #1067ED;
}
.AnyTagClassName
{
color: #1067ED;
}
</style>
background-color css
<style>
a { background-color: #1067ED; }
a { background-color: rgb(16,103,237); }
div.DivClassName
{
background-color: #1067ED;
}
.BgClassName
{
background-color: #1067ED;
}
</style>
border-color css
<style>
span { border-color: #1067ED; }
span { border-color: rgb(16,103,237); }
td.TdClassName
{
border-color: #1067ED;
}
.TagClassName
{
border-color: #1067ED;
}
</style>