Shades of Navy Blue #0849EB
Tints of Navy Blue #0849EB
RGB
CMYK
RGB Variations
Color information
#0849EB (or 0x0849EB) is known color: Navy Blue. HEX triplet: 08, 49 and EB. RGB value is (8,73,235). Sum of RGB (Red+Green+Blue) = 8+73+235=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #0849EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0849EB is #F7B614. Grayscale: #474747. Windows color (decimal): -16234005 or 15419656. OLE color: 15419656.
HSL color Cylindrical-coordinate representation of color #0849EB: hue angle of 222.82º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0849EB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 73 | 235 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.08 |
| HSL | 222.82º | 0.93% | 0.48% | - |
| HSV(B) | 222.82º | 0.97% | 0.92% | - |
| XYZ | 17.48 | 10.81 | 79.76 | - |
| YUV | 72.03 | 219.97 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 235 | 0.97 | 0.69 | 0 | 0.08 | 222.82 | 0.93 | 0.48 |
| Hex | 8 | 49 | EB | 61 | 45 | 0 | 8 | DF | 5D | 30 |
| Octal | 10 | 111 | 353 | 141 | 105 | 0 | 10 | 337 | 135 | 60 |
| Binary | 1000 | 1001001 | 11101011 | 1100001 | 1000101 | 0 | 1000 | 11011111 | 1011101 | 110000 |
Color Harmonies of #0849EB
Complementary color
Monochromatic Colors of #0849EB
Black with #0849EB
Text Example
Text Example
White with #0849EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0849EB; }
p { color: rgb(8,73,235); }
H1.HeaderClassName
{
color: #0849EB;
}
.AnyTagClassName
{
color: #0849EB;
}
</style>
background-color css
<style>
a { background-color: #0849EB; }
a { background-color: rgb(8,73,235); }
div.DivClassName
{
background-color: #0849EB;
}
.BgClassName
{
background-color: #0849EB;
}
</style>
border-color css
<style>
span { border-color: #0849EB; }
span { border-color: rgb(8,73,235); }
td.TdClassName
{
border-color: #0849EB;
}
.TagClassName
{
border-color: #0849EB;
}
</style>