Shades of Persian Blue #121ECA
Tints of Persian Blue #121ECA
RGB
CMYK
RGB Variations
Color information
#121ECA (or 0x121ECA) is known color: Persian Blue. HEX triplet: 12, 1E and CA. RGB value is (18,30,202). Sum of RGB (Red+Green+Blue) = 18+30+202=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #121ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ECA is #EDE135. Grayscale: #2D2D2D. Windows color (decimal): -15589686 or 13245970. OLE color: 13245970.
HSL color Cylindrical-coordinate representation of color #121ECA: hue angle of 236.09º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121ECA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 30 | 202 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.21 |
| HSL | 236.09º | 0.84% | 0.43% | - |
| HSV(B) | 236.09º | 0.91% | 0.79% | - |
| XYZ | 11.37 | 5.32 | 56.3 | - |
| YUV | 46.02 | 216.02 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 202 | 0.91 | 0.85 | 0 | 0.21 | 236.09 | 0.84 | 0.43 |
| Hex | 12 | 1E | CA | 5B | 55 | 0 | 15 | EC | 54 | 2B |
| Octal | 22 | 36 | 312 | 133 | 125 | 0 | 25 | 354 | 124 | 53 |
| Binary | 10010 | 11110 | 11001010 | 1011011 | 1010101 | 0 | 10101 | 11101100 | 1010100 | 101011 |
Color Harmonies of #121ECA
Complementary color
Monochromatic Colors of #121ECA
Black with #121ECA
Text Example
Text Example
White with #121ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ECA; }
p { color: rgb(18,30,202); }
H1.HeaderClassName
{
color: #121ECA;
}
.AnyTagClassName
{
color: #121ECA;
}
</style>
background-color css
<style>
a { background-color: #121ECA; }
a { background-color: rgb(18,30,202); }
div.DivClassName
{
background-color: #121ECA;
}
.BgClassName
{
background-color: #121ECA;
}
</style>
border-color css
<style>
span { border-color: #121ECA; }
span { border-color: rgb(18,30,202); }
td.TdClassName
{
border-color: #121ECA;
}
.TagClassName
{
border-color: #121ECA;
}
</style>