Shades of Persian Blue #122FDB
Tints of Persian Blue #122FDB
RGB
CMYK
RGB Variations
Color information
#122FDB (or 0x122FDB) is known color: Persian Blue. HEX triplet: 12, 2F and DB. RGB value is (18,47,219). Sum of RGB (Red+Green+Blue) = 18+47+219=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #122FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FDB is #EDD024. Grayscale: #393939. Windows color (decimal): -15585317 or 14364434. OLE color: 14364434.
HSL color Cylindrical-coordinate representation of color #122FDB: hue angle of 231.34º 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 #122FDB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 47 | 219 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.14 |
| HSL | 231.34º | 0.85% | 0.46% | - |
| HSV(B) | 231.34º | 0.92% | 0.86% | - |
| XYZ | 14.05 | 7.28 | 67.68 | - |
| YUV | 57.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 219 | 0.92 | 0.79 | 0 | 0.14 | 231.34 | 0.85 | 0.46 |
| Hex | 12 | 2F | DB | 5C | 4F | 0 | E | E7 | 55 | 2E |
| Octal | 22 | 57 | 333 | 134 | 117 | 0 | 16 | 347 | 125 | 56 |
| Binary | 10010 | 101111 | 11011011 | 1011100 | 1001111 | 0 | 1110 | 11100111 | 1010101 | 101110 |
Color Harmonies of #122FDB
Complementary color
Monochromatic Colors of #122FDB
Black with #122FDB
Text Example
Text Example
White with #122FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FDB; }
p { color: rgb(18,47,219); }
H1.HeaderClassName
{
color: #122FDB;
}
.AnyTagClassName
{
color: #122FDB;
}
</style>
background-color css
<style>
a { background-color: #122FDB; }
a { background-color: rgb(18,47,219); }
div.DivClassName
{
background-color: #122FDB;
}
.BgClassName
{
background-color: #122FDB;
}
</style>
border-color css
<style>
span { border-color: #122FDB; }
span { border-color: rgb(18,47,219); }
td.TdClassName
{
border-color: #122FDB;
}
.TagClassName
{
border-color: #122FDB;
}
</style>