Shades of Persian Blue #122FD5
Tints of Persian Blue #122FD5
RGB
CMYK
RGB Variations
Color information
#122FD5 (or 0x122FD5) is known color: Persian Blue. HEX triplet: 12, 2F and D5. RGB value is (18,47,213). Sum of RGB (Red+Green+Blue) = 18+47+213=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #122FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FD5 is #EDD02A. Grayscale: #383838. Windows color (decimal): -15585323 or 13971218. OLE color: 13971218.
HSL color Cylindrical-coordinate representation of color #122FD5: hue angle of 231.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122FD5 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 47 | 213 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.16 |
| HSL | 231.08º | 0.84% | 0.45% | - |
| HSV(B) | 231.08º | 0.92% | 0.84% | - |
| XYZ | 13.28 | 6.97 | 63.6 | - |
| YUV | 57.25 | 215.89 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 213 | 0.92 | 0.78 | 0 | 0.16 | 231.08 | 0.84 | 0.45 |
| Hex | 12 | 2F | D5 | 5C | 4E | 0 | 10 | E7 | 54 | 2D |
| Octal | 22 | 57 | 325 | 134 | 116 | 0 | 20 | 347 | 124 | 55 |
| Binary | 10010 | 101111 | 11010101 | 1011100 | 1001110 | 0 | 10000 | 11100111 | 1010100 | 101101 |
Color Harmonies of #122FD5
Complementary color
Monochromatic Colors of #122FD5
Black with #122FD5
Text Example
Text Example
White with #122FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FD5; }
p { color: rgb(18,47,213); }
H1.HeaderClassName
{
color: #122FD5;
}
.AnyTagClassName
{
color: #122FD5;
}
</style>
background-color css
<style>
a { background-color: #122FD5; }
a { background-color: rgb(18,47,213); }
div.DivClassName
{
background-color: #122FD5;
}
.BgClassName
{
background-color: #122FD5;
}
</style>
border-color css
<style>
span { border-color: #122FD5; }
span { border-color: rgb(18,47,213); }
td.TdClassName
{
border-color: #122FD5;
}
.TagClassName
{
border-color: #122FD5;
}
</style>