Shades of Paua #200F58
Tints of Paua #200F58
RGB
CMYK
RGB Variations
Color information
#200F58 (or 0x200F58) is known color: Paua. HEX triplet: 20, 0F and 58. RGB value is (32,15,88). Sum of RGB (Red+Green+Blue) = 32+15+88=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #200F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F58 is #DFF0A7. Grayscale: #1C1C1C. Windows color (decimal): -14676136 or 5771040. OLE color: 5771040.
HSL color Cylindrical-coordinate representation of color #200F58: hue angle of 253.97º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #200F58 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 15 | 88 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.65 |
| HSL | 253.97º | 0.71% | 0.2% | - |
| HSV(B) | 253.97º | 0.83% | 0.35% | - |
| XYZ | 2.53 | 1.35 | 9.36 | - |
| YUV | 28.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 88 | 0.64 | 0.83 | 0 | 0.65 | 253.97 | 0.71 | 0.2 |
| Hex | 20 | F | 58 | 40 | 53 | 0 | 41 | FE | 47 | 14 |
| Octal | 40 | 17 | 130 | 100 | 123 | 0 | 101 | 376 | 107 | 24 |
| Binary | 100000 | 1111 | 1011000 | 1000000 | 1010011 | 0 | 1000001 | 11111110 | 1000111 | 10100 |
Color Harmonies of #200F58
Complementary color
Monochromatic Colors of #200F58
Black with #200F58
Text Example
Text Example
White with #200F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F58; }
p { color: rgb(32,15,88); }
H1.HeaderClassName
{
color: #200F58;
}
.AnyTagClassName
{
color: #200F58;
}
</style>
background-color css
<style>
a { background-color: #200F58; }
a { background-color: rgb(32,15,88); }
div.DivClassName
{
background-color: #200F58;
}
.BgClassName
{
background-color: #200F58;
}
</style>
border-color css
<style>
span { border-color: #200F58; }
span { border-color: rgb(32,15,88); }
td.TdClassName
{
border-color: #200F58;
}
.TagClassName
{
border-color: #200F58;
}
</style>