Shades of Persian Blue #122CCC
Tints of Persian Blue #122CCC
RGB
CMYK
RGB Variations
Color information
#122CCC (or 0x122CCC) is known color: Persian Blue. HEX triplet: 12, 2C and CC. RGB value is (18,44,204). Sum of RGB (Red+Green+Blue) = 18+44+204=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #122CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCC is #EDD333. Grayscale: #353535. Windows color (decimal): -15586100 or 13380626. OLE color: 13380626.
HSL color Cylindrical-coordinate representation of color #122CCC: hue angle of 231.61º 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 #122CCC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 44 | 204 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.2 |
| HSL | 231.61º | 0.84% | 0.44% | - |
| HSV(B) | 231.61º | 0.91% | 0.8% | - |
| XYZ | 12.05 | 6.29 | 57.71 | - |
| YUV | 54.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 204 | 0.91 | 0.78 | 0 | 0.2 | 231.61 | 0.84 | 0.44 |
| Hex | 12 | 2C | CC | 5B | 4E | 0 | 14 | E8 | 54 | 2C |
| Octal | 22 | 54 | 314 | 133 | 116 | 0 | 24 | 350 | 124 | 54 |
| Binary | 10010 | 101100 | 11001100 | 1011011 | 1001110 | 0 | 10100 | 11101000 | 1010100 | 101100 |
Color Harmonies of #122CCC
Complementary color
Monochromatic Colors of #122CCC
Black with #122CCC
Text Example
Text Example
White with #122CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CCC; }
p { color: rgb(18,44,204); }
H1.HeaderClassName
{
color: #122CCC;
}
.AnyTagClassName
{
color: #122CCC;
}
</style>
background-color css
<style>
a { background-color: #122CCC; }
a { background-color: rgb(18,44,204); }
div.DivClassName
{
background-color: #122CCC;
}
.BgClassName
{
background-color: #122CCC;
}
</style>
border-color css
<style>
span { border-color: #122CCC; }
span { border-color: rgb(18,44,204); }
td.TdClassName
{
border-color: #122CCC;
}
.TagClassName
{
border-color: #122CCC;
}
</style>