Shades of Navy Blue #0850F1
Tints of Navy Blue #0850F1
RGB
CMYK
RGB Variations
Color information
#0850F1 (or 0x0850F1) is known color: Navy Blue. HEX triplet: 08, 50 and F1. RGB value is (8,80,241). Sum of RGB (Red+Green+Blue) = 8+80+241=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 241 (94.53% from 255 or 73.25% from 329); Max value from RGB is 241 - color contains mainly: blue. Hex color #0850F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0850F1 is #F7AF0E. Grayscale: #4C4C4C. Windows color (decimal): -16232207 or 15814664. OLE color: 15814664.
HSL color Cylindrical-coordinate representation of color #0850F1: hue angle of 221.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0850F1 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 80 | 241 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.05 |
| HSL | 221.46º | 0.94% | 0.49% | - |
| HSV(B) | 221.46º | 0.97% | 0.95% | - |
| XYZ | 18.85 | 12.14 | 84.57 | - |
| YUV | 76.83 | 220.65 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 241 | 0.97 | 0.67 | 0 | 0.05 | 221.46 | 0.94 | 0.49 |
| Hex | 8 | 50 | F1 | 61 | 43 | 0 | 5 | DD | 5E | 31 |
| Octal | 10 | 120 | 361 | 141 | 103 | 0 | 5 | 335 | 136 | 61 |
| Binary | 1000 | 1010000 | 11110001 | 1100001 | 1000011 | 0 | 101 | 11011101 | 1011110 | 110001 |
Color Harmonies of #0850F1
Complementary color
Monochromatic Colors of #0850F1
Black with #0850F1
Text Example
Text Example
White with #0850F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850F1; }
p { color: rgb(8,80,241); }
H1.HeaderClassName
{
color: #0850F1;
}
.AnyTagClassName
{
color: #0850F1;
}
</style>
background-color css
<style>
a { background-color: #0850F1; }
a { background-color: rgb(8,80,241); }
div.DivClassName
{
background-color: #0850F1;
}
.BgClassName
{
background-color: #0850F1;
}
</style>
border-color css
<style>
span { border-color: #0850F1; }
span { border-color: rgb(8,80,241); }
td.TdClassName
{
border-color: #0850F1;
}
.TagClassName
{
border-color: #0850F1;
}
</style>