Shades of Navy Blue #0854FF
Tints of Navy Blue #0854FF
RGB
CMYK
RGB Variations
Color information
#0854FF (or 0x0854FF) is known color: Navy Blue. HEX triplet: 08, 54 and FF. RGB value is (8,84,255). Sum of RGB (Red+Green+Blue) = 8+84+255=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #0854FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0854FF is #F7AB00. Grayscale: #505050. Windows color (decimal): -16231169 or 16733192. OLE color: 16733192.
HSL color Cylindrical-coordinate representation of color #0854FF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0854FF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 84 | 255 | - |
| CMYK | 0.97 | 0.67 | 0 | 0 |
| HSL | 221.54º | 1% | 0.52% | - |
| HSV(B) | 221.54º | 0.97% | 1% | - |
| XYZ | 21.32 | 13.61 | 96.11 | - |
| YUV | 80.77 | 226.32 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 255 | 0.97 | 0.67 | 0 | 0 | 221.54 | 1 | 0.52 |
| Hex | 8 | 54 | FF | 61 | 43 | 0 | 0 | DE | 64 | 34 |
| Octal | 10 | 124 | 377 | 141 | 103 | 0 | 0 | 336 | 144 | 64 |
| Binary | 1000 | 1010100 | 11111111 | 1100001 | 1000011 | 0 | 0 | 11011110 | 1100100 | 110100 |
Color Harmonies of #0854FF
Complementary color
Monochromatic Colors of #0854FF
Black with #0854FF
Text Example
Text Example
White with #0854FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0854FF; }
p { color: rgb(8,84,255); }
H1.HeaderClassName
{
color: #0854FF;
}
.AnyTagClassName
{
color: #0854FF;
}
</style>
background-color css
<style>
a { background-color: #0854FF; }
a { background-color: rgb(8,84,255); }
div.DivClassName
{
background-color: #0854FF;
}
.BgClassName
{
background-color: #0854FF;
}
</style>
border-color css
<style>
span { border-color: #0854FF; }
span { border-color: rgb(8,84,255); }
td.TdClassName
{
border-color: #0854FF;
}
.TagClassName
{
border-color: #0854FF;
}
</style>