Shades of Navy Blue #0950F1
Tints of Navy Blue #0950F1
RGB
CMYK
RGB Variations
Color information
#0950F1 (or 0x0950F1) is known color: Navy Blue. HEX triplet: 09, 50 and F1. RGB value is (9,80,241). Sum of RGB (Red+Green+Blue) = 9+80+241=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #0950F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950F1 is #F6AF0E. Grayscale: #4C4C4C. Windows color (decimal): -16166671 or 15814665. OLE color: 15814665.
HSL color Cylindrical-coordinate representation of color #0950F1: hue angle of 221.64º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950F1 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 80 | 241 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.05 |
| HSL | 221.64º | 0.93% | 0.49% | - |
| HSV(B) | 221.64º | 0.96% | 0.95% | - |
| XYZ | 18.86 | 12.15 | 84.57 | - |
| YUV | 77.13 | 220.48 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 241 | 0.96 | 0.67 | 0 | 0.05 | 221.64 | 0.93 | 0.49 |
| Hex | 9 | 50 | F1 | 60 | 43 | 0 | 5 | DE | 5D | 31 |
| Octal | 11 | 120 | 361 | 140 | 103 | 0 | 5 | 336 | 135 | 61 |
| Binary | 1001 | 1010000 | 11110001 | 1100000 | 1000011 | 0 | 101 | 11011110 | 1011101 | 110001 |
Color Harmonies of #0950F1
Complementary color
Monochromatic Colors of #0950F1
Black with #0950F1
Text Example
Text Example
White with #0950F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950F1; }
p { color: rgb(9,80,241); }
H1.HeaderClassName
{
color: #0950F1;
}
.AnyTagClassName
{
color: #0950F1;
}
</style>
background-color css
<style>
a { background-color: #0950F1; }
a { background-color: rgb(9,80,241); }
div.DivClassName
{
background-color: #0950F1;
}
.BgClassName
{
background-color: #0950F1;
}
</style>
border-color css
<style>
span { border-color: #0950F1; }
span { border-color: rgb(9,80,241); }
td.TdClassName
{
border-color: #0950F1;
}
.TagClassName
{
border-color: #0950F1;
}
</style>