Shades of Paua #200B5C
Tints of Paua #200B5C
RGB
CMYK
RGB Variations
Color information
#200B5C (or 0x200B5C) is known color: Paua. HEX triplet: 20, 0B and 5C. RGB value is (32,11,92). Sum of RGB (Red+Green+Blue) = 32+11+92=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #200B5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B5C is #DFF4A3. Grayscale: #1A1A1A. Windows color (decimal): -14677156 or 6032160. OLE color: 6032160.
HSL color Cylindrical-coordinate representation of color #200B5C: hue angle of 255.56º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200B5C is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 11 | 92 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.64 |
| HSL | 255.56º | 0.79% | 0.2% | - |
| HSV(B) | 255.56º | 0.88% | 0.36% | - |
| XYZ | 2.65 | 1.32 | 10.24 | - |
| YUV | 26.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 92 | 0.65 | 0.88 | 0 | 0.64 | 255.56 | 0.79 | 0.2 |
| Hex | 20 | B | 5C | 41 | 58 | 0 | 40 | 100 | 4F | 14 |
| Octal | 40 | 13 | 134 | 101 | 130 | 0 | 100 | 400 | 117 | 24 |
| Binary | 100000 | 1011 | 1011100 | 1000001 | 1011000 | 0 | 1000000 | 100000000 | 1001111 | 10100 |
Color Harmonies of #200B5C
Complementary color
Monochromatic Colors of #200B5C
Black with #200B5C
Text Example
Text Example
White with #200B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B5C; }
p { color: rgb(32,11,92); }
H1.HeaderClassName
{
color: #200B5C;
}
.AnyTagClassName
{
color: #200B5C;
}
</style>
background-color css
<style>
a { background-color: #200B5C; }
a { background-color: rgb(32,11,92); }
div.DivClassName
{
background-color: #200B5C;
}
.BgClassName
{
background-color: #200B5C;
}
</style>
border-color css
<style>
span { border-color: #200B5C; }
span { border-color: rgb(32,11,92); }
td.TdClassName
{
border-color: #200B5C;
}
.TagClassName
{
border-color: #200B5C;
}
</style>