Shades of Persian Blue #122DDD
Tints of Persian Blue #122DDD
RGB
CMYK
RGB Variations
Color information
#122DDD (or 0x122DDD) is known color: Persian Blue. HEX triplet: 12, 2D and DD. RGB value is (18,45,221). Sum of RGB (Red+Green+Blue) = 18+45+221=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #122DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DDD is #EDD222. Grayscale: #383838. Windows color (decimal): -15585827 or 14494994. OLE color: 14494994.
HSL color Cylindrical-coordinate representation of color #122DDD: hue angle of 232.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122DDD is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 45 | 221 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.13 |
| HSL | 232.02º | 0.85% | 0.47% | - |
| HSV(B) | 232.02º | 0.92% | 0.87% | - |
| XYZ | 14.24 | 7.23 | 69.05 | - |
| YUV | 56.99 | 220.55 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 221 | 0.92 | 0.80 | 0 | 0.13 | 232.02 | 0.85 | 0.47 |
| Hex | 12 | 2D | DD | 5C | 50 | 0 | D | E8 | 55 | 2F |
| Octal | 22 | 55 | 335 | 134 | 120 | 0 | 15 | 350 | 125 | 57 |
| Binary | 10010 | 101101 | 11011101 | 1011100 | 1010000 | 0 | 1101 | 11101000 | 1010101 | 101111 |
Color Harmonies of #122DDD
Complementary color
Monochromatic Colors of #122DDD
Black with #122DDD
Text Example
Text Example
White with #122DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DDD; }
p { color: rgb(18,45,221); }
H1.HeaderClassName
{
color: #122DDD;
}
.AnyTagClassName
{
color: #122DDD;
}
</style>
background-color css
<style>
a { background-color: #122DDD; }
a { background-color: rgb(18,45,221); }
div.DivClassName
{
background-color: #122DDD;
}
.BgClassName
{
background-color: #122DDD;
}
</style>
border-color css
<style>
span { border-color: #122DDD; }
span { border-color: rgb(18,45,221); }
td.TdClassName
{
border-color: #122DDD;
}
.TagClassName
{
border-color: #122DDD;
}
</style>