Shades of Navy Blue #0865EA
Tints of Navy Blue #0865EA
RGB
CMYK
RGB Variations
Color information
#0865EA (or 0x0865EA) is known color: Navy Blue. HEX triplet: 08, 65 and EA. RGB value is (8,101,234). Sum of RGB (Red+Green+Blue) = 8+101+234=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #0865EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865EA is #F79A15. Grayscale: #575757. Windows color (decimal): -16226838 or 15361288. OLE color: 15361288.
HSL color Cylindrical-coordinate representation of color #0865EA: hue angle of 215.31º 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 #0865EA is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 101 | 234 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.08 |
| HSL | 215.31º | 0.93% | 0.47% | - |
| HSV(B) | 215.31º | 0.97% | 0.92% | - |
| XYZ | 19.61 | 15.3 | 79.76 | - |
| YUV | 88.36 | 210.19 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 234 | 0.97 | 0.57 | 0 | 0.08 | 215.31 | 0.93 | 0.47 |
| Hex | 8 | 65 | EA | 61 | 39 | 0 | 8 | D7 | 5D | 2F |
| Octal | 10 | 145 | 352 | 141 | 71 | 0 | 10 | 327 | 135 | 57 |
| Binary | 1000 | 1100101 | 11101010 | 1100001 | 111001 | 0 | 1000 | 11010111 | 1011101 | 101111 |
Color Harmonies of #0865EA
Complementary color
Monochromatic Colors of #0865EA
Black with #0865EA
Text Example
Text Example
White with #0865EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865EA; }
p { color: rgb(8,101,234); }
H1.HeaderClassName
{
color: #0865EA;
}
.AnyTagClassName
{
color: #0865EA;
}
</style>
background-color css
<style>
a { background-color: #0865EA; }
a { background-color: rgb(8,101,234); }
div.DivClassName
{
background-color: #0865EA;
}
.BgClassName
{
background-color: #0865EA;
}
</style>
border-color css
<style>
span { border-color: #0865EA; }
span { border-color: rgb(8,101,234); }
td.TdClassName
{
border-color: #0865EA;
}
.TagClassName
{
border-color: #0865EA;
}
</style>