Shades of Blue #0129FF
Tints of Blue #0129FF
RGB
CMYK
RGB Variations
Color information
#0129FF (or 0x0129FF) is known color: Blue. HEX triplet: 01, 29 and FF. RGB value is (1,41,255). Sum of RGB (Red+Green+Blue) = 1+41+255=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #0129FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129FF is #FED600. Grayscale: #343434. Windows color (decimal): -16700929 or 16722177. OLE color: 16722177.
HSL color Cylindrical-coordinate representation of color #0129FF: hue angle of 230.55º 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 #0129FF is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 41 | 255 | - |
| CMYK | 1.00 | 0.84 | 0 | 0 |
| HSL | 230.55º | 1% | 0.5% | - |
| HSV(B) | 230.55º | 1% | 1% | - |
| XYZ | 18.86 | 8.81 | 95.31 | - |
| YUV | 53.44 | 241.75 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 255 | 1.00 | 0.84 | 0 | 0 | 230.55 | 1 | 0.5 |
| Hex | 1 | 29 | FF | 64 | 54 | 0 | 0 | E7 | 64 | 32 |
| Octal | 1 | 51 | 377 | 144 | 124 | 0 | 0 | 347 | 144 | 62 |
| Binary | 1 | 101001 | 11111111 | 1100100 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0129FF
Complementary color
Monochromatic Colors of #0129FF
Black with #0129FF
Text Example
Text Example
White with #0129FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129FF; }
p { color: rgb(1,41,255); }
H1.HeaderClassName
{
color: #0129FF;
}
.AnyTagClassName
{
color: #0129FF;
}
</style>
background-color css
<style>
a { background-color: #0129FF; }
a { background-color: rgb(1,41,255); }
div.DivClassName
{
background-color: #0129FF;
}
.BgClassName
{
background-color: #0129FF;
}
</style>
border-color css
<style>
span { border-color: #0129FF; }
span { border-color: rgb(1,41,255); }
td.TdClassName
{
border-color: #0129FF;
}
.TagClassName
{
border-color: #0129FF;
}
</style>