Shades of Navy Blue #0840FA
Tints of Navy Blue #0840FA
RGB
CMYK
RGB Variations
Color information
#0840FA (or 0x0840FA) is known color: Navy Blue. HEX triplet: 08, 40 and FA. RGB value is (8,64,250). Sum of RGB (Red+Green+Blue) = 8+64+250=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #0840FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0840FA is #F7BF05. Grayscale: #434343. Windows color (decimal): -16236294 or 16400392. OLE color: 16400392.
HSL color Cylindrical-coordinate representation of color #0840FA: hue angle of 226.12º 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 #0840FA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 64 | 250 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.02 |
| HSL | 226.12º | 0.96% | 0.51% | - |
| HSV(B) | 226.12º | 0.97% | 0.98% | - |
| XYZ | 19.19 | 10.62 | 91.48 | - |
| YUV | 68.46 | 230.45 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 250 | 0.97 | 0.74 | 0 | 0.02 | 226.12 | 0.96 | 0.51 |
| Hex | 8 | 40 | FA | 61 | 4A | 0 | 2 | E2 | 60 | 33 |
| Octal | 10 | 100 | 372 | 141 | 112 | 0 | 2 | 342 | 140 | 63 |
| Binary | 1000 | 1000000 | 11111010 | 1100001 | 1001010 | 0 | 10 | 11100010 | 1100000 | 110011 |
Color Harmonies of #0840FA
Complementary color
Monochromatic Colors of #0840FA
Black with #0840FA
Text Example
Text Example
White with #0840FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0840FA; }
p { color: rgb(8,64,250); }
H1.HeaderClassName
{
color: #0840FA;
}
.AnyTagClassName
{
color: #0840FA;
}
</style>
background-color css
<style>
a { background-color: #0840FA; }
a { background-color: rgb(8,64,250); }
div.DivClassName
{
background-color: #0840FA;
}
.BgClassName
{
background-color: #0840FA;
}
</style>
border-color css
<style>
span { border-color: #0840FA; }
span { border-color: rgb(8,64,250); }
td.TdClassName
{
border-color: #0840FA;
}
.TagClassName
{
border-color: #0840FA;
}
</style>