Shades of Navy Blue #0851EE
Tints of Navy Blue #0851EE
RGB
CMYK
RGB Variations
Color information
#0851EE (or 0x0851EE) is known color: Navy Blue. HEX triplet: 08, 51 and EE. RGB value is (8,81,238). Sum of RGB (Red+Green+Blue) = 8+81+238=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #0851EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0851EE is #F7AE11. Grayscale: #4C4C4C. Windows color (decimal): -16231954 or 15618312. OLE color: 15618312.
HSL color Cylindrical-coordinate representation of color #0851EE: hue angle of 220.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0851EE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 81 | 238 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.07 |
| HSL | 220.96º | 0.93% | 0.48% | - |
| HSV(B) | 220.96º | 0.97% | 0.93% | - |
| XYZ | 18.48 | 12.11 | 82.25 | - |
| YUV | 77.07 | 218.82 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 238 | 0.97 | 0.66 | 0 | 0.07 | 220.96 | 0.93 | 0.48 |
| Hex | 8 | 51 | EE | 61 | 42 | 0 | 7 | DD | 5D | 30 |
| Octal | 10 | 121 | 356 | 141 | 102 | 0 | 7 | 335 | 135 | 60 |
| Binary | 1000 | 1010001 | 11101110 | 1100001 | 1000010 | 0 | 111 | 11011101 | 1011101 | 110000 |
Color Harmonies of #0851EE
Complementary color
Monochromatic Colors of #0851EE
Black with #0851EE
Text Example
Text Example
White with #0851EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0851EE; }
p { color: rgb(8,81,238); }
H1.HeaderClassName
{
color: #0851EE;
}
.AnyTagClassName
{
color: #0851EE;
}
</style>
background-color css
<style>
a { background-color: #0851EE; }
a { background-color: rgb(8,81,238); }
div.DivClassName
{
background-color: #0851EE;
}
.BgClassName
{
background-color: #0851EE;
}
</style>
border-color css
<style>
span { border-color: #0851EE; }
span { border-color: rgb(8,81,238); }
td.TdClassName
{
border-color: #0851EE;
}
.TagClassName
{
border-color: #0851EE;
}
</style>