Shades of Blue #0916FA
Tints of Blue #0916FA
RGB
CMYK
RGB Variations
Color information
#0916FA (or 0x0916FA) is known color: Blue. HEX triplet: 09, 16 and FA. RGB value is (9,22,250). Sum of RGB (Red+Green+Blue) = 9+22+250=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #0916FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0916FA is #F6E905. Grayscale: #2B2B2B. Windows color (decimal): -16181510 or 16389641. OLE color: 16389641.
HSL color Cylindrical-coordinate representation of color #0916FA: hue angle of 236.76º 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 #0916FA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 22 | 250 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.02 |
| HSL | 236.76º | 0.96% | 0.51% | - |
| HSV(B) | 236.76º | 0.96% | 0.98% | - |
| XYZ | 17.65 | 7.53 | 90.97 | - |
| YUV | 44.11 | 244.19 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 250 | 0.96 | 0.91 | 0 | 0.02 | 236.76 | 0.96 | 0.51 |
| Hex | 9 | 16 | FA | 60 | 5B | 0 | 2 | ED | 60 | 33 |
| Octal | 11 | 26 | 372 | 140 | 133 | 0 | 2 | 355 | 140 | 63 |
| Binary | 1001 | 10110 | 11111010 | 1100000 | 1011011 | 0 | 10 | 11101101 | 1100000 | 110011 |
Color Harmonies of #0916FA
Complementary color
Monochromatic Colors of #0916FA
Black with #0916FA
Text Example
Text Example
White with #0916FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0916FA; }
p { color: rgb(9,22,250); }
H1.HeaderClassName
{
color: #0916FA;
}
.AnyTagClassName
{
color: #0916FA;
}
</style>
background-color css
<style>
a { background-color: #0916FA; }
a { background-color: rgb(9,22,250); }
div.DivClassName
{
background-color: #0916FA;
}
.BgClassName
{
background-color: #0916FA;
}
</style>
border-color css
<style>
span { border-color: #0916FA; }
span { border-color: rgb(9,22,250); }
td.TdClassName
{
border-color: #0916FA;
}
.TagClassName
{
border-color: #0916FA;
}
</style>