Shades of Navy Blue #0850FE
Tints of Navy Blue #0850FE
RGB
CMYK
RGB Variations
Color information
#0850FE (or 0x0850FE) is known color: Navy Blue. HEX triplet: 08, 50 and FE. RGB value is (8,80,254). Sum of RGB (Red+Green+Blue) = 8+80+254=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #0850FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0850FE is #F7AF01. Grayscale: #4D4D4D. Windows color (decimal): -16232194 or 16666632. OLE color: 16666632.
HSL color Cylindrical-coordinate representation of color #0850FE: hue angle of 222.44º 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 #0850FE is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 80 | 254 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.00 |
| HSL | 222.44º | 0.99% | 0.51% | - |
| HSV(B) | 222.44º | 0.97% | 1% | - |
| XYZ | 20.86 | 12.94 | 95.17 | - |
| YUV | 78.31 | 227.15 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 254 | 0.97 | 0.69 | 0 | 0.00 | 222.44 | 0.99 | 0.51 |
| Hex | 8 | 50 | FE | 61 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 10 | 120 | 376 | 141 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 1000 | 1010000 | 11111110 | 1100001 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #0850FE
Complementary color
Monochromatic Colors of #0850FE
Black with #0850FE
Text Example
Text Example
White with #0850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850FE; }
p { color: rgb(8,80,254); }
H1.HeaderClassName
{
color: #0850FE;
}
.AnyTagClassName
{
color: #0850FE;
}
</style>
background-color css
<style>
a { background-color: #0850FE; }
a { background-color: rgb(8,80,254); }
div.DivClassName
{
background-color: #0850FE;
}
.BgClassName
{
background-color: #0850FE;
}
</style>
border-color css
<style>
span { border-color: #0850FE; }
span { border-color: rgb(8,80,254); }
td.TdClassName
{
border-color: #0850FE;
}
.TagClassName
{
border-color: #0850FE;
}
</style>