Shades of Medium Blue #0129DF
Tints of Medium Blue #0129DF
RGB
CMYK
RGB Variations
Color information
#0129DF (or 0x0129DF) is known color: Medium Blue. HEX triplet: 01, 29 and DF. RGB value is (1,41,223). Sum of RGB (Red+Green+Blue) = 1+41+223=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #0129DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129DF is #FED620. Grayscale: #313131. Windows color (decimal): -16700961 or 14625025. OLE color: 14625025.
HSL color Cylindrical-coordinate representation of color #0129DF: hue angle of 229.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0129DF is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 41 | 223 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.13 |
| HSL | 229.19º | 0.99% | 0.44% | - |
| HSV(B) | 229.19º | 1% | 0.87% | - |
| XYZ | 14.12 | 6.92 | 70.4 | - |
| YUV | 49.79 | 225.75 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 223 | 1.00 | 0.82 | 0 | 0.13 | 229.19 | 0.99 | 0.44 |
| Hex | 1 | 29 | DF | 64 | 52 | 0 | D | E5 | 63 | 2C |
| Octal | 1 | 51 | 337 | 144 | 122 | 0 | 15 | 345 | 143 | 54 |
| Binary | 1 | 101001 | 11011111 | 1100100 | 1010010 | 0 | 1101 | 11100101 | 1100011 | 101100 |
Color Harmonies of #0129DF
Complementary color
Monochromatic Colors of #0129DF
Black with #0129DF
Text Example
Text Example
White with #0129DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129DF; }
p { color: rgb(1,41,223); }
H1.HeaderClassName
{
color: #0129DF;
}
.AnyTagClassName
{
color: #0129DF;
}
</style>
background-color css
<style>
a { background-color: #0129DF; }
a { background-color: rgb(1,41,223); }
div.DivClassName
{
background-color: #0129DF;
}
.BgClassName
{
background-color: #0129DF;
}
</style>
border-color css
<style>
span { border-color: #0129DF; }
span { border-color: rgb(1,41,223); }
td.TdClassName
{
border-color: #0129DF;
}
.TagClassName
{
border-color: #0129DF;
}
</style>