Shades of Navy Blue #0847FA
Tints of Navy Blue #0847FA
RGB
CMYK
RGB Variations
Color information
#0847FA (or 0x0847FA) is known color: Navy Blue. HEX triplet: 08, 47 and FA. RGB value is (8,71,250). Sum of RGB (Red+Green+Blue) = 8+71+250=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #0847FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0847FA is #F7B805. Grayscale: #474747. Windows color (decimal): -16234502 or 16402184. OLE color: 16402184.
HSL color Cylindrical-coordinate representation of color #0847FA: hue angle of 224.38º 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 #0847FA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 71 | 250 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.02 |
| HSL | 224.38º | 0.96% | 0.51% | - |
| HSV(B) | 224.38º | 0.97% | 0.98% | - |
| XYZ | 19.61 | 11.46 | 91.62 | - |
| YUV | 72.57 | 228.13 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 250 | 0.97 | 0.72 | 0 | 0.02 | 224.38 | 0.96 | 0.51 |
| Hex | 8 | 47 | FA | 61 | 48 | 0 | 2 | E0 | 60 | 33 |
| Octal | 10 | 107 | 372 | 141 | 110 | 0 | 2 | 340 | 140 | 63 |
| Binary | 1000 | 1000111 | 11111010 | 1100001 | 1001000 | 0 | 10 | 11100000 | 1100000 | 110011 |
Color Harmonies of #0847FA
Complementary color
Monochromatic Colors of #0847FA
Black with #0847FA
Text Example
Text Example
White with #0847FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0847FA; }
p { color: rgb(8,71,250); }
H1.HeaderClassName
{
color: #0847FA;
}
.AnyTagClassName
{
color: #0847FA;
}
</style>
background-color css
<style>
a { background-color: #0847FA; }
a { background-color: rgb(8,71,250); }
div.DivClassName
{
background-color: #0847FA;
}
.BgClassName
{
background-color: #0847FA;
}
</style>
border-color css
<style>
span { border-color: #0847FA; }
span { border-color: rgb(8,71,250); }
td.TdClassName
{
border-color: #0847FA;
}
.TagClassName
{
border-color: #0847FA;
}
</style>