Shades of Paua #200E5A
Tints of Paua #200E5A
RGB
CMYK
RGB Variations
Color information
#200E5A (or 0x200E5A) is known color: Paua. HEX triplet: 20, 0E and 5A. RGB value is (32,14,90). Sum of RGB (Red+Green+Blue) = 32+14+90=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #200E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200E5A is #DFF1A5. Grayscale: #1B1B1B. Windows color (decimal): -14676390 or 5901856. OLE color: 5901856.
HSL color Cylindrical-coordinate representation of color #200E5A: hue angle of 254.21º 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 #200E5A is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 14 | 90 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.65 |
| HSL | 254.21º | 0.73% | 0.2% | - |
| HSV(B) | 254.21º | 0.84% | 0.35% | - |
| XYZ | 2.6 | 1.36 | 9.8 | - |
| YUV | 28.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 90 | 0.64 | 0.84 | 0 | 0.65 | 254.21 | 0.73 | 0.2 |
| Hex | 20 | E | 5A | 40 | 54 | 0 | 41 | FE | 49 | 14 |
| Octal | 40 | 16 | 132 | 100 | 124 | 0 | 101 | 376 | 111 | 24 |
| Binary | 100000 | 1110 | 1011010 | 1000000 | 1010100 | 0 | 1000001 | 11111110 | 1001001 | 10100 |
Color Harmonies of #200E5A
Complementary color
Monochromatic Colors of #200E5A
Black with #200E5A
Text Example
Text Example
White with #200E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E5A; }
p { color: rgb(32,14,90); }
H1.HeaderClassName
{
color: #200E5A;
}
.AnyTagClassName
{
color: #200E5A;
}
</style>
background-color css
<style>
a { background-color: #200E5A; }
a { background-color: rgb(32,14,90); }
div.DivClassName
{
background-color: #200E5A;
}
.BgClassName
{
background-color: #200E5A;
}
</style>
border-color css
<style>
span { border-color: #200E5A; }
span { border-color: rgb(32,14,90); }
td.TdClassName
{
border-color: #200E5A;
}
.TagClassName
{
border-color: #200E5A;
}
</style>