Shades of Navy Blue #0865FB
Tints of Navy Blue #0865FB
RGB
CMYK
RGB Variations
Color information
#0865FB (or 0x0865FB) is known color: Navy Blue. HEX triplet: 08, 65 and FB. RGB value is (8,101,251). Sum of RGB (Red+Green+Blue) = 8+101+251=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #0865FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865FB is #F79A04. Grayscale: #595959. Windows color (decimal): -16226821 or 16475400. OLE color: 16475400.
HSL color Cylindrical-coordinate representation of color #0865FB: hue angle of 217.04º degrees, saturation: 0.97, 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 #0865FB is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 101 | 251 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.02 |
| HSL | 217.04º | 0.97% | 0.51% | - |
| HSV(B) | 217.04º | 0.97% | 0.98% | - |
| XYZ | 22.17 | 16.32 | 93.25 | - |
| YUV | 90.29 | 218.69 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 251 | 0.97 | 0.60 | 0 | 0.02 | 217.04 | 0.97 | 0.51 |
| Hex | 8 | 65 | FB | 61 | 3C | 0 | 2 | D9 | 61 | 33 |
| Octal | 10 | 145 | 373 | 141 | 74 | 0 | 2 | 331 | 141 | 63 |
| Binary | 1000 | 1100101 | 11111011 | 1100001 | 111100 | 0 | 10 | 11011001 | 1100001 | 110011 |
Color Harmonies of #0865FB
Complementary color
Monochromatic Colors of #0865FB
Black with #0865FB
Text Example
Text Example
White with #0865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865FB; }
p { color: rgb(8,101,251); }
H1.HeaderClassName
{
color: #0865FB;
}
.AnyTagClassName
{
color: #0865FB;
}
</style>
background-color css
<style>
a { background-color: #0865FB; }
a { background-color: rgb(8,101,251); }
div.DivClassName
{
background-color: #0865FB;
}
.BgClassName
{
background-color: #0865FB;
}
</style>
border-color css
<style>
span { border-color: #0865FB; }
span { border-color: rgb(8,101,251); }
td.TdClassName
{
border-color: #0865FB;
}
.TagClassName
{
border-color: #0865FB;
}
</style>