Shades of Navy Blue #0866EB
Tints of Navy Blue #0866EB
RGB
CMYK
RGB Variations
Color information
#0866EB (or 0x0866EB) is known color: Navy Blue. HEX triplet: 08, 66 and EB. RGB value is (8,102,235). Sum of RGB (Red+Green+Blue) = 8+102+235=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #0866EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0866EB is #F79914. Grayscale: #585858. Windows color (decimal): -16226581 or 15427080. OLE color: 15427080.
HSL color Cylindrical-coordinate representation of color #0866EB: hue angle of 215.15º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0866EB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 102 | 235 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.08 |
| HSL | 215.15º | 0.93% | 0.48% | - |
| HSV(B) | 215.15º | 0.97% | 0.92% | - |
| XYZ | 19.85 | 15.55 | 80.55 | - |
| YUV | 89.06 | 210.36 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 235 | 0.97 | 0.57 | 0 | 0.08 | 215.15 | 0.93 | 0.48 |
| Hex | 8 | 66 | EB | 61 | 39 | 0 | 8 | D7 | 5D | 30 |
| Octal | 10 | 146 | 353 | 141 | 71 | 0 | 10 | 327 | 135 | 60 |
| Binary | 1000 | 1100110 | 11101011 | 1100001 | 111001 | 0 | 1000 | 11010111 | 1011101 | 110000 |
Color Harmonies of #0866EB
Complementary color
Monochromatic Colors of #0866EB
Black with #0866EB
Text Example
Text Example
White with #0866EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0866EB; }
p { color: rgb(8,102,235); }
H1.HeaderClassName
{
color: #0866EB;
}
.AnyTagClassName
{
color: #0866EB;
}
</style>
background-color css
<style>
a { background-color: #0866EB; }
a { background-color: rgb(8,102,235); }
div.DivClassName
{
background-color: #0866EB;
}
.BgClassName
{
background-color: #0866EB;
}
</style>
border-color css
<style>
span { border-color: #0866EB; }
span { border-color: rgb(8,102,235); }
td.TdClassName
{
border-color: #0866EB;
}
.TagClassName
{
border-color: #0866EB;
}
</style>