Shades of Persian Blue #121BBE
Tints of Persian Blue #121BBE
RGB
CMYK
RGB Variations
Color information
#121BBE (or 0x121BBE) is known color: Persian Blue. HEX triplet: 12, 1B and BE. RGB value is (18,27,190). Sum of RGB (Red+Green+Blue) = 18+27+190=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #121BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BBE is #EDE441. Grayscale: #2A2A2A. Windows color (decimal): -15590466 or 12458770. OLE color: 12458770.
HSL color Cylindrical-coordinate representation of color #121BBE: hue angle of 236.86º 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 #121BBE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 27 | 190 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.25 |
| HSL | 236.86º | 0.83% | 0.41% | - |
| HSV(B) | 236.86º | 0.91% | 0.75% | - |
| XYZ | 9.94 | 4.63 | 49.09 | - |
| YUV | 42.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 190 | 0.91 | 0.86 | 0 | 0.25 | 236.86 | 0.83 | 0.41 |
| Hex | 12 | 1B | BE | 5B | 56 | 0 | 19 | ED | 53 | 29 |
| Octal | 22 | 33 | 276 | 133 | 126 | 0 | 31 | 355 | 123 | 51 |
| Binary | 10010 | 11011 | 10111110 | 1011011 | 1010110 | 0 | 11001 | 11101101 | 1010011 | 101001 |
Color Harmonies of #121BBE
Complementary color
Monochromatic Colors of #121BBE
Black with #121BBE
Text Example
Text Example
White with #121BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BBE; }
p { color: rgb(18,27,190); }
H1.HeaderClassName
{
color: #121BBE;
}
.AnyTagClassName
{
color: #121BBE;
}
</style>
background-color css
<style>
a { background-color: #121BBE; }
a { background-color: rgb(18,27,190); }
div.DivClassName
{
background-color: #121BBE;
}
.BgClassName
{
background-color: #121BBE;
}
</style>
border-color css
<style>
span { border-color: #121BBE; }
span { border-color: rgb(18,27,190); }
td.TdClassName
{
border-color: #121BBE;
}
.TagClassName
{
border-color: #121BBE;
}
</style>