Shades of Paua #20135E
Tints of Paua #20135E
RGB
CMYK
RGB Variations
Color information
#20135E (or 0x20135E) is known color: Paua. HEX triplet: 20, 13 and 5E. RGB value is (32,19,94). Sum of RGB (Red+Green+Blue) = 32+19+94=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #20135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135E is #DFECA1. Grayscale: #1F1F1F. Windows color (decimal): -14675106 or 6165280. OLE color: 6165280.
HSL color Cylindrical-coordinate representation of color #20135E: hue angle of 250.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20135E is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 19 | 94 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.63 |
| HSL | 250.4º | 0.66% | 0.22% | - |
| HSV(B) | 250.4º | 0.8% | 0.37% | - |
| XYZ | 2.85 | 1.58 | 10.74 | - |
| YUV | 31.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 94 | 0.66 | 0.80 | 0 | 0.63 | 250.4 | 0.66 | 0.22 |
| Hex | 20 | 13 | 5E | 42 | 50 | 0 | 3F | FA | 42 | 16 |
| Octal | 40 | 23 | 136 | 102 | 120 | 0 | 77 | 372 | 102 | 26 |
| Binary | 100000 | 10011 | 1011110 | 1000010 | 1010000 | 0 | 111111 | 11111010 | 1000010 | 10110 |
Color Harmonies of #20135E
Complementary color
Monochromatic Colors of #20135E
Black with #20135E
Text Example
Text Example
White with #20135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20135E; }
p { color: rgb(32,19,94); }
H1.HeaderClassName
{
color: #20135E;
}
.AnyTagClassName
{
color: #20135E;
}
</style>
background-color css
<style>
a { background-color: #20135E; }
a { background-color: rgb(32,19,94); }
div.DivClassName
{
background-color: #20135E;
}
.BgClassName
{
background-color: #20135E;
}
</style>
border-color css
<style>
span { border-color: #20135E; }
span { border-color: rgb(32,19,94); }
td.TdClassName
{
border-color: #20135E;
}
.TagClassName
{
border-color: #20135E;
}
</style>