Shades of Blue #0109FF
Tints of Blue #0109FF
RGB
CMYK
RGB Variations
Color information
#0109FF (or 0x0109FF) is known color: Blue. HEX triplet: 01, 09 and FF. RGB value is (1,9,255). Sum of RGB (Red+Green+Blue) = 1+9+255=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 255 (100% from 255 or 96.23% from 265); Max value from RGB is 255 - color contains mainly: blue. Hex color #0109FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109FF is #FEF600. Grayscale: #212121. Windows color (decimal): -16709121 or 16713985. OLE color: 16713985.
HSL color Cylindrical-coordinate representation of color #0109FF: hue angle of 238.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109FF is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 9 | 255 | - |
| CMYK | 1.00 | 0.96 | 0 | 0 |
| HSL | 238.11º | 1% | 0.5% | - |
| HSV(B) | 238.11º | 1% | 1% | - |
| XYZ | 18.16 | 7.42 | 95.08 | - |
| YUV | 34.65 | 252.35 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 255 | 1.00 | 0.96 | 0 | 0 | 238.11 | 1 | 0.5 |
| Hex | 1 | 9 | FF | 64 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 1 | 11 | 377 | 144 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 1 | 1001 | 11111111 | 1100100 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #0109FF
Complementary color
Monochromatic Colors of #0109FF
Black with #0109FF
Text Example
Text Example
White with #0109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109FF; }
p { color: rgb(1,9,255); }
H1.HeaderClassName
{
color: #0109FF;
}
.AnyTagClassName
{
color: #0109FF;
}
</style>
background-color css
<style>
a { background-color: #0109FF; }
a { background-color: rgb(1,9,255); }
div.DivClassName
{
background-color: #0109FF;
}
.BgClassName
{
background-color: #0109FF;
}
</style>
border-color css
<style>
span { border-color: #0109FF; }
span { border-color: rgb(1,9,255); }
td.TdClassName
{
border-color: #0109FF;
}
.TagClassName
{
border-color: #0109FF;
}
</style>