Shades of Persian Blue #121EC6
Tints of Persian Blue #121EC6
RGB
CMYK
RGB Variations
Color information
#121EC6 (or 0x121EC6) is known color: Persian Blue. HEX triplet: 12, 1E and C6. RGB value is (18,30,198). Sum of RGB (Red+Green+Blue) = 18+30+198=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #121EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EC6 is #EDE139. Grayscale: #2C2C2C. Windows color (decimal): -15589690 or 12983826. OLE color: 12983826.
HSL color Cylindrical-coordinate representation of color #121EC6: hue angle of 236º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121EC6 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 30 | 198 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.22 |
| HSL | 236º | 0.83% | 0.42% | - |
| HSV(B) | 236º | 0.91% | 0.78% | - |
| XYZ | 10.91 | 5.13 | 53.84 | - |
| YUV | 45.56 | 214.02 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 198 | 0.91 | 0.85 | 0 | 0.22 | 236 | 0.83 | 0.42 |
| Hex | 12 | 1E | C6 | 5B | 55 | 0 | 16 | EC | 53 | 2A |
| Octal | 22 | 36 | 306 | 133 | 125 | 0 | 26 | 354 | 123 | 52 |
| Binary | 10010 | 11110 | 11000110 | 1011011 | 1010101 | 0 | 10110 | 11101100 | 1010011 | 101010 |
Color Harmonies of #121EC6
Complementary color
Monochromatic Colors of #121EC6
Black with #121EC6
Text Example
Text Example
White with #121EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EC6; }
p { color: rgb(18,30,198); }
H1.HeaderClassName
{
color: #121EC6;
}
.AnyTagClassName
{
color: #121EC6;
}
</style>
background-color css
<style>
a { background-color: #121EC6; }
a { background-color: rgb(18,30,198); }
div.DivClassName
{
background-color: #121EC6;
}
.BgClassName
{
background-color: #121EC6;
}
</style>
border-color css
<style>
span { border-color: #121EC6; }
span { border-color: rgb(18,30,198); }
td.TdClassName
{
border-color: #121EC6;
}
.TagClassName
{
border-color: #121EC6;
}
</style>