Shades of Blue #0109F6
Tints of Blue #0109F6
RGB
CMYK
RGB Variations
Color information
#0109F6 (or 0x0109F6) is known color: Blue. HEX triplet: 01, 09 and F6. RGB value is (1,9,246). Sum of RGB (Red+Green+Blue) = 1+9+246=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 246 (96.48% from 255 or 96.09% from 256); Max value from RGB is 246 - color contains mainly: blue. Hex color #0109F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109F6 is #FEF609. Grayscale: #202020. Windows color (decimal): -16709130 or 16124161. OLE color: 16124161.
HSL color Cylindrical-coordinate representation of color #0109F6: hue angle of 238.04º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109F6 is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 9 | 246 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.04 |
| HSL | 238.04º | 0.99% | 0.48% | - |
| HSV(B) | 238.04º | 1% | 0.96% | - |
| XYZ | 16.74 | 6.86 | 87.63 | - |
| YUV | 33.63 | 247.85 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 246 | 1.00 | 0.96 | 0 | 0.04 | 238.04 | 0.99 | 0.48 |
| Hex | 1 | 9 | F6 | 64 | 60 | 0 | 4 | EE | 63 | 30 |
| Octal | 1 | 11 | 366 | 144 | 140 | 0 | 4 | 356 | 143 | 60 |
| Binary | 1 | 1001 | 11110110 | 1100100 | 1100000 | 0 | 100 | 11101110 | 1100011 | 110000 |
Color Harmonies of #0109F6
Complementary color
Monochromatic Colors of #0109F6
Black with #0109F6
Text Example
Text Example
White with #0109F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109F6; }
p { color: rgb(1,9,246); }
H1.HeaderClassName
{
color: #0109F6;
}
.AnyTagClassName
{
color: #0109F6;
}
</style>
background-color css
<style>
a { background-color: #0109F6; }
a { background-color: rgb(1,9,246); }
div.DivClassName
{
background-color: #0109F6;
}
.BgClassName
{
background-color: #0109F6;
}
</style>
border-color css
<style>
span { border-color: #0109F6; }
span { border-color: rgb(1,9,246); }
td.TdClassName
{
border-color: #0109F6;
}
.TagClassName
{
border-color: #0109F6;
}
</style>