Shades of Navy Blue #0950DA
Tints of Navy Blue #0950DA
RGB
CMYK
RGB Variations
Color information
#0950DA (or 0x0950DA) is known color: Navy Blue. HEX triplet: 09, 50 and DA. RGB value is (9,80,218). Sum of RGB (Red+Green+Blue) = 9+80+218=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #0950DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950DA is #F6AF25. Grayscale: #494949. Windows color (decimal): -16166694 or 14307337. OLE color: 14307337.
HSL color Cylindrical-coordinate representation of color #0950DA: hue angle of 219.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950DA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 80 | 218 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.15 |
| HSL | 219.62º | 0.92% | 0.45% | - |
| HSV(B) | 219.62º | 0.96% | 0.85% | - |
| XYZ | 15.64 | 10.86 | 67.6 | - |
| YUV | 74.5 | 208.98 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 218 | 0.96 | 0.63 | 0 | 0.15 | 219.62 | 0.92 | 0.45 |
| Hex | 9 | 50 | DA | 60 | 3F | 0 | F | DC | 5C | 2D |
| Octal | 11 | 120 | 332 | 140 | 77 | 0 | 17 | 334 | 134 | 55 |
| Binary | 1001 | 1010000 | 11011010 | 1100000 | 111111 | 0 | 1111 | 11011100 | 1011100 | 101101 |
Color Harmonies of #0950DA
Complementary color
Monochromatic Colors of #0950DA
Black with #0950DA
Text Example
Text Example
White with #0950DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950DA; }
p { color: rgb(9,80,218); }
H1.HeaderClassName
{
color: #0950DA;
}
.AnyTagClassName
{
color: #0950DA;
}
</style>
background-color css
<style>
a { background-color: #0950DA; }
a { background-color: rgb(9,80,218); }
div.DivClassName
{
background-color: #0950DA;
}
.BgClassName
{
background-color: #0950DA;
}
</style>
border-color css
<style>
span { border-color: #0950DA; }
span { border-color: rgb(9,80,218); }
td.TdClassName
{
border-color: #0950DA;
}
.TagClassName
{
border-color: #0950DA;
}
</style>