Shades of Navy Blue #0854DE
Tints of Navy Blue #0854DE
RGB
CMYK
RGB Variations
Color information
#0854DE (or 0x0854DE) is known color: Navy Blue. HEX triplet: 08, 54 and DE. RGB value is (8,84,222). Sum of RGB (Red+Green+Blue) = 8+84+222=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #0854DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0854DE is #F7AB21. Grayscale: #4C4C4C. Windows color (decimal): -16231202 or 14570504. OLE color: 14570504.
HSL color Cylindrical-coordinate representation of color #0854DE: hue angle of 218.69º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0854DE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 84 | 222 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.13 |
| HSL | 218.69º | 0.93% | 0.45% | - |
| HSV(B) | 218.69º | 0.96% | 0.87% | - |
| XYZ | 16.46 | 11.67 | 70.49 | - |
| YUV | 77.01 | 209.82 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 222 | 0.96 | 0.62 | 0 | 0.13 | 218.69 | 0.93 | 0.45 |
| Hex | 8 | 54 | DE | 60 | 3E | 0 | D | DB | 5D | 2D |
| Octal | 10 | 124 | 336 | 140 | 76 | 0 | 15 | 333 | 135 | 55 |
| Binary | 1000 | 1010100 | 11011110 | 1100000 | 111110 | 0 | 1101 | 11011011 | 1011101 | 101101 |
Color Harmonies of #0854DE
Complementary color
Monochromatic Colors of #0854DE
Black with #0854DE
Text Example
Text Example
White with #0854DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0854DE; }
p { color: rgb(8,84,222); }
H1.HeaderClassName
{
color: #0854DE;
}
.AnyTagClassName
{
color: #0854DE;
}
</style>
background-color css
<style>
a { background-color: #0854DE; }
a { background-color: rgb(8,84,222); }
div.DivClassName
{
background-color: #0854DE;
}
.BgClassName
{
background-color: #0854DE;
}
</style>
border-color css
<style>
span { border-color: #0854DE; }
span { border-color: rgb(8,84,222); }
td.TdClassName
{
border-color: #0854DE;
}
.TagClassName
{
border-color: #0854DE;
}
</style>