Shades of Persian Blue #1222CF
Tints of Persian Blue #1222CF
RGB
CMYK
RGB Variations
Color information
#1222CF (or 0x1222CF) is known color: Persian Blue. HEX triplet: 12, 22 and CF. RGB value is (18,34,207). Sum of RGB (Red+Green+Blue) = 18+34+207=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #1222CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1222CF is #EDDD30. Grayscale: #303030. Windows color (decimal): -15588657 or 13574674. OLE color: 13574674.
HSL color Cylindrical-coordinate representation of color #1222CF: hue angle of 234.92º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1222CF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 34 | 207 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.19 |
| HSL | 234.92º | 0.84% | 0.44% | - |
| HSV(B) | 234.92º | 0.91% | 0.81% | - |
| XYZ | 12.08 | 5.78 | 59.51 | - |
| YUV | 48.94 | 217.2 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 207 | 0.91 | 0.84 | 0 | 0.19 | 234.92 | 0.84 | 0.44 |
| Hex | 12 | 22 | CF | 5B | 54 | 0 | 13 | EB | 54 | 2C |
| Octal | 22 | 42 | 317 | 133 | 124 | 0 | 23 | 353 | 124 | 54 |
| Binary | 10010 | 100010 | 11001111 | 1011011 | 1010100 | 0 | 10011 | 11101011 | 1010100 | 101100 |
Color Harmonies of #1222CF
Complementary color
Monochromatic Colors of #1222CF
Black with #1222CF
Text Example
Text Example
White with #1222CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1222CF; }
p { color: rgb(18,34,207); }
H1.HeaderClassName
{
color: #1222CF;
}
.AnyTagClassName
{
color: #1222CF;
}
</style>
background-color css
<style>
a { background-color: #1222CF; }
a { background-color: rgb(18,34,207); }
div.DivClassName
{
background-color: #1222CF;
}
.BgClassName
{
background-color: #1222CF;
}
</style>
border-color css
<style>
span { border-color: #1222CF; }
span { border-color: rgb(18,34,207); }
td.TdClassName
{
border-color: #1222CF;
}
.TagClassName
{
border-color: #1222CF;
}
</style>