Shades of Blue #0916FC
Tints of Blue #0916FC
RGB
CMYK
RGB Variations
Color information
#0916FC (or 0x0916FC) is known color: Blue. HEX triplet: 09, 16 and FC. RGB value is (9,22,252). Sum of RGB (Red+Green+Blue) = 9+22+252=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 252 (98.83% from 255 or 89.05% from 283); Max value from RGB is 252 - color contains mainly: blue. Hex color #0916FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0916FC is #F6E903. Grayscale: #2B2B2B. Windows color (decimal): -16181508 or 16520713. OLE color: 16520713.
HSL color Cylindrical-coordinate representation of color #0916FC: hue angle of 236.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0916FC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 22 | 252 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.01 |
| HSL | 236.79º | 0.98% | 0.51% | - |
| HSV(B) | 236.79º | 0.96% | 0.99% | - |
| XYZ | 17.97 | 7.66 | 92.63 | - |
| YUV | 44.33 | 245.19 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 252 | 0.96 | 0.91 | 0 | 0.01 | 236.79 | 0.98 | 0.51 |
| Hex | 9 | 16 | FC | 60 | 5B | 0 | 1 | ED | 62 | 33 |
| Octal | 11 | 26 | 374 | 140 | 133 | 0 | 1 | 355 | 142 | 63 |
| Binary | 1001 | 10110 | 11111100 | 1100000 | 1011011 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0916FC
Complementary color
Monochromatic Colors of #0916FC
Black with #0916FC
Text Example
Text Example
White with #0916FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0916FC; }
p { color: rgb(9,22,252); }
H1.HeaderClassName
{
color: #0916FC;
}
.AnyTagClassName
{
color: #0916FC;
}
</style>
background-color css
<style>
a { background-color: #0916FC; }
a { background-color: rgb(9,22,252); }
div.DivClassName
{
background-color: #0916FC;
}
.BgClassName
{
background-color: #0916FC;
}
</style>
border-color css
<style>
span { border-color: #0916FC; }
span { border-color: rgb(9,22,252); }
td.TdClassName
{
border-color: #0916FC;
}
.TagClassName
{
border-color: #0916FC;
}
</style>