Shades of Persian Blue #122DDC
Tints of Persian Blue #122DDC
RGB
CMYK
RGB Variations
Color information
#122DDC (or 0x122DDC) is known color: Persian Blue. HEX triplet: 12, 2D and DC. RGB value is (18,45,220). Sum of RGB (Red+Green+Blue) = 18+45+220=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #122DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DDC is #EDD223. Grayscale: #383838. Windows color (decimal): -15585828 or 14429458. OLE color: 14429458.
HSL color Cylindrical-coordinate representation of color #122DDC: hue angle of 231.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122DDC is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 45 | 220 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.14 |
| HSL | 231.98º | 0.85% | 0.47% | - |
| HSV(B) | 231.98º | 0.92% | 0.86% | - |
| XYZ | 14.11 | 7.17 | 68.35 | - |
| YUV | 56.88 | 220.05 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 220 | 0.92 | 0.80 | 0 | 0.14 | 231.98 | 0.85 | 0.47 |
| Hex | 12 | 2D | DC | 5C | 50 | 0 | E | E8 | 55 | 2F |
| Octal | 22 | 55 | 334 | 134 | 120 | 0 | 16 | 350 | 125 | 57 |
| Binary | 10010 | 101101 | 11011100 | 1011100 | 1010000 | 0 | 1110 | 11101000 | 1010101 | 101111 |
Color Harmonies of #122DDC
Complementary color
Monochromatic Colors of #122DDC
Black with #122DDC
Text Example
Text Example
White with #122DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DDC; }
p { color: rgb(18,45,220); }
H1.HeaderClassName
{
color: #122DDC;
}
.AnyTagClassName
{
color: #122DDC;
}
</style>
background-color css
<style>
a { background-color: #122DDC; }
a { background-color: rgb(18,45,220); }
div.DivClassName
{
background-color: #122DDC;
}
.BgClassName
{
background-color: #122DDC;
}
</style>
border-color css
<style>
span { border-color: #122DDC; }
span { border-color: rgb(18,45,220); }
td.TdClassName
{
border-color: #122DDC;
}
.TagClassName
{
border-color: #122DDC;
}
</style>