Shades of Persian Blue #122CBE
Tints of Persian Blue #122CBE
RGB
CMYK
RGB Variations
Color information
#122CBE (or 0x122CBE) is known color: Persian Blue. HEX triplet: 12, 2C and BE. RGB value is (18,44,190). Sum of RGB (Red+Green+Blue) = 18+44+190=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #122CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CBE is #EDD341. Grayscale: #343434. Windows color (decimal): -15586114 or 12463122. OLE color: 12463122.
HSL color Cylindrical-coordinate representation of color #122CBE: hue angle of 230.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CBE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 44 | 190 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.25 |
| HSL | 230.93º | 0.83% | 0.41% | - |
| HSV(B) | 230.93º | 0.91% | 0.75% | - |
| XYZ | 10.44 | 5.65 | 49.25 | - |
| YUV | 52.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 190 | 0.91 | 0.77 | 0 | 0.25 | 230.93 | 0.83 | 0.41 |
| Hex | 12 | 2C | BE | 5B | 4D | 0 | 19 | E7 | 53 | 29 |
| Octal | 22 | 54 | 276 | 133 | 115 | 0 | 31 | 347 | 123 | 51 |
| Binary | 10010 | 101100 | 10111110 | 1011011 | 1001101 | 0 | 11001 | 11100111 | 1010011 | 101001 |
Color Harmonies of #122CBE
Complementary color
Monochromatic Colors of #122CBE
Black with #122CBE
Text Example
Text Example
White with #122CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CBE; }
p { color: rgb(18,44,190); }
H1.HeaderClassName
{
color: #122CBE;
}
.AnyTagClassName
{
color: #122CBE;
}
</style>
background-color css
<style>
a { background-color: #122CBE; }
a { background-color: rgb(18,44,190); }
div.DivClassName
{
background-color: #122CBE;
}
.BgClassName
{
background-color: #122CBE;
}
</style>
border-color css
<style>
span { border-color: #122CBE; }
span { border-color: rgb(18,44,190); }
td.TdClassName
{
border-color: #122CBE;
}
.TagClassName
{
border-color: #122CBE;
}
</style>