Shades of Blue #0109EA
Tints of Blue #0109EA
RGB
CMYK
RGB Variations
Color information
#0109EA (or 0x0109EA) is known color: Blue. HEX triplet: 01, 09 and EA. RGB value is (1,9,234). Sum of RGB (Red+Green+Blue) = 1+9+234=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 234 (91.80% from 255 or 95.90% from 244); Max value from RGB is 234 - color contains mainly: blue. Hex color #0109EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0109EA is #FEF615. Grayscale: #1F1F1F. Windows color (decimal): -16709142 or 15337729. OLE color: 15337729.
HSL color Cylindrical-coordinate representation of color #0109EA: hue angle of 237.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109EA is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 9 | 234 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.08 |
| HSL | 237.94º | 0.99% | 0.46% | - |
| HSV(B) | 237.94º | 1% | 0.92% | - |
| XYZ | 14.96 | 6.14 | 78.24 | - |
| YUV | 32.26 | 241.85 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 234 | 1.00 | 0.96 | 0 | 0.08 | 237.94 | 0.99 | 0.46 |
| Hex | 1 | 9 | EA | 64 | 60 | 0 | 8 | EE | 63 | 2E |
| Octal | 1 | 11 | 352 | 144 | 140 | 0 | 10 | 356 | 143 | 56 |
| Binary | 1 | 1001 | 11101010 | 1100100 | 1100000 | 0 | 1000 | 11101110 | 1100011 | 101110 |
Color Harmonies of #0109EA
Complementary color
Monochromatic Colors of #0109EA
Black with #0109EA
Text Example
Text Example
White with #0109EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109EA; }
p { color: rgb(1,9,234); }
H1.HeaderClassName
{
color: #0109EA;
}
.AnyTagClassName
{
color: #0109EA;
}
</style>
background-color css
<style>
a { background-color: #0109EA; }
a { background-color: rgb(1,9,234); }
div.DivClassName
{
background-color: #0109EA;
}
.BgClassName
{
background-color: #0109EA;
}
</style>
border-color css
<style>
span { border-color: #0109EA; }
span { border-color: rgb(1,9,234); }
td.TdClassName
{
border-color: #0109EA;
}
.TagClassName
{
border-color: #0109EA;
}
</style>