Shades of Navy Blue #0950FA
Tints of Navy Blue #0950FA
RGB
CMYK
RGB Variations
Color information
#0950FA (or 0x0950FA) is known color: Navy Blue. HEX triplet: 09, 50 and FA. RGB value is (9,80,250). Sum of RGB (Red+Green+Blue) = 9+80+250=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #0950FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950FA is #F6AF05. Grayscale: #4D4D4D. Windows color (decimal): -16166662 or 16404489. OLE color: 16404489.
HSL color Cylindrical-coordinate representation of color #0950FA: hue angle of 222.32º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950FA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 80 | 250 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.02 |
| HSL | 222.32º | 0.96% | 0.51% | - |
| HSV(B) | 222.32º | 0.96% | 0.98% | - |
| XYZ | 20.24 | 12.7 | 91.83 | - |
| YUV | 78.15 | 224.98 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 250 | 0.96 | 0.68 | 0 | 0.02 | 222.32 | 0.96 | 0.51 |
| Hex | 9 | 50 | FA | 60 | 44 | 0 | 2 | DE | 60 | 33 |
| Octal | 11 | 120 | 372 | 140 | 104 | 0 | 2 | 336 | 140 | 63 |
| Binary | 1001 | 1010000 | 11111010 | 1100000 | 1000100 | 0 | 10 | 11011110 | 1100000 | 110011 |
Color Harmonies of #0950FA
Complementary color
Monochromatic Colors of #0950FA
Black with #0950FA
Text Example
Text Example
White with #0950FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950FA; }
p { color: rgb(9,80,250); }
H1.HeaderClassName
{
color: #0950FA;
}
.AnyTagClassName
{
color: #0950FA;
}
</style>
background-color css
<style>
a { background-color: #0950FA; }
a { background-color: rgb(9,80,250); }
div.DivClassName
{
background-color: #0950FA;
}
.BgClassName
{
background-color: #0950FA;
}
</style>
border-color css
<style>
span { border-color: #0950FA; }
span { border-color: rgb(9,80,250); }
td.TdClassName
{
border-color: #0950FA;
}
.TagClassName
{
border-color: #0950FA;
}
</style>