Shades of Navy Blue #0861FA
Tints of Navy Blue #0861FA
RGB
CMYK
RGB Variations
Color information
#0861FA (or 0x0861FA) is known color: Navy Blue. HEX triplet: 08, 61 and FA. RGB value is (8,97,250). Sum of RGB (Red+Green+Blue) = 8+97+250=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #0861FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0861FA is #F79E05. Grayscale: #575757. Windows color (decimal): -16227846 or 16408840. OLE color: 16408840.
HSL color Cylindrical-coordinate representation of color #0861FA: hue angle of 217.93º 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 #0861FA is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 97 | 250 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.02 |
| HSL | 217.93º | 0.96% | 0.51% | - |
| HSV(B) | 217.93º | 0.97% | 0.98% | - |
| XYZ | 21.63 | 15.5 | 92.29 | - |
| YUV | 87.83 | 219.51 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 250 | 0.97 | 0.61 | 0 | 0.02 | 217.93 | 0.96 | 0.51 |
| Hex | 8 | 61 | FA | 61 | 3D | 0 | 2 | DA | 60 | 33 |
| Octal | 10 | 141 | 372 | 141 | 75 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1000 | 1100001 | 11111010 | 1100001 | 111101 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0861FA
Complementary color
Monochromatic Colors of #0861FA
Black with #0861FA
Text Example
Text Example
White with #0861FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861FA; }
p { color: rgb(8,97,250); }
H1.HeaderClassName
{
color: #0861FA;
}
.AnyTagClassName
{
color: #0861FA;
}
</style>
background-color css
<style>
a { background-color: #0861FA; }
a { background-color: rgb(8,97,250); }
div.DivClassName
{
background-color: #0861FA;
}
.BgClassName
{
background-color: #0861FA;
}
</style>
border-color css
<style>
span { border-color: #0861FA; }
span { border-color: rgb(8,97,250); }
td.TdClassName
{
border-color: #0861FA;
}
.TagClassName
{
border-color: #0861FA;
}
</style>