Shades of Navy Blue #0855FE
Tints of Navy Blue #0855FE
RGB
CMYK
RGB Variations
Color information
#0855FE (or 0x0855FE) is known color: Navy Blue. HEX triplet: 08, 55 and FE. RGB value is (8,85,254). Sum of RGB (Red+Green+Blue) = 8+85+254=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #0855FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0855FE is #F7AA01. Grayscale: #505050. Windows color (decimal): -16230914 or 16667912. OLE color: 16667912.
HSL color Cylindrical-coordinate representation of color #0855FE: hue angle of 221.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0855FE is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 85 | 254 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.00 |
| HSL | 221.22º | 0.99% | 0.51% | - |
| HSV(B) | 221.22º | 0.97% | 1% | - |
| XYZ | 21.24 | 13.7 | 95.29 | - |
| YUV | 81.24 | 225.49 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 254 | 0.97 | 0.67 | 0 | 0.00 | 221.22 | 0.99 | 0.51 |
| Hex | 8 | 55 | FE | 61 | 43 | 0 | 0 | DD | 63 | 33 |
| Octal | 10 | 125 | 376 | 141 | 103 | 0 | 0 | 335 | 143 | 63 |
| Binary | 1000 | 1010101 | 11111110 | 1100001 | 1000011 | 0 | 0 | 11011101 | 1100011 | 110011 |
Color Harmonies of #0855FE
Complementary color
Monochromatic Colors of #0855FE
Black with #0855FE
Text Example
Text Example
White with #0855FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855FE; }
p { color: rgb(8,85,254); }
H1.HeaderClassName
{
color: #0855FE;
}
.AnyTagClassName
{
color: #0855FE;
}
</style>
background-color css
<style>
a { background-color: #0855FE; }
a { background-color: rgb(8,85,254); }
div.DivClassName
{
background-color: #0855FE;
}
.BgClassName
{
background-color: #0855FE;
}
</style>
border-color css
<style>
span { border-color: #0855FE; }
span { border-color: rgb(8,85,254); }
td.TdClassName
{
border-color: #0855FE;
}
.TagClassName
{
border-color: #0855FE;
}
</style>