Shades of Navy Blue #0868DB
Tints of Navy Blue #0868DB
RGB
CMYK
RGB Variations
Color information
#0868DB (or 0x0868DB) is known color: Navy Blue. HEX triplet: 08, 68 and DB. RGB value is (8,104,219). Sum of RGB (Red+Green+Blue) = 8+104+219=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #0868DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0868DB is #F79724. Grayscale: #575757. Windows color (decimal): -16226085 or 14379016. OLE color: 14379016.
HSL color Cylindrical-coordinate representation of color #0868DB: hue angle of 212.7º 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 #0868DB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 104 | 219 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.14 |
| HSL | 212.7º | 0.93% | 0.45% | - |
| HSV(B) | 212.7º | 0.96% | 0.86% | - |
| XYZ | 17.84 | 15.07 | 68.99 | - |
| YUV | 88.41 | 201.7 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 219 | 0.96 | 0.53 | 0 | 0.14 | 212.7 | 0.93 | 0.45 |
| Hex | 8 | 68 | DB | 60 | 35 | 0 | E | D5 | 5D | 2D |
| Octal | 10 | 150 | 333 | 140 | 65 | 0 | 16 | 325 | 135 | 55 |
| Binary | 1000 | 1101000 | 11011011 | 1100000 | 110101 | 0 | 1110 | 11010101 | 1011101 | 101101 |
Color Harmonies of #0868DB
Complementary color
Monochromatic Colors of #0868DB
Black with #0868DB
Text Example
Text Example
White with #0868DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0868DB; }
p { color: rgb(8,104,219); }
H1.HeaderClassName
{
color: #0868DB;
}
.AnyTagClassName
{
color: #0868DB;
}
</style>
background-color css
<style>
a { background-color: #0868DB; }
a { background-color: rgb(8,104,219); }
div.DivClassName
{
background-color: #0868DB;
}
.BgClassName
{
background-color: #0868DB;
}
</style>
border-color css
<style>
span { border-color: #0868DB; }
span { border-color: rgb(8,104,219); }
td.TdClassName
{
border-color: #0868DB;
}
.TagClassName
{
border-color: #0868DB;
}
</style>