Shades of Navy Blue #0950DF
Tints of Navy Blue #0950DF
RGB
CMYK
RGB Variations
Color information
#0950DF (or 0x0950DF) is known color: Navy Blue. HEX triplet: 09, 50 and DF. RGB value is (9,80,223). Sum of RGB (Red+Green+Blue) = 9+80+223=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0950DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950DF is #F6AF20. Grayscale: #4A4A4A. Windows color (decimal): -16166689 or 14635017. OLE color: 14635017.
HSL color Cylindrical-coordinate representation of color #0950DF: hue angle of 220.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950DF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 80 | 223 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 220.09º | 0.92% | 0.45% | - |
| HSV(B) | 220.09º | 0.96% | 0.87% | - |
| XYZ | 16.3 | 11.12 | 71.1 | - |
| YUV | 75.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 223 | 0.96 | 0.64 | 0 | 0.13 | 220.09 | 0.92 | 0.45 |
| Hex | 9 | 50 | DF | 60 | 40 | 0 | D | DC | 5C | 2D |
| Octal | 11 | 120 | 337 | 140 | 100 | 0 | 15 | 334 | 134 | 55 |
| Binary | 1001 | 1010000 | 11011111 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011100 | 101101 |
Color Harmonies of #0950DF
Complementary color
Monochromatic Colors of #0950DF
Black with #0950DF
Text Example
Text Example
White with #0950DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950DF; }
p { color: rgb(9,80,223); }
H1.HeaderClassName
{
color: #0950DF;
}
.AnyTagClassName
{
color: #0950DF;
}
</style>
background-color css
<style>
a { background-color: #0950DF; }
a { background-color: rgb(9,80,223); }
div.DivClassName
{
background-color: #0950DF;
}
.BgClassName
{
background-color: #0950DF;
}
</style>
border-color css
<style>
span { border-color: #0950DF; }
span { border-color: rgb(9,80,223); }
td.TdClassName
{
border-color: #0950DF;
}
.TagClassName
{
border-color: #0950DF;
}
</style>