Shades of Navy Blue #0845F2
Tints of Navy Blue #0845F2
RGB
CMYK
RGB Variations
Color information
#0845F2 (or 0x0845F2) is known color: Navy Blue. HEX triplet: 08, 45 and F2. RGB value is (8,69,242). Sum of RGB (Red+Green+Blue) = 8+69+242=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #0845F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0845F2 is #F7BA0D. Grayscale: #454545. Windows color (decimal): -16235022 or 15877384. OLE color: 15877384.
HSL color Cylindrical-coordinate representation of color #0845F2: hue angle of 224.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0845F2 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 69 | 242 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.05 |
| HSL | 224.36º | 0.94% | 0.49% | - |
| HSV(B) | 224.36º | 0.97% | 0.95% | - |
| XYZ | 18.26 | 10.72 | 85.11 | - |
| YUV | 70.48 | 224.79 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 242 | 0.97 | 0.71 | 0 | 0.05 | 224.36 | 0.94 | 0.49 |
| Hex | 8 | 45 | F2 | 61 | 47 | 0 | 5 | E0 | 5E | 31 |
| Octal | 10 | 105 | 362 | 141 | 107 | 0 | 5 | 340 | 136 | 61 |
| Binary | 1000 | 1000101 | 11110010 | 1100001 | 1000111 | 0 | 101 | 11100000 | 1011110 | 110001 |
Color Harmonies of #0845F2
Complementary color
Monochromatic Colors of #0845F2
Black with #0845F2
Text Example
Text Example
White with #0845F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845F2; }
p { color: rgb(8,69,242); }
H1.HeaderClassName
{
color: #0845F2;
}
.AnyTagClassName
{
color: #0845F2;
}
</style>
background-color css
<style>
a { background-color: #0845F2; }
a { background-color: rgb(8,69,242); }
div.DivClassName
{
background-color: #0845F2;
}
.BgClassName
{
background-color: #0845F2;
}
</style>
border-color css
<style>
span { border-color: #0845F2; }
span { border-color: rgb(8,69,242); }
td.TdClassName
{
border-color: #0845F2;
}
.TagClassName
{
border-color: #0845F2;
}
</style>