Shades of Blue #0129F3
Tints of Blue #0129F3
RGB
CMYK
RGB Variations
Color information
#0129F3 (or 0x0129F3) is known color: Blue. HEX triplet: 01, 29 and F3. RGB value is (1,41,243). Sum of RGB (Red+Green+Blue) = 1+41+243=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 243 (95.31% from 255 or 85.26% from 285); Max value from RGB is 243 - color contains mainly: blue. Hex color #0129F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0129F3 is #FED60C. Grayscale: #333333. Windows color (decimal): -16700941 or 15935745. OLE color: 15935745.
HSL color Cylindrical-coordinate representation of color #0129F3: hue angle of 230.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129F3 is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 41 | 243 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.05 |
| HSL | 230.08º | 0.99% | 0.48% | - |
| HSV(B) | 230.08º | 1% | 0.95% | - |
| XYZ | 16.98 | 8.06 | 85.46 | - |
| YUV | 52.07 | 235.75 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 243 | 1.00 | 0.83 | 0 | 0.05 | 230.08 | 0.99 | 0.48 |
| Hex | 1 | 29 | F3 | 64 | 53 | 0 | 5 | E6 | 63 | 30 |
| Octal | 1 | 51 | 363 | 144 | 123 | 0 | 5 | 346 | 143 | 60 |
| Binary | 1 | 101001 | 11110011 | 1100100 | 1010011 | 0 | 101 | 11100110 | 1100011 | 110000 |
Color Harmonies of #0129F3
Complementary color
Monochromatic Colors of #0129F3
Black with #0129F3
Text Example
Text Example
White with #0129F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129F3; }
p { color: rgb(1,41,243); }
H1.HeaderClassName
{
color: #0129F3;
}
.AnyTagClassName
{
color: #0129F3;
}
</style>
background-color css
<style>
a { background-color: #0129F3; }
a { background-color: rgb(1,41,243); }
div.DivClassName
{
background-color: #0129F3;
}
.BgClassName
{
background-color: #0129F3;
}
</style>
border-color css
<style>
span { border-color: #0129F3; }
span { border-color: rgb(1,41,243); }
td.TdClassName
{
border-color: #0129F3;
}
.TagClassName
{
border-color: #0129F3;
}
</style>