Shades of Persian Blue #122EDC
Tints of Persian Blue #122EDC
RGB
CMYK
RGB Variations
Color information
#122EDC (or 0x122EDC) is known color: Persian Blue. HEX triplet: 12, 2E and DC. RGB value is (18,46,220). Sum of RGB (Red+Green+Blue) = 18+46+220=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #122EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EDC is #EDD123. Grayscale: #383838. Windows color (decimal): -15585572 or 14429714. OLE color: 14429714.
HSL color Cylindrical-coordinate representation of color #122EDC: hue angle of 231.68º 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 #122EDC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 46 | 220 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.14 |
| HSL | 231.68º | 0.85% | 0.47% | - |
| HSV(B) | 231.68º | 0.92% | 0.86% | - |
| XYZ | 14.14 | 7.25 | 68.36 | - |
| YUV | 57.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 220 | 0.92 | 0.79 | 0 | 0.14 | 231.68 | 0.85 | 0.47 |
| Hex | 12 | 2E | DC | 5C | 4F | 0 | E | E8 | 55 | 2F |
| Octal | 22 | 56 | 334 | 134 | 117 | 0 | 16 | 350 | 125 | 57 |
| Binary | 10010 | 101110 | 11011100 | 1011100 | 1001111 | 0 | 1110 | 11101000 | 1010101 | 101111 |
Color Harmonies of #122EDC
Complementary color
Monochromatic Colors of #122EDC
Black with #122EDC
Text Example
Text Example
White with #122EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EDC; }
p { color: rgb(18,46,220); }
H1.HeaderClassName
{
color: #122EDC;
}
.AnyTagClassName
{
color: #122EDC;
}
</style>
background-color css
<style>
a { background-color: #122EDC; }
a { background-color: rgb(18,46,220); }
div.DivClassName
{
background-color: #122EDC;
}
.BgClassName
{
background-color: #122EDC;
}
</style>
border-color css
<style>
span { border-color: #122EDC; }
span { border-color: rgb(18,46,220); }
td.TdClassName
{
border-color: #122EDC;
}
.TagClassName
{
border-color: #122EDC;
}
</style>