Shades of Paua #201A4B
Tints of Paua #201A4B
RGB
CMYK
RGB Variations
Color information
#201A4B (or 0x201A4B) is known color: Paua. HEX triplet: 20, 1A and 4B. RGB value is (32,26,75). Sum of RGB (Red+Green+Blue) = 32+26+75=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #201A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A4B is #DFE5B4. Grayscale: #212121. Windows color (decimal): -14673333 or 4921888. OLE color: 4921888.
HSL color Cylindrical-coordinate representation of color #201A4B: hue angle of 247.35º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201A4B is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 26 | 75 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.71 |
| HSL | 247.35º | 0.49% | 0.2% | - |
| HSV(B) | 247.35º | 0.65% | 0.29% | - |
| XYZ | 2.24 | 1.55 | 6.84 | - |
| YUV | 33.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 75 | 0.57 | 0.65 | 0 | 0.71 | 247.35 | 0.49 | 0.2 |
| Hex | 20 | 1A | 4B | 39 | 41 | 0 | 47 | F7 | 31 | 14 |
| Octal | 40 | 32 | 113 | 71 | 101 | 0 | 107 | 367 | 61 | 24 |
| Binary | 100000 | 11010 | 1001011 | 111001 | 1000001 | 0 | 1000111 | 11110111 | 110001 | 10100 |
Color Harmonies of #201A4B
Complementary color
Monochromatic Colors of #201A4B
Black with #201A4B
Text Example
Text Example
White with #201A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A4B; }
p { color: rgb(32,26,75); }
H1.HeaderClassName
{
color: #201A4B;
}
.AnyTagClassName
{
color: #201A4B;
}
</style>
background-color css
<style>
a { background-color: #201A4B; }
a { background-color: rgb(32,26,75); }
div.DivClassName
{
background-color: #201A4B;
}
.BgClassName
{
background-color: #201A4B;
}
</style>
border-color css
<style>
span { border-color: #201A4B; }
span { border-color: rgb(32,26,75); }
td.TdClassName
{
border-color: #201A4B;
}
.TagClassName
{
border-color: #201A4B;
}
</style>