Shades of Persian Blue #122CCD
Tints of Persian Blue #122CCD
RGB
CMYK
RGB Variations
Color information
#122CCD (or 0x122CCD) is known color: Persian Blue. HEX triplet: 12, 2C and CD. RGB value is (18,44,205). Sum of RGB (Red+Green+Blue) = 18+44+205=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #122CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCD is #EDD332. Grayscale: #353535. Windows color (decimal): -15586099 or 13446162. OLE color: 13446162.
HSL color Cylindrical-coordinate representation of color #122CCD: hue angle of 231.66º 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 #122CCD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 44 | 205 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.20 |
| HSL | 231.66º | 0.84% | 0.44% | - |
| HSV(B) | 231.66º | 0.91% | 0.8% | - |
| XYZ | 12.17 | 6.34 | 58.34 | - |
| YUV | 54.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 205 | 0.91 | 0.79 | 0 | 0.20 | 231.66 | 0.84 | 0.44 |
| Hex | 12 | 2C | CD | 5B | 4F | 0 | 14 | E8 | 54 | 2C |
| Octal | 22 | 54 | 315 | 133 | 117 | 0 | 24 | 350 | 124 | 54 |
| Binary | 10010 | 101100 | 11001101 | 1011011 | 1001111 | 0 | 10100 | 11101000 | 1010100 | 101100 |
Color Harmonies of #122CCD
Complementary color
Monochromatic Colors of #122CCD
Black with #122CCD
Text Example
Text Example
White with #122CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CCD; }
p { color: rgb(18,44,205); }
H1.HeaderClassName
{
color: #122CCD;
}
.AnyTagClassName
{
color: #122CCD;
}
</style>
background-color css
<style>
a { background-color: #122CCD; }
a { background-color: rgb(18,44,205); }
div.DivClassName
{
background-color: #122CCD;
}
.BgClassName
{
background-color: #122CCD;
}
</style>
border-color css
<style>
span { border-color: #122CCD; }
span { border-color: rgb(18,44,205); }
td.TdClassName
{
border-color: #122CCD;
}
.TagClassName
{
border-color: #122CCD;
}
</style>