Shades of Navy Blue #0848FA
Tints of Navy Blue #0848FA
RGB
CMYK
RGB Variations
Color information
#0848FA (or 0x0848FA) is known color: Navy Blue. HEX triplet: 08, 48 and FA. RGB value is (8,72,250). Sum of RGB (Red+Green+Blue) = 8+72+250=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #0848FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0848FA is #F7B705. Grayscale: #484848. Windows color (decimal): -16234246 or 16402440. OLE color: 16402440.
HSL color Cylindrical-coordinate representation of color #0848FA: hue angle of 224.13º 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 #0848FA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 72 | 250 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.02 |
| HSL | 224.13º | 0.96% | 0.51% | - |
| HSV(B) | 224.13º | 0.97% | 0.98% | - |
| XYZ | 19.67 | 11.59 | 91.64 | - |
| YUV | 73.16 | 227.8 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 250 | 0.97 | 0.71 | 0 | 0.02 | 224.13 | 0.96 | 0.51 |
| Hex | 8 | 48 | FA | 61 | 47 | 0 | 2 | E0 | 60 | 33 |
| Octal | 10 | 110 | 372 | 141 | 107 | 0 | 2 | 340 | 140 | 63 |
| Binary | 1000 | 1001000 | 11111010 | 1100001 | 1000111 | 0 | 10 | 11100000 | 1100000 | 110011 |
Color Harmonies of #0848FA
Complementary color
Monochromatic Colors of #0848FA
Black with #0848FA
Text Example
Text Example
White with #0848FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0848FA; }
p { color: rgb(8,72,250); }
H1.HeaderClassName
{
color: #0848FA;
}
.AnyTagClassName
{
color: #0848FA;
}
</style>
background-color css
<style>
a { background-color: #0848FA; }
a { background-color: rgb(8,72,250); }
div.DivClassName
{
background-color: #0848FA;
}
.BgClassName
{
background-color: #0848FA;
}
</style>
border-color css
<style>
span { border-color: #0848FA; }
span { border-color: rgb(8,72,250); }
td.TdClassName
{
border-color: #0848FA;
}
.TagClassName
{
border-color: #0848FA;
}
</style>