Shades of Navy Blue #0950DB
Tints of Navy Blue #0950DB
RGB
CMYK
RGB Variations
Color information
#0950DB (or 0x0950DB) is known color: Navy Blue. HEX triplet: 09, 50 and DB. RGB value is (9,80,219). Sum of RGB (Red+Green+Blue) = 9+80+219=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #0950DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950DB is #F6AF24. Grayscale: #494949. Windows color (decimal): -16166693 or 14372873. OLE color: 14372873.
HSL color Cylindrical-coordinate representation of color #0950DB: hue angle of 219.71º 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 #0950DB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 80 | 219 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.14 |
| HSL | 219.71º | 0.92% | 0.45% | - |
| HSV(B) | 219.71º | 0.96% | 0.86% | - |
| XYZ | 15.77 | 10.91 | 68.29 | - |
| YUV | 74.62 | 209.48 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 219 | 0.96 | 0.63 | 0 | 0.14 | 219.71 | 0.92 | 0.45 |
| Hex | 9 | 50 | DB | 60 | 3F | 0 | E | DC | 5C | 2D |
| Octal | 11 | 120 | 333 | 140 | 77 | 0 | 16 | 334 | 134 | 55 |
| Binary | 1001 | 1010000 | 11011011 | 1100000 | 111111 | 0 | 1110 | 11011100 | 1011100 | 101101 |
Color Harmonies of #0950DB
Complementary color
Monochromatic Colors of #0950DB
Black with #0950DB
Text Example
Text Example
White with #0950DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950DB; }
p { color: rgb(9,80,219); }
H1.HeaderClassName
{
color: #0950DB;
}
.AnyTagClassName
{
color: #0950DB;
}
</style>
background-color css
<style>
a { background-color: #0950DB; }
a { background-color: rgb(9,80,219); }
div.DivClassName
{
background-color: #0950DB;
}
.BgClassName
{
background-color: #0950DB;
}
</style>
border-color css
<style>
span { border-color: #0950DB; }
span { border-color: rgb(9,80,219); }
td.TdClassName
{
border-color: #0950DB;
}
.TagClassName
{
border-color: #0950DB;
}
</style>