Shades of Persian Blue #0C29E6
Tints of Persian Blue #0C29E6
RGB
CMYK
RGB Variations
Color information
#0C29E6 (or 0x0C29E6) is known color: Persian Blue. HEX triplet: 0C, 29 and E6. RGB value is (12,41,230). Sum of RGB (Red+Green+Blue) = 12+41+230=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #0C29E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C29E6 is #F3D619. Grayscale: #353535. Windows color (decimal): -15980058 or 15083788. OLE color: 15083788.
HSL color Cylindrical-coordinate representation of color #0C29E6: hue angle of 232.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C29E6 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 41 | 230 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.10 |
| HSL | 232.02º | 0.9% | 0.47% | - |
| HSV(B) | 232.02º | 0.95% | 0.9% | - |
| XYZ | 15.23 | 7.38 | 75.48 | - |
| YUV | 53.88 | 227.39 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 230 | 0.95 | 0.82 | 0 | 0.10 | 232.02 | 0.9 | 0.47 |
| Hex | C | 29 | E6 | 5F | 52 | 0 | A | E8 | 5A | 2F |
| Octal | 14 | 51 | 346 | 137 | 122 | 0 | 12 | 350 | 132 | 57 |
| Binary | 1100 | 101001 | 11100110 | 1011111 | 1010010 | 0 | 1010 | 11101000 | 1011010 | 101111 |
Color Harmonies of #0C29E6
Complementary color
Monochromatic Colors of #0C29E6
Black with #0C29E6
Text Example
Text Example
White with #0C29E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C29E6; }
p { color: rgb(12,41,230); }
H1.HeaderClassName
{
color: #0C29E6;
}
.AnyTagClassName
{
color: #0C29E6;
}
</style>
background-color css
<style>
a { background-color: #0C29E6; }
a { background-color: rgb(12,41,230); }
div.DivClassName
{
background-color: #0C29E6;
}
.BgClassName
{
background-color: #0C29E6;
}
</style>
border-color css
<style>
span { border-color: #0C29E6; }
span { border-color: rgb(12,41,230); }
td.TdClassName
{
border-color: #0C29E6;
}
.TagClassName
{
border-color: #0C29E6;
}
</style>