Shades of Pelorous #2093C1
Tints of Pelorous #2093C1
RGB
CMYK
RGB Variations
Color information
#2093C1 (or 0x2093C1) is known color: Pelorous. HEX triplet: 20, 93 and C1. RGB value is (32,147,193). Sum of RGB (Red+Green+Blue) = 32+147+193=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #2093C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093C1 is #DF6C3E. Grayscale: #757575. Windows color (decimal): -14642239 or 12686112. OLE color: 12686112.
HSL color Cylindrical-coordinate representation of color #2093C1: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2093C1 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 147 | 193 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.24 |
| HSL | 197.14º | 0.72% | 0.44% | - |
| HSV(B) | 197.14º | 0.83% | 0.76% | - |
| XYZ | 20.66 | 25.02 | 54.19 | - |
| YUV | 117.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 193 | 0.83 | 0.24 | 0 | 0.24 | 197.14 | 0.72 | 0.44 |
| Hex | 20 | 93 | C1 | 53 | 18 | 0 | 18 | C5 | 48 | 2C |
| Octal | 40 | 223 | 301 | 123 | 30 | 0 | 30 | 305 | 110 | 54 |
| Binary | 100000 | 10010011 | 11000001 | 1010011 | 11000 | 0 | 11000 | 11000101 | 1001000 | 101100 |
Color Harmonies of #2093C1
Complementary color
Monochromatic Colors of #2093C1
Black with #2093C1
Text Example
Text Example
White with #2093C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093C1; }
p { color: rgb(32,147,193); }
H1.HeaderClassName
{
color: #2093C1;
}
.AnyTagClassName
{
color: #2093C1;
}
</style>
background-color css
<style>
a { background-color: #2093C1; }
a { background-color: rgb(32,147,193); }
div.DivClassName
{
background-color: #2093C1;
}
.BgClassName
{
background-color: #2093C1;
}
</style>
border-color css
<style>
span { border-color: #2093C1; }
span { border-color: rgb(32,147,193); }
td.TdClassName
{
border-color: #2093C1;
}
.TagClassName
{
border-color: #2093C1;
}
</style>