Shades of Persian Blue #1220CC
Tints of Persian Blue #1220CC
RGB
CMYK
RGB Variations
Color information
#1220CC (or 0x1220CC) is known color: Persian Blue. HEX triplet: 12, 20 and CC. RGB value is (18,32,204). Sum of RGB (Red+Green+Blue) = 18+32+204=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #1220CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1220CC is #EDDF33. Grayscale: #2E2E2E. Windows color (decimal): -15589172 or 13377554. OLE color: 13377554.
HSL color Cylindrical-coordinate representation of color #1220CC: hue angle of 235.48º 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 #1220CC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 32 | 204 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.2 |
| HSL | 235.48º | 0.84% | 0.44% | - |
| HSV(B) | 235.48º | 0.91% | 0.8% | - |
| XYZ | 11.67 | 5.52 | 57.58 | - |
| YUV | 47.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 204 | 0.91 | 0.84 | 0 | 0.2 | 235.48 | 0.84 | 0.44 |
| Hex | 12 | 20 | CC | 5B | 54 | 0 | 14 | EB | 54 | 2C |
| Octal | 22 | 40 | 314 | 133 | 124 | 0 | 24 | 353 | 124 | 54 |
| Binary | 10010 | 100000 | 11001100 | 1011011 | 1010100 | 0 | 10100 | 11101011 | 1010100 | 101100 |
Color Harmonies of #1220CC
Complementary color
Monochromatic Colors of #1220CC
Black with #1220CC
Text Example
Text Example
White with #1220CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1220CC; }
p { color: rgb(18,32,204); }
H1.HeaderClassName
{
color: #1220CC;
}
.AnyTagClassName
{
color: #1220CC;
}
</style>
background-color css
<style>
a { background-color: #1220CC; }
a { background-color: rgb(18,32,204); }
div.DivClassName
{
background-color: #1220CC;
}
.BgClassName
{
background-color: #1220CC;
}
</style>
border-color css
<style>
span { border-color: #1220CC; }
span { border-color: rgb(18,32,204); }
td.TdClassName
{
border-color: #1220CC;
}
.TagClassName
{
border-color: #1220CC;
}
</style>