Shades of Persian Blue #2018BB
Tints of Persian Blue #2018BB
RGB
CMYK
RGB Variations
Color information
#2018BB (or 0x2018BB) is known color: Persian Blue. HEX triplet: 20, 18 and BB. RGB value is (32,24,187). Sum of RGB (Red+Green+Blue) = 32+24+187=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #2018BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018BB is #DFE744. Grayscale: #2C2C2C. Windows color (decimal): -14673733 or 12261408. OLE color: 12261408.
HSL color Cylindrical-coordinate representation of color #2018BB: hue angle of 242.94º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2018BB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 24 | 187 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.27 |
| HSL | 242.94º | 0.77% | 0.41% | - |
| HSV(B) | 242.94º | 0.87% | 0.73% | - |
| XYZ | 9.89 | 4.55 | 47.37 | - |
| YUV | 44.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 187 | 0.83 | 0.87 | 0 | 0.27 | 242.94 | 0.77 | 0.41 |
| Hex | 20 | 18 | BB | 53 | 57 | 0 | 1B | F3 | 4D | 29 |
| Octal | 40 | 30 | 273 | 123 | 127 | 0 | 33 | 363 | 115 | 51 |
| Binary | 100000 | 11000 | 10111011 | 1010011 | 1010111 | 0 | 11011 | 11110011 | 1001101 | 101001 |
Color Harmonies of #2018BB
Complementary color
Monochromatic Colors of #2018BB
Black with #2018BB
Text Example
Text Example
White with #2018BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018BB; }
p { color: rgb(32,24,187); }
H1.HeaderClassName
{
color: #2018BB;
}
.AnyTagClassName
{
color: #2018BB;
}
</style>
background-color css
<style>
a { background-color: #2018BB; }
a { background-color: rgb(32,24,187); }
div.DivClassName
{
background-color: #2018BB;
}
.BgClassName
{
background-color: #2018BB;
}
</style>
border-color css
<style>
span { border-color: #2018BB; }
span { border-color: rgb(32,24,187); }
td.TdClassName
{
border-color: #2018BB;
}
.TagClassName
{
border-color: #2018BB;
}
</style>