Shades of Blue #0109FB
Tints of Blue #0109FB
RGB
CMYK
RGB Variations
Color information
#0109FB (or 0x0109FB) is known color: Blue. HEX triplet: 01, 09 and FB. RGB value is (1,9,251). Sum of RGB (Red+Green+Blue) = 1+9+251=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 251 (98.44% from 255 or 96.17% from 261); Max value from RGB is 251 - color contains mainly: blue. Hex color #0109FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109FB is #FEF604. Grayscale: #212121. Windows color (decimal): -16709125 or 16451841. OLE color: 16451841.
HSL color Cylindrical-coordinate representation of color #0109FB: hue angle of 238.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109FB is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 9 | 251 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.02 |
| HSL | 238.08º | 0.99% | 0.49% | - |
| HSV(B) | 238.08º | 1% | 0.98% | - |
| XYZ | 17.52 | 7.17 | 91.73 | - |
| YUV | 34.2 | 250.35 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 251 | 1.00 | 0.96 | 0 | 0.02 | 238.08 | 0.99 | 0.49 |
| Hex | 1 | 9 | FB | 64 | 60 | 0 | 2 | EE | 63 | 31 |
| Octal | 1 | 11 | 373 | 144 | 140 | 0 | 2 | 356 | 143 | 61 |
| Binary | 1 | 1001 | 11111011 | 1100100 | 1100000 | 0 | 10 | 11101110 | 1100011 | 110001 |
Color Harmonies of #0109FB
Complementary color
Monochromatic Colors of #0109FB
Black with #0109FB
Text Example
Text Example
White with #0109FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109FB; }
p { color: rgb(1,9,251); }
H1.HeaderClassName
{
color: #0109FB;
}
.AnyTagClassName
{
color: #0109FB;
}
</style>
background-color css
<style>
a { background-color: #0109FB; }
a { background-color: rgb(1,9,251); }
div.DivClassName
{
background-color: #0109FB;
}
.BgClassName
{
background-color: #0109FB;
}
</style>
border-color css
<style>
span { border-color: #0109FB; }
span { border-color: rgb(1,9,251); }
td.TdClassName
{
border-color: #0109FB;
}
.TagClassName
{
border-color: #0109FB;
}
</style>