Shades of Pelorous #2093A9
Tints of Pelorous #2093A9
RGB
CMYK
RGB Variations
Color information
#2093A9 (or 0x2093A9) is known color: Pelorous. HEX triplet: 20, 93 and A9. RGB value is (32,147,169). Sum of RGB (Red+Green+Blue) = 32+147+169=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #2093A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2093A9 is #DF6C56. Grayscale: #727272. Windows color (decimal): -14642263 or 11113248. OLE color: 11113248.
HSL color Cylindrical-coordinate representation of color #2093A9: hue angle of 189.64º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2093A9 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 147 | 169 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.34 |
| HSL | 189.64º | 0.68% | 0.39% | - |
| HSV(B) | 189.64º | 0.81% | 0.66% | - |
| XYZ | 18.19 | 24.04 | 41.22 | - |
| YUV | 115.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 169 | 0.81 | 0.13 | 0 | 0.34 | 189.64 | 0.68 | 0.39 |
| Hex | 20 | 93 | A9 | 51 | D | 0 | 22 | BE | 44 | 27 |
| Octal | 40 | 223 | 251 | 121 | 15 | 0 | 42 | 276 | 104 | 47 |
| Binary | 100000 | 10010011 | 10101001 | 1010001 | 1101 | 0 | 100010 | 10111110 | 1000100 | 100111 |
Color Harmonies of #2093A9
Complementary color
Monochromatic Colors of #2093A9
Black with #2093A9
Text Example
Text Example
White with #2093A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093A9; }
p { color: rgb(32,147,169); }
H1.HeaderClassName
{
color: #2093A9;
}
.AnyTagClassName
{
color: #2093A9;
}
</style>
background-color css
<style>
a { background-color: #2093A9; }
a { background-color: rgb(32,147,169); }
div.DivClassName
{
background-color: #2093A9;
}
.BgClassName
{
background-color: #2093A9;
}
</style>
border-color css
<style>
span { border-color: #2093A9; }
span { border-color: rgb(32,147,169); }
td.TdClassName
{
border-color: #2093A9;
}
.TagClassName
{
border-color: #2093A9;
}
</style>