Shades of Navy Blue #0863FA
Tints of Navy Blue #0863FA
RGB
CMYK
RGB Variations
Color information
#0863FA (or 0x0863FA) is known color: Navy Blue. HEX triplet: 08, 63 and FA. RGB value is (8,99,250). Sum of RGB (Red+Green+Blue) = 8+99+250=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #0863FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863FA is #F79C05. Grayscale: #585858. Windows color (decimal): -16227334 or 16409352. OLE color: 16409352.
HSL color Cylindrical-coordinate representation of color #0863FA: hue angle of 217.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0863FA is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 99 | 250 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.02 |
| HSL | 217.44º | 0.96% | 0.51% | - |
| HSV(B) | 217.44º | 0.97% | 0.98% | - |
| XYZ | 21.82 | 15.88 | 92.36 | - |
| YUV | 89.01 | 218.85 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 250 | 0.97 | 0.60 | 0 | 0.02 | 217.44 | 0.96 | 0.51 |
| Hex | 8 | 63 | FA | 61 | 3C | 0 | 2 | D9 | 60 | 33 |
| Octal | 10 | 143 | 372 | 141 | 74 | 0 | 2 | 331 | 140 | 63 |
| Binary | 1000 | 1100011 | 11111010 | 1100001 | 111100 | 0 | 10 | 11011001 | 1100000 | 110011 |
Color Harmonies of #0863FA
Complementary color
Monochromatic Colors of #0863FA
Black with #0863FA
Text Example
Text Example
White with #0863FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863FA; }
p { color: rgb(8,99,250); }
H1.HeaderClassName
{
color: #0863FA;
}
.AnyTagClassName
{
color: #0863FA;
}
</style>
background-color css
<style>
a { background-color: #0863FA; }
a { background-color: rgb(8,99,250); }
div.DivClassName
{
background-color: #0863FA;
}
.BgClassName
{
background-color: #0863FA;
}
</style>
border-color css
<style>
span { border-color: #0863FA; }
span { border-color: rgb(8,99,250); }
td.TdClassName
{
border-color: #0863FA;
}
.TagClassName
{
border-color: #0863FA;
}
</style>