Shades of Persian Blue #121ABF
Tints of Persian Blue #121ABF
RGB
CMYK
RGB Variations
Color information
#121ABF (or 0x121ABF) is known color: Persian Blue. HEX triplet: 12, 1A and BF. RGB value is (18,26,191). Sum of RGB (Red+Green+Blue) = 18+26+191=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #121ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ABF is #EDE540. Grayscale: #292929. Windows color (decimal): -15590721 or 12524050. OLE color: 12524050.
HSL color Cylindrical-coordinate representation of color #121ABF: hue angle of 237.23º 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 #121ABF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 26 | 191 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.25 |
| HSL | 237.23º | 0.83% | 0.41% | - |
| HSV(B) | 237.23º | 0.91% | 0.75% | - |
| XYZ | 10.02 | 4.63 | 49.66 | - |
| YUV | 42.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 191 | 0.91 | 0.86 | 0 | 0.25 | 237.23 | 0.83 | 0.41 |
| Hex | 12 | 1A | BF | 5B | 56 | 0 | 19 | ED | 53 | 29 |
| Octal | 22 | 32 | 277 | 133 | 126 | 0 | 31 | 355 | 123 | 51 |
| Binary | 10010 | 11010 | 10111111 | 1011011 | 1010110 | 0 | 11001 | 11101101 | 1010011 | 101001 |
Color Harmonies of #121ABF
Complementary color
Monochromatic Colors of #121ABF
Black with #121ABF
Text Example
Text Example
White with #121ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ABF; }
p { color: rgb(18,26,191); }
H1.HeaderClassName
{
color: #121ABF;
}
.AnyTagClassName
{
color: #121ABF;
}
</style>
background-color css
<style>
a { background-color: #121ABF; }
a { background-color: rgb(18,26,191); }
div.DivClassName
{
background-color: #121ABF;
}
.BgClassName
{
background-color: #121ABF;
}
</style>
border-color css
<style>
span { border-color: #121ABF; }
span { border-color: rgb(18,26,191); }
td.TdClassName
{
border-color: #121ABF;
}
.TagClassName
{
border-color: #121ABF;
}
</style>