Shades of Persian Blue #122FBB
Tints of Persian Blue #122FBB
RGB
CMYK
RGB Variations
Color information
#122FBB (or 0x122FBB) is known color: Persian Blue. HEX triplet: 12, 2F and BB. RGB value is (18,47,187). Sum of RGB (Red+Green+Blue) = 18+47+187=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #122FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FBB is #EDD044. Grayscale: #353535. Windows color (decimal): -15585349 or 12267282. OLE color: 12267282.
HSL color Cylindrical-coordinate representation of color #122FBB: hue angle of 229.7º 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 #122FBB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 47 | 187 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.27 |
| HSL | 229.7º | 0.82% | 0.4% | - |
| HSV(B) | 229.7º | 0.9% | 0.73% | - |
| XYZ | 10.24 | 5.75 | 47.58 | - |
| YUV | 54.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 187 | 0.90 | 0.75 | 0 | 0.27 | 229.7 | 0.82 | 0.4 |
| Hex | 12 | 2F | BB | 5A | 4B | 0 | 1B | E6 | 52 | 28 |
| Octal | 22 | 57 | 273 | 132 | 113 | 0 | 33 | 346 | 122 | 50 |
| Binary | 10010 | 101111 | 10111011 | 1011010 | 1001011 | 0 | 11011 | 11100110 | 1010010 | 101000 |
Color Harmonies of #122FBB
Complementary color
Monochromatic Colors of #122FBB
Black with #122FBB
Text Example
Text Example
White with #122FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FBB; }
p { color: rgb(18,47,187); }
H1.HeaderClassName
{
color: #122FBB;
}
.AnyTagClassName
{
color: #122FBB;
}
</style>
background-color css
<style>
a { background-color: #122FBB; }
a { background-color: rgb(18,47,187); }
div.DivClassName
{
background-color: #122FBB;
}
.BgClassName
{
background-color: #122FBB;
}
</style>
border-color css
<style>
span { border-color: #122FBB; }
span { border-color: rgb(18,47,187); }
td.TdClassName
{
border-color: #122FBB;
}
.TagClassName
{
border-color: #122FBB;
}
</style>