Shades of Persian Blue #0129DD
Tints of Persian Blue #0129DD
RGB
CMYK
RGB Variations
Color information
#0129DD (or 0x0129DD) is known color: Persian Blue. HEX triplet: 01, 29 and DD. RGB value is (1,41,221). Sum of RGB (Red+Green+Blue) = 1+41+221=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #0129DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129DD is #FED622. Grayscale: #303030. Windows color (decimal): -16700963 or 14493953. OLE color: 14493953.
HSL color Cylindrical-coordinate representation of color #0129DD: hue angle of 229.09º 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 #0129DD is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 41 | 221 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.13 |
| HSL | 229.09º | 0.99% | 0.44% | - |
| HSV(B) | 229.09º | 1% | 0.87% | - |
| XYZ | 13.86 | 6.81 | 68.99 | - |
| YUV | 49.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 221 | 1.00 | 0.81 | 0 | 0.13 | 229.09 | 0.99 | 0.44 |
| Hex | 1 | 29 | DD | 64 | 51 | 0 | D | E5 | 63 | 2C |
| Octal | 1 | 51 | 335 | 144 | 121 | 0 | 15 | 345 | 143 | 54 |
| Binary | 1 | 101001 | 11011101 | 1100100 | 1010001 | 0 | 1101 | 11100101 | 1100011 | 101100 |
Color Harmonies of #0129DD
Complementary color
Monochromatic Colors of #0129DD
Black with #0129DD
Text Example
Text Example
White with #0129DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129DD; }
p { color: rgb(1,41,221); }
H1.HeaderClassName
{
color: #0129DD;
}
.AnyTagClassName
{
color: #0129DD;
}
</style>
background-color css
<style>
a { background-color: #0129DD; }
a { background-color: rgb(1,41,221); }
div.DivClassName
{
background-color: #0129DD;
}
.BgClassName
{
background-color: #0129DD;
}
</style>
border-color css
<style>
span { border-color: #0129DD; }
span { border-color: rgb(1,41,221); }
td.TdClassName
{
border-color: #0129DD;
}
.TagClassName
{
border-color: #0129DD;
}
</style>