Shades of Navy Blue #0851EA
Tints of Navy Blue #0851EA
RGB
CMYK
RGB Variations
Color information
#0851EA (or 0x0851EA) is known color: Navy Blue. HEX triplet: 08, 51 and EA. RGB value is (8,81,234). Sum of RGB (Red+Green+Blue) = 8+81+234=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #0851EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0851EA is #F7AE15. Grayscale: #4B4B4B. Windows color (decimal): -16231958 or 15356168. OLE color: 15356168.
HSL color Cylindrical-coordinate representation of color #0851EA: hue angle of 220.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0851EA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 81 | 234 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.08 |
| HSL | 220.62º | 0.93% | 0.47% | - |
| HSV(B) | 220.62º | 0.97% | 0.92% | - |
| XYZ | 17.89 | 11.88 | 79.19 | - |
| YUV | 76.62 | 216.82 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 234 | 0.97 | 0.65 | 0 | 0.08 | 220.62 | 0.93 | 0.47 |
| Hex | 8 | 51 | EA | 61 | 41 | 0 | 8 | DD | 5D | 2F |
| Octal | 10 | 121 | 352 | 141 | 101 | 0 | 10 | 335 | 135 | 57 |
| Binary | 1000 | 1010001 | 11101010 | 1100001 | 1000001 | 0 | 1000 | 11011101 | 1011101 | 101111 |
Color Harmonies of #0851EA
Complementary color
Monochromatic Colors of #0851EA
Black with #0851EA
Text Example
Text Example
White with #0851EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0851EA; }
p { color: rgb(8,81,234); }
H1.HeaderClassName
{
color: #0851EA;
}
.AnyTagClassName
{
color: #0851EA;
}
</style>
background-color css
<style>
a { background-color: #0851EA; }
a { background-color: rgb(8,81,234); }
div.DivClassName
{
background-color: #0851EA;
}
.BgClassName
{
background-color: #0851EA;
}
</style>
border-color css
<style>
span { border-color: #0851EA; }
span { border-color: rgb(8,81,234); }
td.TdClassName
{
border-color: #0851EA;
}
.TagClassName
{
border-color: #0851EA;
}
</style>