Shades of Navy Blue #0861FE
Tints of Navy Blue #0861FE
RGB
CMYK
RGB Variations
Color information
#0861FE (or 0x0861FE) is known color: Navy Blue. HEX triplet: 08, 61 and FE. RGB value is (8,97,254). Sum of RGB (Red+Green+Blue) = 8+97+254=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #0861FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0861FE is #F79E01. Grayscale: #575757. Windows color (decimal): -16227842 or 16670984. OLE color: 16670984.
HSL color Cylindrical-coordinate representation of color #0861FE: hue angle of 218.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0861FE is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 97 | 254 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.00 |
| HSL | 218.29º | 0.99% | 0.51% | - |
| HSV(B) | 218.29º | 0.97% | 1% | - |
| XYZ | 22.26 | 15.76 | 95.63 | - |
| YUV | 88.29 | 221.51 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 254 | 0.97 | 0.62 | 0 | 0.00 | 218.29 | 0.99 | 0.51 |
| Hex | 8 | 61 | FE | 61 | 3E | 0 | 0 | DA | 63 | 33 |
| Octal | 10 | 141 | 376 | 141 | 76 | 0 | 0 | 332 | 143 | 63 |
| Binary | 1000 | 1100001 | 11111110 | 1100001 | 111110 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0861FE
Complementary color
Monochromatic Colors of #0861FE
Black with #0861FE
Text Example
Text Example
White with #0861FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861FE; }
p { color: rgb(8,97,254); }
H1.HeaderClassName
{
color: #0861FE;
}
.AnyTagClassName
{
color: #0861FE;
}
</style>
background-color css
<style>
a { background-color: #0861FE; }
a { background-color: rgb(8,97,254); }
div.DivClassName
{
background-color: #0861FE;
}
.BgClassName
{
background-color: #0861FE;
}
</style>
border-color css
<style>
span { border-color: #0861FE; }
span { border-color: rgb(8,97,254); }
td.TdClassName
{
border-color: #0861FE;
}
.TagClassName
{
border-color: #0861FE;
}
</style>