Shades of Persian Blue #122AC4
Tints of Persian Blue #122AC4
RGB
CMYK
RGB Variations
Color information
#122AC4 (or 0x122AC4) is known color: Persian Blue. HEX triplet: 12, 2A and C4. RGB value is (18,42,196). Sum of RGB (Red+Green+Blue) = 18+42+196=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 196 (76.95% from 255 or 76.56% from 256); Max value from RGB is 196 - color contains mainly: blue. Hex color #122AC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AC4 is #EDD53B. Grayscale: #333333. Windows color (decimal): -15586620 or 12855826. OLE color: 12855826.
HSL color Cylindrical-coordinate representation of color #122AC4: hue angle of 231.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122AC4 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 42 | 196 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.23 |
| HSL | 231.91º | 0.83% | 0.42% | - |
| HSV(B) | 231.91º | 0.91% | 0.77% | - |
| XYZ | 11.04 | 5.77 | 52.76 | - |
| YUV | 52.38 | 209.05 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 196 | 0.91 | 0.79 | 0 | 0.23 | 231.91 | 0.83 | 0.42 |
| Hex | 12 | 2A | C4 | 5B | 4F | 0 | 17 | E8 | 53 | 2A |
| Octal | 22 | 52 | 304 | 133 | 117 | 0 | 27 | 350 | 123 | 52 |
| Binary | 10010 | 101010 | 11000100 | 1011011 | 1001111 | 0 | 10111 | 11101000 | 1010011 | 101010 |
Color Harmonies of #122AC4
Complementary color
Monochromatic Colors of #122AC4
Black with #122AC4
Text Example
Text Example
White with #122AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AC4; }
p { color: rgb(18,42,196); }
H1.HeaderClassName
{
color: #122AC4;
}
.AnyTagClassName
{
color: #122AC4;
}
</style>
background-color css
<style>
a { background-color: #122AC4; }
a { background-color: rgb(18,42,196); }
div.DivClassName
{
background-color: #122AC4;
}
.BgClassName
{
background-color: #122AC4;
}
</style>
border-color css
<style>
span { border-color: #122AC4; }
span { border-color: rgb(18,42,196); }
td.TdClassName
{
border-color: #122AC4;
}
.TagClassName
{
border-color: #122AC4;
}
</style>