Shades of Persian Blue #0029CF
Tints of Persian Blue #0029CF
RGB
CMYK
RGB Variations
Color information
#0029CF (or 0x0029CF) is known color: Persian Blue. HEX triplet: 00, 29 and CF. RGB value is (0,41,207). Sum of RGB (Red+Green+Blue) = 0+41+207=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #0029CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029CF is #FFD630. Grayscale: #2E2E2E. Windows color (decimal): -16766513 or 13576448. OLE color: 13576448.
HSL color Cylindrical-coordinate representation of color #0029CF: hue angle of 228.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029CF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 41 | 207 | - |
| CMYK | 1 | 0.80 | 0 | 0.19 |
| HSL | 228.12º | 1% | 0.41% | - |
| HSV(B) | 228.12º | 1% | 0.81% | - |
| XYZ | 12.06 | 6.09 | 59.57 | - |
| YUV | 47.67 | 217.92 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 207 | 1 | 0.80 | 0 | 0.19 | 228.12 | 1 | 0.41 |
| Hex | 0 | 29 | CF | 64 | 50 | 0 | 13 | E4 | 64 | 29 |
| Octal | 0 | 51 | 317 | 144 | 120 | 0 | 23 | 344 | 144 | 51 |
| Binary | 0 | 101001 | 11001111 | 1100100 | 1010000 | 0 | 10011 | 11100100 | 1100100 | 101001 |
Color Harmonies of #0029CF
Complementary color
Monochromatic Colors of #0029CF
Black with #0029CF
Text Example
Text Example
White with #0029CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029CF; }
p { color: rgb(0,41,207); }
H1.HeaderClassName
{
color: #0029CF;
}
.AnyTagClassName
{
color: #0029CF;
}
</style>
background-color css
<style>
a { background-color: #0029CF; }
a { background-color: rgb(0,41,207); }
div.DivClassName
{
background-color: #0029CF;
}
.BgClassName
{
background-color: #0029CF;
}
</style>
border-color css
<style>
span { border-color: #0029CF; }
span { border-color: rgb(0,41,207); }
td.TdClassName
{
border-color: #0029CF;
}
.TagClassName
{
border-color: #0029CF;
}
</style>