Shades of Navy Blue #0986DB
Tints of Navy Blue #0986DB
RGB
CMYK
RGB Variations
Color information
#0986DB (or 0x0986DB) is known color: Navy Blue. HEX triplet: 09, 86 and DB. RGB value is (9,134,219). Sum of RGB (Red+Green+Blue) = 9+134+219=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #0986DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986DB is #F67924. Grayscale: #696969. Windows color (decimal): -16152869 or 14386697. OLE color: 14386697.
HSL color Cylindrical-coordinate representation of color #0986DB: hue angle of 204.29º degrees, saturation: 0.92, 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 #0986DB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 134 | 219 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.14 |
| HSL | 204.29º | 0.92% | 0.45% | - |
| HSV(B) | 204.29º | 0.96% | 0.86% | - |
| XYZ | 21.42 | 22.22 | 70.18 | - |
| YUV | 106.32 | 191.59 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 219 | 0.96 | 0.39 | 0 | 0.14 | 204.29 | 0.92 | 0.45 |
| Hex | 9 | 86 | DB | 60 | 27 | 0 | E | CC | 5C | 2D |
| Octal | 11 | 206 | 333 | 140 | 47 | 0 | 16 | 314 | 134 | 55 |
| Binary | 1001 | 10000110 | 11011011 | 1100000 | 100111 | 0 | 1110 | 11001100 | 1011100 | 101101 |
Color Harmonies of #0986DB
Complementary color
Monochromatic Colors of #0986DB
Black with #0986DB
Text Example
Text Example
White with #0986DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986DB; }
p { color: rgb(9,134,219); }
H1.HeaderClassName
{
color: #0986DB;
}
.AnyTagClassName
{
color: #0986DB;
}
</style>
background-color css
<style>
a { background-color: #0986DB; }
a { background-color: rgb(9,134,219); }
div.DivClassName
{
background-color: #0986DB;
}
.BgClassName
{
background-color: #0986DB;
}
</style>
border-color css
<style>
span { border-color: #0986DB; }
span { border-color: rgb(9,134,219); }
td.TdClassName
{
border-color: #0986DB;
}
.TagClassName
{
border-color: #0986DB;
}
</style>