Shades of Persian Blue #122ECF
Tints of Persian Blue #122ECF
RGB
CMYK
RGB Variations
Color information
#122ECF (or 0x122ECF) is known color: Persian Blue. HEX triplet: 12, 2E and CF. RGB value is (18,46,207). Sum of RGB (Red+Green+Blue) = 18+46+207=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #122ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ECF is #EDD130. Grayscale: #373737. Windows color (decimal): -15585585 or 13577746. OLE color: 13577746.
HSL color Cylindrical-coordinate representation of color #122ECF: hue angle of 231.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122ECF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 46 | 207 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.19 |
| HSL | 231.11º | 0.84% | 0.44% | - |
| HSV(B) | 231.11º | 0.91% | 0.81% | - |
| XYZ | 12.49 | 6.59 | 59.64 | - |
| YUV | 55.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 207 | 0.91 | 0.78 | 0 | 0.19 | 231.11 | 0.84 | 0.44 |
| Hex | 12 | 2E | CF | 5B | 4E | 0 | 13 | E7 | 54 | 2C |
| Octal | 22 | 56 | 317 | 133 | 116 | 0 | 23 | 347 | 124 | 54 |
| Binary | 10010 | 101110 | 11001111 | 1011011 | 1001110 | 0 | 10011 | 11100111 | 1010100 | 101100 |
Color Harmonies of #122ECF
Complementary color
Monochromatic Colors of #122ECF
Black with #122ECF
Text Example
Text Example
White with #122ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ECF; }
p { color: rgb(18,46,207); }
H1.HeaderClassName
{
color: #122ECF;
}
.AnyTagClassName
{
color: #122ECF;
}
</style>
background-color css
<style>
a { background-color: #122ECF; }
a { background-color: rgb(18,46,207); }
div.DivClassName
{
background-color: #122ECF;
}
.BgClassName
{
background-color: #122ECF;
}
</style>
border-color css
<style>
span { border-color: #122ECF; }
span { border-color: rgb(18,46,207); }
td.TdClassName
{
border-color: #122ECF;
}
.TagClassName
{
border-color: #122ECF;
}
</style>