Shades of Blue #0129EF
Tints of Blue #0129EF
RGB
CMYK
RGB Variations
Color information
#0129EF (or 0x0129EF) is known color: Blue. HEX triplet: 01, 29 and EF. RGB value is (1,41,239). Sum of RGB (Red+Green+Blue) = 1+41+239=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 239 (93.75% from 255 or 85.05% from 281); Max value from RGB is 239 - color contains mainly: blue. Hex color #0129EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129EF is #FED610. Grayscale: #323232. Windows color (decimal): -16700945 or 15673601. OLE color: 15673601.
HSL color Cylindrical-coordinate representation of color #0129EF: hue angle of 229.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129EF is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 41 | 239 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.06 |
| HSL | 229.92º | 0.99% | 0.47% | - |
| HSV(B) | 229.92º | 1% | 0.94% | - |
| XYZ | 16.39 | 7.82 | 82.31 | - |
| YUV | 51.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 239 | 1.00 | 0.83 | 0 | 0.06 | 229.92 | 0.99 | 0.47 |
| Hex | 1 | 29 | EF | 64 | 53 | 0 | 6 | E6 | 63 | 2F |
| Octal | 1 | 51 | 357 | 144 | 123 | 0 | 6 | 346 | 143 | 57 |
| Binary | 1 | 101001 | 11101111 | 1100100 | 1010011 | 0 | 110 | 11100110 | 1100011 | 101111 |
Color Harmonies of #0129EF
Complementary color
Monochromatic Colors of #0129EF
Black with #0129EF
Text Example
Text Example
White with #0129EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129EF; }
p { color: rgb(1,41,239); }
H1.HeaderClassName
{
color: #0129EF;
}
.AnyTagClassName
{
color: #0129EF;
}
</style>
background-color css
<style>
a { background-color: #0129EF; }
a { background-color: rgb(1,41,239); }
div.DivClassName
{
background-color: #0129EF;
}
.BgClassName
{
background-color: #0129EF;
}
</style>
border-color css
<style>
span { border-color: #0129EF; }
span { border-color: rgb(1,41,239); }
td.TdClassName
{
border-color: #0129EF;
}
.TagClassName
{
border-color: #0129EF;
}
</style>