Shades of Navy Blue #0865F3
Tints of Navy Blue #0865F3
RGB
CMYK
RGB Variations
Color information
#0865F3 (or 0x0865F3) is known color: Navy Blue. HEX triplet: 08, 65 and F3. RGB value is (8,101,243). Sum of RGB (Red+Green+Blue) = 8+101+243=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #0865F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865F3 is #F79A0C. Grayscale: #585858. Windows color (decimal): -16226829 or 15951112. OLE color: 15951112.
HSL color Cylindrical-coordinate representation of color #0865F3: hue angle of 216.26º 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 #0865F3 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 101 | 243 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.05 |
| HSL | 216.26º | 0.94% | 0.49% | - |
| HSV(B) | 216.26º | 0.97% | 0.95% | - |
| XYZ | 20.93 | 15.83 | 86.75 | - |
| YUV | 89.38 | 214.69 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 243 | 0.97 | 0.58 | 0 | 0.05 | 216.26 | 0.94 | 0.49 |
| Hex | 8 | 65 | F3 | 61 | 3A | 0 | 5 | D8 | 5E | 31 |
| Octal | 10 | 145 | 363 | 141 | 72 | 0 | 5 | 330 | 136 | 61 |
| Binary | 1000 | 1100101 | 11110011 | 1100001 | 111010 | 0 | 101 | 11011000 | 1011110 | 110001 |
Color Harmonies of #0865F3
Complementary color
Monochromatic Colors of #0865F3
Black with #0865F3
Text Example
Text Example
White with #0865F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865F3; }
p { color: rgb(8,101,243); }
H1.HeaderClassName
{
color: #0865F3;
}
.AnyTagClassName
{
color: #0865F3;
}
</style>
background-color css
<style>
a { background-color: #0865F3; }
a { background-color: rgb(8,101,243); }
div.DivClassName
{
background-color: #0865F3;
}
.BgClassName
{
background-color: #0865F3;
}
</style>
border-color css
<style>
span { border-color: #0865F3; }
span { border-color: rgb(8,101,243); }
td.TdClassName
{
border-color: #0865F3;
}
.TagClassName
{
border-color: #0865F3;
}
</style>