Shades of Persian Blue #2018BC
Tints of Persian Blue #2018BC
RGB
CMYK
RGB Variations
Color information
#2018BC (or 0x2018BC) is known color: Persian Blue. HEX triplet: 20, 18 and BC. RGB value is (32,24,188). Sum of RGB (Red+Green+Blue) = 32+24+188=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #2018BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018BC is #DFE743. Grayscale: #2C2C2C. Windows color (decimal): -14673732 or 12326944. OLE color: 12326944.
HSL color Cylindrical-coordinate representation of color #2018BC: hue angle of 242.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2018BC is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 24 | 188 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.26 |
| HSL | 242.93º | 0.77% | 0.42% | - |
| HSV(B) | 242.93º | 0.87% | 0.74% | - |
| XYZ | 10 | 4.59 | 47.94 | - |
| YUV | 45.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 188 | 0.83 | 0.87 | 0 | 0.26 | 242.93 | 0.77 | 0.42 |
| Hex | 20 | 18 | BC | 53 | 57 | 0 | 1A | F3 | 4D | 2A |
| Octal | 40 | 30 | 274 | 123 | 127 | 0 | 32 | 363 | 115 | 52 |
| Binary | 100000 | 11000 | 10111100 | 1010011 | 1010111 | 0 | 11010 | 11110011 | 1001101 | 101010 |
Color Harmonies of #2018BC
Complementary color
Monochromatic Colors of #2018BC
Black with #2018BC
Text Example
Text Example
White with #2018BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018BC; }
p { color: rgb(32,24,188); }
H1.HeaderClassName
{
color: #2018BC;
}
.AnyTagClassName
{
color: #2018BC;
}
</style>
background-color css
<style>
a { background-color: #2018BC; }
a { background-color: rgb(32,24,188); }
div.DivClassName
{
background-color: #2018BC;
}
.BgClassName
{
background-color: #2018BC;
}
</style>
border-color css
<style>
span { border-color: #2018BC; }
span { border-color: rgb(32,24,188); }
td.TdClassName
{
border-color: #2018BC;
}
.TagClassName
{
border-color: #2018BC;
}
</style>