Shades of Navy Blue #0855FF
Tints of Navy Blue #0855FF
RGB
CMYK
RGB Variations
Color information
#0855FF (or 0x0855FF) is known color: Navy Blue. HEX triplet: 08, 55 and FF. RGB value is (8,85,255). Sum of RGB (Red+Green+Blue) = 8+85+255=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #0855FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0855FF is #F7AA00. Grayscale: #505050. Windows color (decimal): -16230913 or 16733448. OLE color: 16733448.
HSL color Cylindrical-coordinate representation of color #0855FF: hue angle of 221.3º 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 #0855FF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 85 | 255 | - |
| CMYK | 0.97 | 0.67 | 0 | 0 |
| HSL | 221.3º | 1% | 0.52% | - |
| HSV(B) | 221.3º | 0.97% | 1% | - |
| XYZ | 21.4 | 13.77 | 96.14 | - |
| YUV | 81.36 | 225.99 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 255 | 0.97 | 0.67 | 0 | 0 | 221.3 | 1 | 0.52 |
| Hex | 8 | 55 | FF | 61 | 43 | 0 | 0 | DD | 64 | 34 |
| Octal | 10 | 125 | 377 | 141 | 103 | 0 | 0 | 335 | 144 | 64 |
| Binary | 1000 | 1010101 | 11111111 | 1100001 | 1000011 | 0 | 0 | 11011101 | 1100100 | 110100 |
Color Harmonies of #0855FF
Complementary color
Monochromatic Colors of #0855FF
Black with #0855FF
Text Example
Text Example
White with #0855FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855FF; }
p { color: rgb(8,85,255); }
H1.HeaderClassName
{
color: #0855FF;
}
.AnyTagClassName
{
color: #0855FF;
}
</style>
background-color css
<style>
a { background-color: #0855FF; }
a { background-color: rgb(8,85,255); }
div.DivClassName
{
background-color: #0855FF;
}
.BgClassName
{
background-color: #0855FF;
}
</style>
border-color css
<style>
span { border-color: #0855FF; }
span { border-color: rgb(8,85,255); }
td.TdClassName
{
border-color: #0855FF;
}
.TagClassName
{
border-color: #0855FF;
}
</style>