Shades of Navy Blue #0845EC
Tints of Navy Blue #0845EC
RGB
CMYK
RGB Variations
Color information
#0845EC (or 0x0845EC) is known color: Navy Blue. HEX triplet: 08, 45 and EC. RGB value is (8,69,236). Sum of RGB (Red+Green+Blue) = 8+69+236=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #0845EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0845EC is #F7BA13. Grayscale: #454545. Windows color (decimal): -16235028 or 15484168. OLE color: 15484168.
HSL color Cylindrical-coordinate representation of color #0845EC: hue angle of 223.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0845EC is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 69 | 236 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.07 |
| HSL | 223.95º | 0.93% | 0.48% | - |
| HSV(B) | 223.95º | 0.97% | 0.93% | - |
| XYZ | 17.37 | 10.36 | 80.44 | - |
| YUV | 69.8 | 221.79 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 236 | 0.97 | 0.71 | 0 | 0.07 | 223.95 | 0.93 | 0.48 |
| Hex | 8 | 45 | EC | 61 | 47 | 0 | 7 | E0 | 5D | 30 |
| Octal | 10 | 105 | 354 | 141 | 107 | 0 | 7 | 340 | 135 | 60 |
| Binary | 1000 | 1000101 | 11101100 | 1100001 | 1000111 | 0 | 111 | 11100000 | 1011101 | 110000 |
Color Harmonies of #0845EC
Complementary color
Monochromatic Colors of #0845EC
Black with #0845EC
Text Example
Text Example
White with #0845EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845EC; }
p { color: rgb(8,69,236); }
H1.HeaderClassName
{
color: #0845EC;
}
.AnyTagClassName
{
color: #0845EC;
}
</style>
background-color css
<style>
a { background-color: #0845EC; }
a { background-color: rgb(8,69,236); }
div.DivClassName
{
background-color: #0845EC;
}
.BgClassName
{
background-color: #0845EC;
}
</style>
border-color css
<style>
span { border-color: #0845EC; }
span { border-color: rgb(8,69,236); }
td.TdClassName
{
border-color: #0845EC;
}
.TagClassName
{
border-color: #0845EC;
}
</style>