Shades of Navy Blue #0950F0
Tints of Navy Blue #0950F0
RGB
CMYK
RGB Variations
Color information
#0950F0 (or 0x0950F0) is known color: Navy Blue. HEX triplet: 09, 50 and F0. RGB value is (9,80,240). Sum of RGB (Red+Green+Blue) = 9+80+240=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #0950F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950F0 is #F6AF0F. Grayscale: #4C4C4C. Windows color (decimal): -16166672 or 15749129. OLE color: 15749129.
HSL color Cylindrical-coordinate representation of color #0950F0: hue angle of 221.56º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950F0 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 80 | 240 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.06 |
| HSL | 221.56º | 0.93% | 0.49% | - |
| HSV(B) | 221.56º | 0.96% | 0.94% | - |
| XYZ | 18.71 | 12.09 | 83.78 | - |
| YUV | 77.01 | 219.98 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 240 | 0.96 | 0.67 | 0 | 0.06 | 221.56 | 0.93 | 0.49 |
| Hex | 9 | 50 | F0 | 60 | 43 | 0 | 6 | DE | 5D | 31 |
| Octal | 11 | 120 | 360 | 140 | 103 | 0 | 6 | 336 | 135 | 61 |
| Binary | 1001 | 1010000 | 11110000 | 1100000 | 1000011 | 0 | 110 | 11011110 | 1011101 | 110001 |
Color Harmonies of #0950F0
Complementary color
Monochromatic Colors of #0950F0
Black with #0950F0
Text Example
Text Example
White with #0950F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950F0; }
p { color: rgb(9,80,240); }
H1.HeaderClassName
{
color: #0950F0;
}
.AnyTagClassName
{
color: #0950F0;
}
</style>
background-color css
<style>
a { background-color: #0950F0; }
a { background-color: rgb(9,80,240); }
div.DivClassName
{
background-color: #0950F0;
}
.BgClassName
{
background-color: #0950F0;
}
</style>
border-color css
<style>
span { border-color: #0950F0; }
span { border-color: rgb(9,80,240); }
td.TdClassName
{
border-color: #0950F0;
}
.TagClassName
{
border-color: #0950F0;
}
</style>