Shades of Navy Blue #0848FF
Tints of Navy Blue #0848FF
RGB
CMYK
RGB Variations
Color information
#0848FF (or 0x0848FF) is known color: Navy Blue. HEX triplet: 08, 48 and FF. RGB value is (8,72,255). Sum of RGB (Red+Green+Blue) = 8+72+255=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #0848FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0848FF is #F7B700. Grayscale: #484848. Windows color (decimal): -16234241 or 16730120. OLE color: 16730120.
HSL color Cylindrical-coordinate representation of color #0848FF: hue angle of 224.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0848FF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 72 | 255 | - |
| CMYK | 0.97 | 0.72 | 0 | 0 |
| HSL | 224.45º | 1% | 0.52% | - |
| HSV(B) | 224.45º | 0.97% | 1% | - |
| XYZ | 20.47 | 11.91 | 95.83 | - |
| YUV | 73.73 | 230.3 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 255 | 0.97 | 0.72 | 0 | 0 | 224.45 | 1 | 0.52 |
| Hex | 8 | 48 | FF | 61 | 48 | 0 | 0 | E0 | 64 | 34 |
| Octal | 10 | 110 | 377 | 141 | 110 | 0 | 0 | 340 | 144 | 64 |
| Binary | 1000 | 1001000 | 11111111 | 1100001 | 1001000 | 0 | 0 | 11100000 | 1100100 | 110100 |
Color Harmonies of #0848FF
Complementary color
Monochromatic Colors of #0848FF
Black with #0848FF
Text Example
Text Example
White with #0848FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0848FF; }
p { color: rgb(8,72,255); }
H1.HeaderClassName
{
color: #0848FF;
}
.AnyTagClassName
{
color: #0848FF;
}
</style>
background-color css
<style>
a { background-color: #0848FF; }
a { background-color: rgb(8,72,255); }
div.DivClassName
{
background-color: #0848FF;
}
.BgClassName
{
background-color: #0848FF;
}
</style>
border-color css
<style>
span { border-color: #0848FF; }
span { border-color: rgb(8,72,255); }
td.TdClassName
{
border-color: #0848FF;
}
.TagClassName
{
border-color: #0848FF;
}
</style>