Shades of Paua #200B5B
Tints of Paua #200B5B
RGB
CMYK
RGB Variations
Color information
#200B5B (or 0x200B5B) is known color: Paua. HEX triplet: 20, 0B and 5B. RGB value is (32,11,91). Sum of RGB (Red+Green+Blue) = 32+11+91=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #200B5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B5B is #DFF4A4. Grayscale: #1A1A1A. Windows color (decimal): -14677157 or 5966624. OLE color: 5966624.
HSL color Cylindrical-coordinate representation of color #200B5B: hue angle of 255.75º degrees, saturation: 0.78, 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 #200B5B is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 11 | 91 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.64 |
| HSL | 255.75º | 0.78% | 0.2% | - |
| HSV(B) | 255.75º | 0.88% | 0.36% | - |
| XYZ | 2.6 | 1.3 | 10.01 | - |
| YUV | 26.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 91 | 0.65 | 0.88 | 0 | 0.64 | 255.75 | 0.78 | 0.2 |
| Hex | 20 | B | 5B | 41 | 58 | 0 | 40 | 100 | 4E | 14 |
| Octal | 40 | 13 | 133 | 101 | 130 | 0 | 100 | 400 | 116 | 24 |
| Binary | 100000 | 1011 | 1011011 | 1000001 | 1011000 | 0 | 1000000 | 100000000 | 1001110 | 10100 |
Color Harmonies of #200B5B
Complementary color
Monochromatic Colors of #200B5B
Black with #200B5B
Text Example
Text Example
White with #200B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B5B; }
p { color: rgb(32,11,91); }
H1.HeaderClassName
{
color: #200B5B;
}
.AnyTagClassName
{
color: #200B5B;
}
</style>
background-color css
<style>
a { background-color: #200B5B; }
a { background-color: rgb(32,11,91); }
div.DivClassName
{
background-color: #200B5B;
}
.BgClassName
{
background-color: #200B5B;
}
</style>
border-color css
<style>
span { border-color: #200B5B; }
span { border-color: rgb(32,11,91); }
td.TdClassName
{
border-color: #200B5B;
}
.TagClassName
{
border-color: #200B5B;
}
</style>