Shades of Navy Blue #0863FC
Tints of Navy Blue #0863FC
RGB
CMYK
RGB Variations
Color information
#0863FC (or 0x0863FC) is known color: Navy Blue. HEX triplet: 08, 63 and FC. RGB value is (8,99,252). Sum of RGB (Red+Green+Blue) = 8+99+252=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #0863FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863FC is #F79C03. Grayscale: #585858. Windows color (decimal): -16227332 or 16540424. OLE color: 16540424.
HSL color Cylindrical-coordinate representation of color #0863FC: hue angle of 217.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0863FC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 99 | 252 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.01 |
| HSL | 217.62º | 0.98% | 0.51% | - |
| HSV(B) | 217.62º | 0.97% | 0.99% | - |
| XYZ | 22.13 | 16 | 94.02 | - |
| YUV | 89.23 | 219.85 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 252 | 0.97 | 0.61 | 0 | 0.01 | 217.62 | 0.98 | 0.51 |
| Hex | 8 | 63 | FC | 61 | 3D | 0 | 1 | DA | 62 | 33 |
| Octal | 10 | 143 | 374 | 141 | 75 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1000 | 1100011 | 11111100 | 1100001 | 111101 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0863FC
Complementary color
Monochromatic Colors of #0863FC
Black with #0863FC
Text Example
Text Example
White with #0863FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863FC; }
p { color: rgb(8,99,252); }
H1.HeaderClassName
{
color: #0863FC;
}
.AnyTagClassName
{
color: #0863FC;
}
</style>
background-color css
<style>
a { background-color: #0863FC; }
a { background-color: rgb(8,99,252); }
div.DivClassName
{
background-color: #0863FC;
}
.BgClassName
{
background-color: #0863FC;
}
</style>
border-color css
<style>
span { border-color: #0863FC; }
span { border-color: rgb(8,99,252); }
td.TdClassName
{
border-color: #0863FC;
}
.TagClassName
{
border-color: #0863FC;
}
</style>