Shades of Navy Blue #0863F6
Tints of Navy Blue #0863F6
RGB
CMYK
RGB Variations
Color information
#0863F6 (or 0x0863F6) is known color: Navy Blue. HEX triplet: 08, 63 and F6. RGB value is (8,99,246). Sum of RGB (Red+Green+Blue) = 8+99+246=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #0863F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863F6 is #F79C09. Grayscale: #575757. Windows color (decimal): -16227338 or 16147208. OLE color: 16147208.
HSL color Cylindrical-coordinate representation of color #0863F6: hue angle of 217.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0863F6 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 99 | 246 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.04 |
| HSL | 217.06º | 0.94% | 0.5% | - |
| HSV(B) | 217.06º | 0.97% | 0.96% | - |
| XYZ | 21.2 | 15.63 | 89.09 | - |
| YUV | 88.55 | 216.85 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 246 | 0.97 | 0.60 | 0 | 0.04 | 217.06 | 0.94 | 0.5 |
| Hex | 8 | 63 | F6 | 61 | 3C | 0 | 4 | D9 | 5E | 32 |
| Octal | 10 | 143 | 366 | 141 | 74 | 0 | 4 | 331 | 136 | 62 |
| Binary | 1000 | 1100011 | 11110110 | 1100001 | 111100 | 0 | 100 | 11011001 | 1011110 | 110010 |
Color Harmonies of #0863F6
Complementary color
Monochromatic Colors of #0863F6
Black with #0863F6
Text Example
Text Example
White with #0863F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863F6; }
p { color: rgb(8,99,246); }
H1.HeaderClassName
{
color: #0863F6;
}
.AnyTagClassName
{
color: #0863F6;
}
</style>
background-color css
<style>
a { background-color: #0863F6; }
a { background-color: rgb(8,99,246); }
div.DivClassName
{
background-color: #0863F6;
}
.BgClassName
{
background-color: #0863F6;
}
</style>
border-color css
<style>
span { border-color: #0863F6; }
span { border-color: rgb(8,99,246); }
td.TdClassName
{
border-color: #0863F6;
}
.TagClassName
{
border-color: #0863F6;
}
</style>