Shades of Navy Blue #0840F8
Tints of Navy Blue #0840F8
RGB
CMYK
RGB Variations
Color information
#0840F8 (or 0x0840F8) is known color: Navy Blue. HEX triplet: 08, 40 and F8. RGB value is (8,64,248). Sum of RGB (Red+Green+Blue) = 8+64+248=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 248 (97.27% from 255 or 77.5% from 320); Max value from RGB is 248 - color contains mainly: blue. Hex color #0840F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0840F8 is #F7BF07. Grayscale: #434343. Windows color (decimal): -16236296 or 16269320. OLE color: 16269320.
HSL color Cylindrical-coordinate representation of color #0840F8: hue angle of 226º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0840F8 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 64 | 248 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.03 |
| HSL | 226º | 0.94% | 0.5% | - |
| HSV(B) | 226º | 0.97% | 0.97% | - |
| XYZ | 18.88 | 10.5 | 89.84 | - |
| YUV | 68.23 | 229.45 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 248 | 0.97 | 0.74 | 0 | 0.03 | 226 | 0.94 | 0.5 |
| Hex | 8 | 40 | F8 | 61 | 4A | 0 | 3 | E2 | 5E | 32 |
| Octal | 10 | 100 | 370 | 141 | 112 | 0 | 3 | 342 | 136 | 62 |
| Binary | 1000 | 1000000 | 11111000 | 1100001 | 1001010 | 0 | 11 | 11100010 | 1011110 | 110010 |
Color Harmonies of #0840F8
Complementary color
Monochromatic Colors of #0840F8
Black with #0840F8
Text Example
Text Example
White with #0840F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0840F8; }
p { color: rgb(8,64,248); }
H1.HeaderClassName
{
color: #0840F8;
}
.AnyTagClassName
{
color: #0840F8;
}
</style>
background-color css
<style>
a { background-color: #0840F8; }
a { background-color: rgb(8,64,248); }
div.DivClassName
{
background-color: #0840F8;
}
.BgClassName
{
background-color: #0840F8;
}
</style>
border-color css
<style>
span { border-color: #0840F8; }
span { border-color: rgb(8,64,248); }
td.TdClassName
{
border-color: #0840F8;
}
.TagClassName
{
border-color: #0840F8;
}
</style>