Shades of Persian Blue #1229DC
Tints of Persian Blue #1229DC
RGB
CMYK
RGB Variations
Color information
#1229DC (or 0x1229DC) is known color: Persian Blue. HEX triplet: 12, 29 and DC. RGB value is (18,41,220). Sum of RGB (Red+Green+Blue) = 18+41+220=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #1229DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229DC is #EDD623. Grayscale: #353535. Windows color (decimal): -15586852 or 14428434. OLE color: 14428434.
HSL color Cylindrical-coordinate representation of color #1229DC: hue angle of 233.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1229DC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 41 | 220 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.14 |
| HSL | 233.17º | 0.85% | 0.47% | - |
| HSV(B) | 233.17º | 0.92% | 0.86% | - |
| XYZ | 13.96 | 6.88 | 68.3 | - |
| YUV | 54.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 220 | 0.92 | 0.81 | 0 | 0.14 | 233.17 | 0.85 | 0.47 |
| Hex | 12 | 29 | DC | 5C | 51 | 0 | E | E9 | 55 | 2F |
| Octal | 22 | 51 | 334 | 134 | 121 | 0 | 16 | 351 | 125 | 57 |
| Binary | 10010 | 101001 | 11011100 | 1011100 | 1010001 | 0 | 1110 | 11101001 | 1010101 | 101111 |
Color Harmonies of #1229DC
Complementary color
Monochromatic Colors of #1229DC
Black with #1229DC
Text Example
Text Example
White with #1229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229DC; }
p { color: rgb(18,41,220); }
H1.HeaderClassName
{
color: #1229DC;
}
.AnyTagClassName
{
color: #1229DC;
}
</style>
background-color css
<style>
a { background-color: #1229DC; }
a { background-color: rgb(18,41,220); }
div.DivClassName
{
background-color: #1229DC;
}
.BgClassName
{
background-color: #1229DC;
}
</style>
border-color css
<style>
span { border-color: #1229DC; }
span { border-color: rgb(18,41,220); }
td.TdClassName
{
border-color: #1229DC;
}
.TagClassName
{
border-color: #1229DC;
}
</style>