Shades of Persian Blue #122EDA
Tints of Persian Blue #122EDA
RGB
CMYK
RGB Variations
Color information
#122EDA (or 0x122EDA) is known color: Persian Blue. HEX triplet: 12, 2E and DA. RGB value is (18,46,218). Sum of RGB (Red+Green+Blue) = 18+46+218=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #122EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EDA is #EDD125. Grayscale: #383838. Windows color (decimal): -15585574 or 14298642. OLE color: 14298642.
HSL color Cylindrical-coordinate representation of color #122EDA: hue angle of 231.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EDA is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 46 | 218 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.15 |
| HSL | 231.6º | 0.85% | 0.46% | - |
| HSV(B) | 231.6º | 0.92% | 0.85% | - |
| XYZ | 13.88 | 7.14 | 66.98 | - |
| YUV | 57.24 | 218.72 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 218 | 0.92 | 0.79 | 0 | 0.15 | 231.6 | 0.85 | 0.46 |
| Hex | 12 | 2E | DA | 5C | 4F | 0 | F | E8 | 55 | 2E |
| Octal | 22 | 56 | 332 | 134 | 117 | 0 | 17 | 350 | 125 | 56 |
| Binary | 10010 | 101110 | 11011010 | 1011100 | 1001111 | 0 | 1111 | 11101000 | 1010101 | 101110 |
Color Harmonies of #122EDA
Complementary color
Monochromatic Colors of #122EDA
Black with #122EDA
Text Example
Text Example
White with #122EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EDA; }
p { color: rgb(18,46,218); }
H1.HeaderClassName
{
color: #122EDA;
}
.AnyTagClassName
{
color: #122EDA;
}
</style>
background-color css
<style>
a { background-color: #122EDA; }
a { background-color: rgb(18,46,218); }
div.DivClassName
{
background-color: #122EDA;
}
.BgClassName
{
background-color: #122EDA;
}
</style>
border-color css
<style>
span { border-color: #122EDA; }
span { border-color: rgb(18,46,218); }
td.TdClassName
{
border-color: #122EDA;
}
.TagClassName
{
border-color: #122EDA;
}
</style>