Shades of Persian Blue #122BDA
Tints of Persian Blue #122BDA
RGB
CMYK
RGB Variations
Color information
#122BDA (or 0x122BDA) is known color: Persian Blue. HEX triplet: 12, 2B and DA. RGB value is (18,43,218). Sum of RGB (Red+Green+Blue) = 18+43+218=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #122BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122BDA is #EDD425. Grayscale: #363636. Windows color (decimal): -15586342 or 14297874. OLE color: 14297874.
HSL color Cylindrical-coordinate representation of color #122BDA: hue angle of 232.5º 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 #122BDA is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 43 | 218 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.15 |
| HSL | 232.5º | 0.85% | 0.46% | - |
| HSV(B) | 232.5º | 0.92% | 0.85% | - |
| XYZ | 13.77 | 6.92 | 66.94 | - |
| YUV | 55.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 218 | 0.92 | 0.80 | 0 | 0.15 | 232.5 | 0.85 | 0.46 |
| Hex | 12 | 2B | DA | 5C | 50 | 0 | F | E8 | 55 | 2E |
| Octal | 22 | 53 | 332 | 134 | 120 | 0 | 17 | 350 | 125 | 56 |
| Binary | 10010 | 101011 | 11011010 | 1011100 | 1010000 | 0 | 1111 | 11101000 | 1010101 | 101110 |
Color Harmonies of #122BDA
Complementary color
Monochromatic Colors of #122BDA
Black with #122BDA
Text Example
Text Example
White with #122BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BDA; }
p { color: rgb(18,43,218); }
H1.HeaderClassName
{
color: #122BDA;
}
.AnyTagClassName
{
color: #122BDA;
}
</style>
background-color css
<style>
a { background-color: #122BDA; }
a { background-color: rgb(18,43,218); }
div.DivClassName
{
background-color: #122BDA;
}
.BgClassName
{
background-color: #122BDA;
}
</style>
border-color css
<style>
span { border-color: #122BDA; }
span { border-color: rgb(18,43,218); }
td.TdClassName
{
border-color: #122BDA;
}
.TagClassName
{
border-color: #122BDA;
}
</style>