Shades of Navy Blue #0860FD
Tints of Navy Blue #0860FD
RGB
CMYK
RGB Variations
Color information
#0860FD (or 0x0860FD) is known color: Navy Blue. HEX triplet: 08, 60 and FD. RGB value is (8,96,253). Sum of RGB (Red+Green+Blue) = 8+96+253=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #0860FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860FD is #F79F02. Grayscale: #565656. Windows color (decimal): -16228099 or 16605192. OLE color: 16605192.
HSL color Cylindrical-coordinate representation of color #0860FD: hue angle of 218.45º 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 #0860FD is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 96 | 253 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.01 |
| HSL | 218.45º | 0.98% | 0.51% | - |
| HSV(B) | 218.45º | 0.97% | 0.99% | - |
| XYZ | 22.01 | 15.51 | 94.76 | - |
| YUV | 87.59 | 221.35 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 253 | 0.97 | 0.62 | 0 | 0.01 | 218.45 | 0.98 | 0.51 |
| Hex | 8 | 60 | FD | 61 | 3E | 0 | 1 | DA | 62 | 33 |
| Octal | 10 | 140 | 375 | 141 | 76 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1000 | 1100000 | 11111101 | 1100001 | 111110 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0860FD
Complementary color
Monochromatic Colors of #0860FD
Black with #0860FD
Text Example
Text Example
White with #0860FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860FD; }
p { color: rgb(8,96,253); }
H1.HeaderClassName
{
color: #0860FD;
}
.AnyTagClassName
{
color: #0860FD;
}
</style>
background-color css
<style>
a { background-color: #0860FD; }
a { background-color: rgb(8,96,253); }
div.DivClassName
{
background-color: #0860FD;
}
.BgClassName
{
background-color: #0860FD;
}
</style>
border-color css
<style>
span { border-color: #0860FD; }
span { border-color: rgb(8,96,253); }
td.TdClassName
{
border-color: #0860FD;
}
.TagClassName
{
border-color: #0860FD;
}
</style>