Shades of Navy Blue #0869DB
Tints of Navy Blue #0869DB
RGB
CMYK
RGB Variations
Color information
#0869DB (or 0x0869DB) is known color: Navy Blue. HEX triplet: 08, 69 and DB. RGB value is (8,105,219). Sum of RGB (Red+Green+Blue) = 8+105+219=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #0869DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0869DB is #F79624. Grayscale: #585858. Windows color (decimal): -16225829 or 14379272. OLE color: 14379272.
HSL color Cylindrical-coordinate representation of color #0869DB: hue angle of 212.42º 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 #0869DB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 105 | 219 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.14 |
| HSL | 212.42º | 0.93% | 0.45% | - |
| HSV(B) | 212.42º | 0.96% | 0.86% | - |
| XYZ | 17.94 | 15.27 | 69.02 | - |
| YUV | 88.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 219 | 0.96 | 0.52 | 0 | 0.14 | 212.42 | 0.93 | 0.45 |
| Hex | 8 | 69 | DB | 60 | 34 | 0 | E | D4 | 5D | 2D |
| Octal | 10 | 151 | 333 | 140 | 64 | 0 | 16 | 324 | 135 | 55 |
| Binary | 1000 | 1101001 | 11011011 | 1100000 | 110100 | 0 | 1110 | 11010100 | 1011101 | 101101 |
Color Harmonies of #0869DB
Complementary color
Monochromatic Colors of #0869DB
Black with #0869DB
Text Example
Text Example
White with #0869DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0869DB; }
p { color: rgb(8,105,219); }
H1.HeaderClassName
{
color: #0869DB;
}
.AnyTagClassName
{
color: #0869DB;
}
</style>
background-color css
<style>
a { background-color: #0869DB; }
a { background-color: rgb(8,105,219); }
div.DivClassName
{
background-color: #0869DB;
}
.BgClassName
{
background-color: #0869DB;
}
</style>
border-color css
<style>
span { border-color: #0869DB; }
span { border-color: rgb(8,105,219); }
td.TdClassName
{
border-color: #0869DB;
}
.TagClassName
{
border-color: #0869DB;
}
</style>