Shades of Paua #200B5D
Tints of Paua #200B5D
RGB
CMYK
RGB Variations
Color information
#200B5D (or 0x200B5D) is known color: Paua. HEX triplet: 20, 0B and 5D. RGB value is (32,11,93). Sum of RGB (Red+Green+Blue) = 32+11+93=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #200B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B5D is #DFF4A2. Grayscale: #1A1A1A. Windows color (decimal): -14677155 or 6097696. OLE color: 6097696.
HSL color Cylindrical-coordinate representation of color #200B5D: hue angle of 255.37º 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 #200B5D is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 11 | 93 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.64 |
| HSL | 255.37º | 0.79% | 0.2% | - |
| HSV(B) | 255.37º | 0.88% | 0.36% | - |
| XYZ | 2.69 | 1.34 | 10.47 | - |
| YUV | 26.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 93 | 0.66 | 0.88 | 0 | 0.64 | 255.37 | 0.79 | 0.2 |
| Hex | 20 | B | 5D | 42 | 58 | 0 | 40 | FF | 4F | 14 |
| Octal | 40 | 13 | 135 | 102 | 130 | 0 | 100 | 377 | 117 | 24 |
| Binary | 100000 | 1011 | 1011101 | 1000010 | 1011000 | 0 | 1000000 | 11111111 | 1001111 | 10100 |
Color Harmonies of #200B5D
Complementary color
Monochromatic Colors of #200B5D
Black with #200B5D
Text Example
Text Example
White with #200B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B5D; }
p { color: rgb(32,11,93); }
H1.HeaderClassName
{
color: #200B5D;
}
.AnyTagClassName
{
color: #200B5D;
}
</style>
background-color css
<style>
a { background-color: #200B5D; }
a { background-color: rgb(32,11,93); }
div.DivClassName
{
background-color: #200B5D;
}
.BgClassName
{
background-color: #200B5D;
}
</style>
border-color css
<style>
span { border-color: #200B5D; }
span { border-color: rgb(32,11,93); }
td.TdClassName
{
border-color: #200B5D;
}
.TagClassName
{
border-color: #200B5D;
}
</style>