Shades of Persian Blue #122DCA
Tints of Persian Blue #122DCA
RGB
CMYK
RGB Variations
Color information
#122DCA (or 0x122DCA) is known color: Persian Blue. HEX triplet: 12, 2D and CA. RGB value is (18,45,202). Sum of RGB (Red+Green+Blue) = 18+45+202=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #122DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DCA is #EDD235. Grayscale: #363636. Windows color (decimal): -15585846 or 13249810. OLE color: 13249810.
HSL color Cylindrical-coordinate representation of color #122DCA: hue angle of 231.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122DCA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 45 | 202 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.21 |
| HSL | 231.2º | 0.84% | 0.43% | - |
| HSV(B) | 231.2º | 0.91% | 0.79% | - |
| XYZ | 11.85 | 6.27 | 56.46 | - |
| YUV | 54.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 202 | 0.91 | 0.78 | 0 | 0.21 | 231.2 | 0.84 | 0.43 |
| Hex | 12 | 2D | CA | 5B | 4E | 0 | 15 | E7 | 54 | 2B |
| Octal | 22 | 55 | 312 | 133 | 116 | 0 | 25 | 347 | 124 | 53 |
| Binary | 10010 | 101101 | 11001010 | 1011011 | 1001110 | 0 | 10101 | 11100111 | 1010100 | 101011 |
Color Harmonies of #122DCA
Complementary color
Monochromatic Colors of #122DCA
Black with #122DCA
Text Example
Text Example
White with #122DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DCA; }
p { color: rgb(18,45,202); }
H1.HeaderClassName
{
color: #122DCA;
}
.AnyTagClassName
{
color: #122DCA;
}
</style>
background-color css
<style>
a { background-color: #122DCA; }
a { background-color: rgb(18,45,202); }
div.DivClassName
{
background-color: #122DCA;
}
.BgClassName
{
background-color: #122DCA;
}
</style>
border-color css
<style>
span { border-color: #122DCA; }
span { border-color: rgb(18,45,202); }
td.TdClassName
{
border-color: #122DCA;
}
.TagClassName
{
border-color: #122DCA;
}
</style>