Shades of Persian Blue #2018C2
Tints of Persian Blue #2018C2
RGB
CMYK
RGB Variations
Color information
#2018C2 (or 0x2018C2) is known color: Persian Blue. HEX triplet: 20, 18 and C2. RGB value is (32,24,194). Sum of RGB (Red+Green+Blue) = 32+24+194=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 194 (76.17% from 255 or 77.6% from 250); Max value from RGB is 194 - color contains mainly: blue. Hex color #2018C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018C2 is #DFE73D. Grayscale: #2D2D2D. Windows color (decimal): -14673726 or 12720160. OLE color: 12720160.
HSL color Cylindrical-coordinate representation of color #2018C2: hue angle of 242.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2018C2 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 24 | 194 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.24 |
| HSL | 242.82º | 0.78% | 0.43% | - |
| HSV(B) | 242.82º | 0.88% | 0.76% | - |
| XYZ | 10.66 | 4.86 | 51.41 | - |
| YUV | 45.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 194 | 0.84 | 0.88 | 0 | 0.24 | 242.82 | 0.78 | 0.43 |
| Hex | 20 | 18 | C2 | 54 | 58 | 0 | 18 | F3 | 4E | 2B |
| Octal | 40 | 30 | 302 | 124 | 130 | 0 | 30 | 363 | 116 | 53 |
| Binary | 100000 | 11000 | 11000010 | 1010100 | 1011000 | 0 | 11000 | 11110011 | 1001110 | 101011 |
Color Harmonies of #2018C2
Complementary color
Monochromatic Colors of #2018C2
Black with #2018C2
Text Example
Text Example
White with #2018C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018C2; }
p { color: rgb(32,24,194); }
H1.HeaderClassName
{
color: #2018C2;
}
.AnyTagClassName
{
color: #2018C2;
}
</style>
background-color css
<style>
a { background-color: #2018C2; }
a { background-color: rgb(32,24,194); }
div.DivClassName
{
background-color: #2018C2;
}
.BgClassName
{
background-color: #2018C2;
}
</style>
border-color css
<style>
span { border-color: #2018C2; }
span { border-color: rgb(32,24,194); }
td.TdClassName
{
border-color: #2018C2;
}
.TagClassName
{
border-color: #2018C2;
}
</style>