Shades of Blue #0916FF
Tints of Blue #0916FF
RGB
CMYK
RGB Variations
Color information
#0916FF (or 0x0916FF) is known color: Blue. HEX triplet: 09, 16 and FF. RGB value is (9,22,255). Sum of RGB (Red+Green+Blue) = 9+22+255=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #0916FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0916FF is #F6E900. Grayscale: #2B2B2B. Windows color (decimal): -16181505 or 16717321. OLE color: 16717321.
HSL color Cylindrical-coordinate representation of color #0916FF: hue angle of 236.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0916FF is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 22 | 255 | - |
| CMYK | 0.96 | 0.91 | 0 | 0 |
| HSL | 236.83º | 1% | 0.52% | - |
| HSV(B) | 236.83º | 0.96% | 1% | - |
| XYZ | 18.45 | 7.85 | 95.15 | - |
| YUV | 44.68 | 246.69 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 255 | 0.96 | 0.91 | 0 | 0 | 236.83 | 1 | 0.52 |
| Hex | 9 | 16 | FF | 60 | 5B | 0 | 0 | ED | 64 | 34 |
| Octal | 11 | 26 | 377 | 140 | 133 | 0 | 0 | 355 | 144 | 64 |
| Binary | 1001 | 10110 | 11111111 | 1100000 | 1011011 | 0 | 0 | 11101101 | 1100100 | 110100 |
Color Harmonies of #0916FF
Complementary color
Monochromatic Colors of #0916FF
Black with #0916FF
Text Example
Text Example
White with #0916FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0916FF; }
p { color: rgb(9,22,255); }
H1.HeaderClassName
{
color: #0916FF;
}
.AnyTagClassName
{
color: #0916FF;
}
</style>
background-color css
<style>
a { background-color: #0916FF; }
a { background-color: rgb(9,22,255); }
div.DivClassName
{
background-color: #0916FF;
}
.BgClassName
{
background-color: #0916FF;
}
</style>
border-color css
<style>
span { border-color: #0916FF; }
span { border-color: rgb(9,22,255); }
td.TdClassName
{
border-color: #0916FF;
}
.TagClassName
{
border-color: #0916FF;
}
</style>