Shades of Navy Blue #0845ED
Tints of Navy Blue #0845ED
RGB
CMYK
RGB Variations
Color information
#0845ED (or 0x0845ED) is known color: Navy Blue. HEX triplet: 08, 45 and ED. RGB value is (8,69,237). Sum of RGB (Red+Green+Blue) = 8+69+237=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #0845ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0845ED is #F7BA12. Grayscale: #454545. Windows color (decimal): -16235027 or 15549704. OLE color: 15549704.
HSL color Cylindrical-coordinate representation of color #0845ED: hue angle of 224.02º 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 #0845ED is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 69 | 237 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.07 |
| HSL | 224.02º | 0.93% | 0.48% | - |
| HSV(B) | 224.02º | 0.97% | 0.93% | - |
| XYZ | 17.51 | 10.42 | 81.21 | - |
| YUV | 69.91 | 222.29 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 237 | 0.97 | 0.71 | 0 | 0.07 | 224.02 | 0.93 | 0.48 |
| Hex | 8 | 45 | ED | 61 | 47 | 0 | 7 | E0 | 5D | 30 |
| Octal | 10 | 105 | 355 | 141 | 107 | 0 | 7 | 340 | 135 | 60 |
| Binary | 1000 | 1000101 | 11101101 | 1100001 | 1000111 | 0 | 111 | 11100000 | 1011101 | 110000 |
Color Harmonies of #0845ED
Complementary color
Monochromatic Colors of #0845ED
Black with #0845ED
Text Example
Text Example
White with #0845ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845ED; }
p { color: rgb(8,69,237); }
H1.HeaderClassName
{
color: #0845ED;
}
.AnyTagClassName
{
color: #0845ED;
}
</style>
background-color css
<style>
a { background-color: #0845ED; }
a { background-color: rgb(8,69,237); }
div.DivClassName
{
background-color: #0845ED;
}
.BgClassName
{
background-color: #0845ED;
}
</style>
border-color css
<style>
span { border-color: #0845ED; }
span { border-color: rgb(8,69,237); }
td.TdClassName
{
border-color: #0845ED;
}
.TagClassName
{
border-color: #0845ED;
}
</style>