Shades of Paua #200E59
Tints of Paua #200E59
RGB
CMYK
RGB Variations
Color information
#200E59 (or 0x200E59) is known color: Paua. HEX triplet: 20, 0E and 59. RGB value is (32,14,89). Sum of RGB (Red+Green+Blue) = 32+14+89=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #200E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200E59 is #DFF1A6. Grayscale: #1B1B1B. Windows color (decimal): -14676391 or 5836320. OLE color: 5836320.
HSL color Cylindrical-coordinate representation of color #200E59: hue angle of 254.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200E59 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 14 | 89 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.65 |
| HSL | 254.4º | 0.73% | 0.2% | - |
| HSV(B) | 254.4º | 0.84% | 0.35% | - |
| XYZ | 2.56 | 1.34 | 9.58 | - |
| YUV | 27.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 89 | 0.64 | 0.84 | 0 | 0.65 | 254.4 | 0.73 | 0.2 |
| Hex | 20 | E | 59 | 40 | 54 | 0 | 41 | FE | 49 | 14 |
| Octal | 40 | 16 | 131 | 100 | 124 | 0 | 101 | 376 | 111 | 24 |
| Binary | 100000 | 1110 | 1011001 | 1000000 | 1010100 | 0 | 1000001 | 11111110 | 1001001 | 10100 |
Color Harmonies of #200E59
Complementary color
Monochromatic Colors of #200E59
Black with #200E59
Text Example
Text Example
White with #200E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E59; }
p { color: rgb(32,14,89); }
H1.HeaderClassName
{
color: #200E59;
}
.AnyTagClassName
{
color: #200E59;
}
</style>
background-color css
<style>
a { background-color: #200E59; }
a { background-color: rgb(32,14,89); }
div.DivClassName
{
background-color: #200E59;
}
.BgClassName
{
background-color: #200E59;
}
</style>
border-color css
<style>
span { border-color: #200E59; }
span { border-color: rgb(32,14,89); }
td.TdClassName
{
border-color: #200E59;
}
.TagClassName
{
border-color: #200E59;
}
</style>