Shades of Navy Blue #0861F1
Tints of Navy Blue #0861F1
RGB
CMYK
RGB Variations
Color information
#0861F1 (or 0x0861F1) is known color: Navy Blue. HEX triplet: 08, 61 and F1. RGB value is (8,97,241). Sum of RGB (Red+Green+Blue) = 8+97+241=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 241 (94.53% from 255 or 69.65% from 346); Max value from RGB is 241 - color contains mainly: blue. Hex color #0861F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0861F1 is #F79E0E. Grayscale: #565656. Windows color (decimal): -16227855 or 15819016. OLE color: 15819016.
HSL color Cylindrical-coordinate representation of color #0861F1: hue angle of 217.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0861F1 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 97 | 241 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.05 |
| HSL | 217.08º | 0.94% | 0.49% | - |
| HSV(B) | 217.08º | 0.97% | 0.95% | - |
| XYZ | 20.25 | 14.95 | 85.04 | - |
| YUV | 86.81 | 215.01 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 241 | 0.97 | 0.60 | 0 | 0.05 | 217.08 | 0.94 | 0.49 |
| Hex | 8 | 61 | F1 | 61 | 3C | 0 | 5 | D9 | 5E | 31 |
| Octal | 10 | 141 | 361 | 141 | 74 | 0 | 5 | 331 | 136 | 61 |
| Binary | 1000 | 1100001 | 11110001 | 1100001 | 111100 | 0 | 101 | 11011001 | 1011110 | 110001 |
Color Harmonies of #0861F1
Complementary color
Monochromatic Colors of #0861F1
Black with #0861F1
Text Example
Text Example
White with #0861F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861F1; }
p { color: rgb(8,97,241); }
H1.HeaderClassName
{
color: #0861F1;
}
.AnyTagClassName
{
color: #0861F1;
}
</style>
background-color css
<style>
a { background-color: #0861F1; }
a { background-color: rgb(8,97,241); }
div.DivClassName
{
background-color: #0861F1;
}
.BgClassName
{
background-color: #0861F1;
}
</style>
border-color css
<style>
span { border-color: #0861F1; }
span { border-color: rgb(8,97,241); }
td.TdClassName
{
border-color: #0861F1;
}
.TagClassName
{
border-color: #0861F1;
}
</style>