Shades of Navy Blue #0860FA
Tints of Navy Blue #0860FA
RGB
CMYK
RGB Variations
Color information
#0860FA (or 0x0860FA) is known color: Navy Blue. HEX triplet: 08, 60 and FA. RGB value is (8,96,250). Sum of RGB (Red+Green+Blue) = 8+96+250=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0860FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860FA is #F79F05. Grayscale: #565656. Windows color (decimal): -16228102 or 16408584. OLE color: 16408584.
HSL color Cylindrical-coordinate representation of color #0860FA: hue angle of 218.18º 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 #0860FA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 96 | 250 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.02 |
| HSL | 218.18º | 0.96% | 0.51% | - |
| HSV(B) | 218.18º | 0.97% | 0.98% | - |
| XYZ | 21.54 | 15.32 | 92.26 | - |
| YUV | 87.24 | 219.85 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 250 | 0.97 | 0.62 | 0 | 0.02 | 218.18 | 0.96 | 0.51 |
| Hex | 8 | 60 | FA | 61 | 3E | 0 | 2 | DA | 60 | 33 |
| Octal | 10 | 140 | 372 | 141 | 76 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1000 | 1100000 | 11111010 | 1100001 | 111110 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0860FA
Complementary color
Monochromatic Colors of #0860FA
Black with #0860FA
Text Example
Text Example
White with #0860FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860FA; }
p { color: rgb(8,96,250); }
H1.HeaderClassName
{
color: #0860FA;
}
.AnyTagClassName
{
color: #0860FA;
}
</style>
background-color css
<style>
a { background-color: #0860FA; }
a { background-color: rgb(8,96,250); }
div.DivClassName
{
background-color: #0860FA;
}
.BgClassName
{
background-color: #0860FA;
}
</style>
border-color css
<style>
span { border-color: #0860FA; }
span { border-color: rgb(8,96,250); }
td.TdClassName
{
border-color: #0860FA;
}
.TagClassName
{
border-color: #0860FA;
}
</style>