Shades of Navy Blue #0867EC
Tints of Navy Blue #0867EC
RGB
CMYK
RGB Variations
Color information
#0867EC (or 0x0867EC) is known color: Navy Blue. HEX triplet: 08, 67 and EC. RGB value is (8,103,236). Sum of RGB (Red+Green+Blue) = 8+103+236=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #0867EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0867EC is #F79813. Grayscale: #595959. Windows color (decimal): -16226324 or 15492872. OLE color: 15492872.
HSL color Cylindrical-coordinate representation of color #0867EC: hue angle of 215º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0867EC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 103 | 236 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.07 |
| HSL | 215º | 0.93% | 0.48% | - |
| HSV(B) | 215º | 0.97% | 0.93% | - |
| XYZ | 20.09 | 15.81 | 81.35 | - |
| YUV | 89.76 | 210.53 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 236 | 0.97 | 0.56 | 0 | 0.07 | 215 | 0.93 | 0.48 |
| Hex | 8 | 67 | EC | 61 | 38 | 0 | 7 | D7 | 5D | 30 |
| Octal | 10 | 147 | 354 | 141 | 70 | 0 | 7 | 327 | 135 | 60 |
| Binary | 1000 | 1100111 | 11101100 | 1100001 | 111000 | 0 | 111 | 11010111 | 1011101 | 110000 |
Color Harmonies of #0867EC
Complementary color
Monochromatic Colors of #0867EC
Black with #0867EC
Text Example
Text Example
White with #0867EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867EC; }
p { color: rgb(8,103,236); }
H1.HeaderClassName
{
color: #0867EC;
}
.AnyTagClassName
{
color: #0867EC;
}
</style>
background-color css
<style>
a { background-color: #0867EC; }
a { background-color: rgb(8,103,236); }
div.DivClassName
{
background-color: #0867EC;
}
.BgClassName
{
background-color: #0867EC;
}
</style>
border-color css
<style>
span { border-color: #0867EC; }
span { border-color: rgb(8,103,236); }
td.TdClassName
{
border-color: #0867EC;
}
.TagClassName
{
border-color: #0867EC;
}
</style>