Shades of Persian Blue #121BBF
Tints of Persian Blue #121BBF
RGB
CMYK
RGB Variations
Color information
#121BBF (or 0x121BBF) is known color: Persian Blue. HEX triplet: 12, 1B and BF. RGB value is (18,27,191). Sum of RGB (Red+Green+Blue) = 18+27+191=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 191 (75% from 255 or 80.93% from 236); Max value from RGB is 191 - color contains mainly: blue. Hex color #121BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BBF is #EDE440. Grayscale: #2A2A2A. Windows color (decimal): -15590465 or 12524306. OLE color: 12524306.
HSL color Cylindrical-coordinate representation of color #121BBF: hue angle of 236.88º 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 #121BBF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 27 | 191 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.25 |
| HSL | 236.88º | 0.83% | 0.41% | - |
| HSV(B) | 236.88º | 0.91% | 0.75% | - |
| XYZ | 10.05 | 4.67 | 49.66 | - |
| YUV | 43.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 191 | 0.91 | 0.86 | 0 | 0.25 | 236.88 | 0.83 | 0.41 |
| Hex | 12 | 1B | BF | 5B | 56 | 0 | 19 | ED | 53 | 29 |
| Octal | 22 | 33 | 277 | 133 | 126 | 0 | 31 | 355 | 123 | 51 |
| Binary | 10010 | 11011 | 10111111 | 1011011 | 1010110 | 0 | 11001 | 11101101 | 1010011 | 101001 |
Color Harmonies of #121BBF
Complementary color
Monochromatic Colors of #121BBF
Black with #121BBF
Text Example
Text Example
White with #121BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BBF; }
p { color: rgb(18,27,191); }
H1.HeaderClassName
{
color: #121BBF;
}
.AnyTagClassName
{
color: #121BBF;
}
</style>
background-color css
<style>
a { background-color: #121BBF; }
a { background-color: rgb(18,27,191); }
div.DivClassName
{
background-color: #121BBF;
}
.BgClassName
{
background-color: #121BBF;
}
</style>
border-color css
<style>
span { border-color: #121BBF; }
span { border-color: rgb(18,27,191); }
td.TdClassName
{
border-color: #121BBF;
}
.TagClassName
{
border-color: #121BBF;
}
</style>