Shades of Persian Blue #1222CB
Tints of Persian Blue #1222CB
RGB
CMYK
RGB Variations
Color information
#1222CB (or 0x1222CB) is known color: Persian Blue. HEX triplet: 12, 22 and CB. RGB value is (18,34,203). Sum of RGB (Red+Green+Blue) = 18+34+203=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #1222CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1222CB is #EDDD34. Grayscale: #2F2F2F. Windows color (decimal): -15588661 or 13312530. OLE color: 13312530.
HSL color Cylindrical-coordinate representation of color #1222CB: hue angle of 234.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1222CB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 34 | 203 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.20 |
| HSL | 234.81º | 0.84% | 0.43% | - |
| HSV(B) | 234.81º | 0.91% | 0.8% | - |
| XYZ | 11.6 | 5.58 | 56.97 | - |
| YUV | 48.48 | 215.2 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 203 | 0.91 | 0.83 | 0 | 0.20 | 234.81 | 0.84 | 0.43 |
| Hex | 12 | 22 | CB | 5B | 53 | 0 | 14 | EB | 54 | 2B |
| Octal | 22 | 42 | 313 | 133 | 123 | 0 | 24 | 353 | 124 | 53 |
| Binary | 10010 | 100010 | 11001011 | 1011011 | 1010011 | 0 | 10100 | 11101011 | 1010100 | 101011 |
Color Harmonies of #1222CB
Complementary color
Monochromatic Colors of #1222CB
Black with #1222CB
Text Example
Text Example
White with #1222CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1222CB; }
p { color: rgb(18,34,203); }
H1.HeaderClassName
{
color: #1222CB;
}
.AnyTagClassName
{
color: #1222CB;
}
</style>
background-color css
<style>
a { background-color: #1222CB; }
a { background-color: rgb(18,34,203); }
div.DivClassName
{
background-color: #1222CB;
}
.BgClassName
{
background-color: #1222CB;
}
</style>
border-color css
<style>
span { border-color: #1222CB; }
span { border-color: rgb(18,34,203); }
td.TdClassName
{
border-color: #1222CB;
}
.TagClassName
{
border-color: #1222CB;
}
</style>