Shades of Navy Blue #0865DC
Tints of Navy Blue #0865DC
RGB
CMYK
RGB Variations
Color information
#0865DC (or 0x0865DC) is known color: Navy Blue. HEX triplet: 08, 65 and DC. RGB value is (8,101,220). Sum of RGB (Red+Green+Blue) = 8+101+220=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #0865DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0865DC is #F79A23. Grayscale: #565656. Windows color (decimal): -16226852 or 14443784. OLE color: 14443784.
HSL color Cylindrical-coordinate representation of color #0865DC: hue angle of 213.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0865DC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 101 | 220 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.14 |
| HSL | 213.68º | 0.93% | 0.45% | - |
| HSV(B) | 213.68º | 0.96% | 0.86% | - |
| XYZ | 17.67 | 14.53 | 69.58 | - |
| YUV | 86.76 | 203.19 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 220 | 0.96 | 0.54 | 0 | 0.14 | 213.68 | 0.93 | 0.45 |
| Hex | 8 | 65 | DC | 60 | 36 | 0 | E | D6 | 5D | 2D |
| Octal | 10 | 145 | 334 | 140 | 66 | 0 | 16 | 326 | 135 | 55 |
| Binary | 1000 | 1100101 | 11011100 | 1100000 | 110110 | 0 | 1110 | 11010110 | 1011101 | 101101 |
Color Harmonies of #0865DC
Complementary color
Monochromatic Colors of #0865DC
Black with #0865DC
Text Example
Text Example
White with #0865DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865DC; }
p { color: rgb(8,101,220); }
H1.HeaderClassName
{
color: #0865DC;
}
.AnyTagClassName
{
color: #0865DC;
}
</style>
background-color css
<style>
a { background-color: #0865DC; }
a { background-color: rgb(8,101,220); }
div.DivClassName
{
background-color: #0865DC;
}
.BgClassName
{
background-color: #0865DC;
}
</style>
border-color css
<style>
span { border-color: #0865DC; }
span { border-color: rgb(8,101,220); }
td.TdClassName
{
border-color: #0865DC;
}
.TagClassName
{
border-color: #0865DC;
}
</style>