Shades of Navy Blue #0863FD
Tints of Navy Blue #0863FD
RGB
CMYK
RGB Variations
Color information
#0863FD (or 0x0863FD) is known color: Navy Blue. HEX triplet: 08, 63 and FD. RGB value is (8,99,253). Sum of RGB (Red+Green+Blue) = 8+99+253=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #0863FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863FD is #F79C02. Grayscale: #585858. Windows color (decimal): -16227331 or 16605960. OLE color: 16605960.
HSL color Cylindrical-coordinate representation of color #0863FD: hue angle of 217.71º 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 #0863FD is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 99 | 253 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.01 |
| HSL | 217.71º | 0.98% | 0.51% | - |
| HSV(B) | 217.71º | 0.97% | 0.99% | - |
| XYZ | 22.29 | 16.07 | 94.85 | - |
| YUV | 89.35 | 220.35 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 253 | 0.97 | 0.61 | 0 | 0.01 | 217.71 | 0.98 | 0.51 |
| Hex | 8 | 63 | FD | 61 | 3D | 0 | 1 | DA | 62 | 33 |
| Octal | 10 | 143 | 375 | 141 | 75 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1000 | 1100011 | 11111101 | 1100001 | 111101 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0863FD
Complementary color
Monochromatic Colors of #0863FD
Black with #0863FD
Text Example
Text Example
White with #0863FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863FD; }
p { color: rgb(8,99,253); }
H1.HeaderClassName
{
color: #0863FD;
}
.AnyTagClassName
{
color: #0863FD;
}
</style>
background-color css
<style>
a { background-color: #0863FD; }
a { background-color: rgb(8,99,253); }
div.DivClassName
{
background-color: #0863FD;
}
.BgClassName
{
background-color: #0863FD;
}
</style>
border-color css
<style>
span { border-color: #0863FD; }
span { border-color: rgb(8,99,253); }
td.TdClassName
{
border-color: #0863FD;
}
.TagClassName
{
border-color: #0863FD;
}
</style>