Shades of Persian Blue #122DB5
Tints of Persian Blue #122DB5
RGB
CMYK
RGB Variations
Color information
#122DB5 (or 0x122DB5) is known color: Persian Blue. HEX triplet: 12, 2D and B5. RGB value is (18,45,181). Sum of RGB (Red+Green+Blue) = 18+45+181=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #122DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DB5 is #EDD24A. Grayscale: #333333. Windows color (decimal): -15585867 or 11873554. OLE color: 11873554.
HSL color Cylindrical-coordinate representation of color #122DB5: hue angle of 230.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DB5 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 45 | 181 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.29 |
| HSL | 230.06º | 0.82% | 0.39% | - |
| HSV(B) | 230.06º | 0.9% | 0.71% | - |
| XYZ | 9.53 | 5.34 | 44.24 | - |
| YUV | 52.43 | 200.55 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 181 | 0.90 | 0.75 | 0 | 0.29 | 230.06 | 0.82 | 0.39 |
| Hex | 12 | 2D | B5 | 5A | 4B | 0 | 1D | E6 | 52 | 27 |
| Octal | 22 | 55 | 265 | 132 | 113 | 0 | 35 | 346 | 122 | 47 |
| Binary | 10010 | 101101 | 10110101 | 1011010 | 1001011 | 0 | 11101 | 11100110 | 1010010 | 100111 |
Color Harmonies of #122DB5
Complementary color
Monochromatic Colors of #122DB5
Black with #122DB5
Text Example
Text Example
White with #122DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB5; }
p { color: rgb(18,45,181); }
H1.HeaderClassName
{
color: #122DB5;
}
.AnyTagClassName
{
color: #122DB5;
}
</style>
background-color css
<style>
a { background-color: #122DB5; }
a { background-color: rgb(18,45,181); }
div.DivClassName
{
background-color: #122DB5;
}
.BgClassName
{
background-color: #122DB5;
}
</style>
border-color css
<style>
span { border-color: #122DB5; }
span { border-color: rgb(18,45,181); }
td.TdClassName
{
border-color: #122DB5;
}
.TagClassName
{
border-color: #122DB5;
}
</style>