Shades of Paua #20145C
Tints of Paua #20145C
RGB
CMYK
RGB Variations
Color information
#20145C (or 0x20145C) is known color: Paua. HEX triplet: 20, 14 and 5C. RGB value is (32,20,92). Sum of RGB (Red+Green+Blue) = 32+20+92=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #20145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20145C is #DFEBA3. Grayscale: #1F1F1F. Windows color (decimal): -14674852 or 6034464. OLE color: 6034464.
HSL color Cylindrical-coordinate representation of color #20145C: hue angle of 250º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20145C is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 20 | 92 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.64 |
| HSL | 250º | 0.64% | 0.22% | - |
| HSV(B) | 250º | 0.78% | 0.36% | - |
| XYZ | 2.78 | 1.58 | 10.28 | - |
| YUV | 31.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 92 | 0.65 | 0.78 | 0 | 0.64 | 250 | 0.64 | 0.22 |
| Hex | 20 | 14 | 5C | 41 | 4E | 0 | 40 | FA | 40 | 16 |
| Octal | 40 | 24 | 134 | 101 | 116 | 0 | 100 | 372 | 100 | 26 |
| Binary | 100000 | 10100 | 1011100 | 1000001 | 1001110 | 0 | 1000000 | 11111010 | 1000000 | 10110 |
Color Harmonies of #20145C
Complementary color
Monochromatic Colors of #20145C
Black with #20145C
Text Example
Text Example
White with #20145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20145C; }
p { color: rgb(32,20,92); }
H1.HeaderClassName
{
color: #20145C;
}
.AnyTagClassName
{
color: #20145C;
}
</style>
background-color css
<style>
a { background-color: #20145C; }
a { background-color: rgb(32,20,92); }
div.DivClassName
{
background-color: #20145C;
}
.BgClassName
{
background-color: #20145C;
}
</style>
border-color css
<style>
span { border-color: #20145C; }
span { border-color: rgb(32,20,92); }
td.TdClassName
{
border-color: #20145C;
}
.TagClassName
{
border-color: #20145C;
}
</style>