Shades of Persian Blue #122DBB
Tints of Persian Blue #122DBB
RGB
CMYK
RGB Variations
Color information
#122DBB (or 0x122DBB) is known color: Persian Blue. HEX triplet: 12, 2D and BB. RGB value is (18,45,187). Sum of RGB (Red+Green+Blue) = 18+45+187=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #122DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DBB is #EDD244. Grayscale: #343434. Windows color (decimal): -15585861 or 12266770. OLE color: 12266770.
HSL color Cylindrical-coordinate representation of color #122DBB: hue angle of 230.41º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DBB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 45 | 187 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.27 |
| HSL | 230.41º | 0.82% | 0.4% | - |
| HSV(B) | 230.41º | 0.9% | 0.73% | - |
| XYZ | 10.16 | 5.59 | 47.56 | - |
| YUV | 53.12 | 203.55 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 187 | 0.90 | 0.76 | 0 | 0.27 | 230.41 | 0.82 | 0.4 |
| Hex | 12 | 2D | BB | 5A | 4C | 0 | 1B | E6 | 52 | 28 |
| Octal | 22 | 55 | 273 | 132 | 114 | 0 | 33 | 346 | 122 | 50 |
| Binary | 10010 | 101101 | 10111011 | 1011010 | 1001100 | 0 | 11011 | 11100110 | 1010010 | 101000 |
Color Harmonies of #122DBB
Complementary color
Monochromatic Colors of #122DBB
Black with #122DBB
Text Example
Text Example
White with #122DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DBB; }
p { color: rgb(18,45,187); }
H1.HeaderClassName
{
color: #122DBB;
}
.AnyTagClassName
{
color: #122DBB;
}
</style>
background-color css
<style>
a { background-color: #122DBB; }
a { background-color: rgb(18,45,187); }
div.DivClassName
{
background-color: #122DBB;
}
.BgClassName
{
background-color: #122DBB;
}
</style>
border-color css
<style>
span { border-color: #122DBB; }
span { border-color: rgb(18,45,187); }
td.TdClassName
{
border-color: #122DBB;
}
.TagClassName
{
border-color: #122DBB;
}
</style>