Shades of Persian Blue #122DDB
Tints of Persian Blue #122DDB
RGB
CMYK
RGB Variations
Color information
#122DDB (or 0x122DDB) is known color: Persian Blue. HEX triplet: 12, 2D and DB. RGB value is (18,45,219). Sum of RGB (Red+Green+Blue) = 18+45+219=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #122DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DDB is #EDD224. Grayscale: #383838. Windows color (decimal): -15585829 or 14363922. OLE color: 14363922.
HSL color Cylindrical-coordinate representation of color #122DDB: hue angle of 231.94º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122DDB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 45 | 219 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.14 |
| HSL | 231.94º | 0.85% | 0.46% | - |
| HSV(B) | 231.94º | 0.92% | 0.86% | - |
| XYZ | 13.97 | 7.12 | 67.66 | - |
| YUV | 56.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 219 | 0.92 | 0.79 | 0 | 0.14 | 231.94 | 0.85 | 0.46 |
| Hex | 12 | 2D | DB | 5C | 4F | 0 | E | E8 | 55 | 2E |
| Octal | 22 | 55 | 333 | 134 | 117 | 0 | 16 | 350 | 125 | 56 |
| Binary | 10010 | 101101 | 11011011 | 1011100 | 1001111 | 0 | 1110 | 11101000 | 1010101 | 101110 |
Color Harmonies of #122DDB
Complementary color
Monochromatic Colors of #122DDB
Black with #122DDB
Text Example
Text Example
White with #122DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DDB; }
p { color: rgb(18,45,219); }
H1.HeaderClassName
{
color: #122DDB;
}
.AnyTagClassName
{
color: #122DDB;
}
</style>
background-color css
<style>
a { background-color: #122DDB; }
a { background-color: rgb(18,45,219); }
div.DivClassName
{
background-color: #122DDB;
}
.BgClassName
{
background-color: #122DDB;
}
</style>
border-color css
<style>
span { border-color: #122DDB; }
span { border-color: rgb(18,45,219); }
td.TdClassName
{
border-color: #122DDB;
}
.TagClassName
{
border-color: #122DDB;
}
</style>