Shades of Navy Blue #0850DB
Tints of Navy Blue #0850DB
RGB
CMYK
RGB Variations
Color information
#0850DB (or 0x0850DB) is known color: Navy Blue. HEX triplet: 08, 50 and DB. RGB value is (8,80,219). Sum of RGB (Red+Green+Blue) = 8+80+219=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #0850DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850DB is #F7AF24. Grayscale: #494949. Windows color (decimal): -16232229 or 14372872. OLE color: 14372872.
HSL color Cylindrical-coordinate representation of color #0850DB: hue angle of 219.53º 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 #0850DB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 80 | 219 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.14 |
| HSL | 219.53º | 0.93% | 0.45% | - |
| HSV(B) | 219.53º | 0.96% | 0.86% | - |
| XYZ | 15.75 | 10.9 | 68.29 | - |
| YUV | 74.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 219 | 0.96 | 0.63 | 0 | 0.14 | 219.53 | 0.93 | 0.45 |
| Hex | 8 | 50 | DB | 60 | 3F | 0 | E | DC | 5D | 2D |
| Octal | 10 | 120 | 333 | 140 | 77 | 0 | 16 | 334 | 135 | 55 |
| Binary | 1000 | 1010000 | 11011011 | 1100000 | 111111 | 0 | 1110 | 11011100 | 1011101 | 101101 |
Color Harmonies of #0850DB
Complementary color
Monochromatic Colors of #0850DB
Black with #0850DB
Text Example
Text Example
White with #0850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850DB; }
p { color: rgb(8,80,219); }
H1.HeaderClassName
{
color: #0850DB;
}
.AnyTagClassName
{
color: #0850DB;
}
</style>
background-color css
<style>
a { background-color: #0850DB; }
a { background-color: rgb(8,80,219); }
div.DivClassName
{
background-color: #0850DB;
}
.BgClassName
{
background-color: #0850DB;
}
</style>
border-color css
<style>
span { border-color: #0850DB; }
span { border-color: rgb(8,80,219); }
td.TdClassName
{
border-color: #0850DB;
}
.TagClassName
{
border-color: #0850DB;
}
</style>