Shades of Navy Blue #0860FC
Tints of Navy Blue #0860FC
RGB
CMYK
RGB Variations
Color information
#0860FC (or 0x0860FC) is known color: Navy Blue. HEX triplet: 08, 60 and FC. RGB value is (8,96,252). Sum of RGB (Red+Green+Blue) = 8+96+252=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #0860FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0860FC is #F79F03. Grayscale: #565656. Windows color (decimal): -16228100 or 16539656. OLE color: 16539656.
HSL color Cylindrical-coordinate representation of color #0860FC: hue angle of 218.36º 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 #0860FC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 96 | 252 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.01 |
| HSL | 218.36º | 0.98% | 0.51% | - |
| HSV(B) | 218.36º | 0.97% | 0.99% | - |
| XYZ | 21.85 | 15.45 | 93.92 | - |
| YUV | 87.47 | 220.85 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 252 | 0.97 | 0.62 | 0 | 0.01 | 218.36 | 0.98 | 0.51 |
| Hex | 8 | 60 | FC | 61 | 3E | 0 | 1 | DA | 62 | 33 |
| Octal | 10 | 140 | 374 | 141 | 76 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1000 | 1100000 | 11111100 | 1100001 | 111110 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0860FC
Complementary color
Monochromatic Colors of #0860FC
Black with #0860FC
Text Example
Text Example
White with #0860FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860FC; }
p { color: rgb(8,96,252); }
H1.HeaderClassName
{
color: #0860FC;
}
.AnyTagClassName
{
color: #0860FC;
}
</style>
background-color css
<style>
a { background-color: #0860FC; }
a { background-color: rgb(8,96,252); }
div.DivClassName
{
background-color: #0860FC;
}
.BgClassName
{
background-color: #0860FC;
}
</style>
border-color css
<style>
span { border-color: #0860FC; }
span { border-color: rgb(8,96,252); }
td.TdClassName
{
border-color: #0860FC;
}
.TagClassName
{
border-color: #0860FC;
}
</style>