Shades of Persian Blue #1222CC
Tints of Persian Blue #1222CC
RGB
CMYK
RGB Variations
Color information
#1222CC (or 0x1222CC) is known color: Persian Blue. HEX triplet: 12, 22 and CC. RGB value is (18,34,204). Sum of RGB (Red+Green+Blue) = 18+34+204=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #1222CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1222CC is #EDDD33. Grayscale: #2F2F2F. Windows color (decimal): -15588660 or 13378066. OLE color: 13378066.
HSL color Cylindrical-coordinate representation of color #1222CC: hue angle of 234.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1222CC is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 34 | 204 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.2 |
| HSL | 234.84º | 0.84% | 0.44% | - |
| HSV(B) | 234.84º | 0.91% | 0.8% | - |
| XYZ | 11.72 | 5.63 | 57.6 | - |
| YUV | 48.6 | 215.7 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 204 | 0.91 | 0.83 | 0 | 0.2 | 234.84 | 0.84 | 0.44 |
| Hex | 12 | 22 | CC | 5B | 53 | 0 | 14 | EB | 54 | 2C |
| Octal | 22 | 42 | 314 | 133 | 123 | 0 | 24 | 353 | 124 | 54 |
| Binary | 10010 | 100010 | 11001100 | 1011011 | 1010011 | 0 | 10100 | 11101011 | 1010100 | 101100 |
Color Harmonies of #1222CC
Complementary color
Monochromatic Colors of #1222CC
Black with #1222CC
Text Example
Text Example
White with #1222CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1222CC; }
p { color: rgb(18,34,204); }
H1.HeaderClassName
{
color: #1222CC;
}
.AnyTagClassName
{
color: #1222CC;
}
</style>
background-color css
<style>
a { background-color: #1222CC; }
a { background-color: rgb(18,34,204); }
div.DivClassName
{
background-color: #1222CC;
}
.BgClassName
{
background-color: #1222CC;
}
</style>
border-color css
<style>
span { border-color: #1222CC; }
span { border-color: rgb(18,34,204); }
td.TdClassName
{
border-color: #1222CC;
}
.TagClassName
{
border-color: #1222CC;
}
</style>