Shades of Navy Blue #0861DD
Tints of Navy Blue #0861DD
RGB
CMYK
RGB Variations
Color information
#0861DD (or 0x0861DD) is known color: Navy Blue. HEX triplet: 08, 61 and DD. RGB value is (8,97,221). Sum of RGB (Red+Green+Blue) = 8+97+221=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #0861DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861DD is #F79E22. Grayscale: #535353. Windows color (decimal): -16227875 or 14508296. OLE color: 14508296.
HSL color Cylindrical-coordinate representation of color #0861DD: hue angle of 214.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0861DD is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 97 | 221 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.13 |
| HSL | 214.93º | 0.93% | 0.45% | - |
| HSV(B) | 214.93º | 0.96% | 0.87% | - |
| XYZ | 17.43 | 13.82 | 70.16 | - |
| YUV | 84.53 | 205.01 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 221 | 0.96 | 0.56 | 0 | 0.13 | 214.93 | 0.93 | 0.45 |
| Hex | 8 | 61 | DD | 60 | 38 | 0 | D | D7 | 5D | 2D |
| Octal | 10 | 141 | 335 | 140 | 70 | 0 | 15 | 327 | 135 | 55 |
| Binary | 1000 | 1100001 | 11011101 | 1100000 | 111000 | 0 | 1101 | 11010111 | 1011101 | 101101 |
Color Harmonies of #0861DD
Complementary color
Monochromatic Colors of #0861DD
Black with #0861DD
Text Example
Text Example
White with #0861DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861DD; }
p { color: rgb(8,97,221); }
H1.HeaderClassName
{
color: #0861DD;
}
.AnyTagClassName
{
color: #0861DD;
}
</style>
background-color css
<style>
a { background-color: #0861DD; }
a { background-color: rgb(8,97,221); }
div.DivClassName
{
background-color: #0861DD;
}
.BgClassName
{
background-color: #0861DD;
}
</style>
border-color css
<style>
span { border-color: #0861DD; }
span { border-color: rgb(8,97,221); }
td.TdClassName
{
border-color: #0861DD;
}
.TagClassName
{
border-color: #0861DD;
}
</style>