Shades of Paua #201B4B
Tints of Paua #201B4B
RGB
CMYK
RGB Variations
Color information
#201B4B (or 0x201B4B) is known color: Paua. HEX triplet: 20, 1B and 4B. RGB value is (32,27,75). Sum of RGB (Red+Green+Blue) = 32+27+75=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #201B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B4B is #DFE4B4. Grayscale: #212121. Windows color (decimal): -14673077 or 4922144. OLE color: 4922144.
HSL color Cylindrical-coordinate representation of color #201B4B: hue angle of 246.25º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201B4B is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 27 | 75 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.71 |
| HSL | 246.25º | 0.47% | 0.2% | - |
| HSV(B) | 246.25º | 0.64% | 0.29% | - |
| XYZ | 2.26 | 1.6 | 6.85 | - |
| YUV | 33.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 75 | 0.57 | 0.64 | 0 | 0.71 | 246.25 | 0.47 | 0.2 |
| Hex | 20 | 1B | 4B | 39 | 40 | 0 | 47 | F6 | 2F | 14 |
| Octal | 40 | 33 | 113 | 71 | 100 | 0 | 107 | 366 | 57 | 24 |
| Binary | 100000 | 11011 | 1001011 | 111001 | 1000000 | 0 | 1000111 | 11110110 | 101111 | 10100 |
Color Harmonies of #201B4B
Complementary color
Monochromatic Colors of #201B4B
Black with #201B4B
Text Example
Text Example
White with #201B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B4B; }
p { color: rgb(32,27,75); }
H1.HeaderClassName
{
color: #201B4B;
}
.AnyTagClassName
{
color: #201B4B;
}
</style>
background-color css
<style>
a { background-color: #201B4B; }
a { background-color: rgb(32,27,75); }
div.DivClassName
{
background-color: #201B4B;
}
.BgClassName
{
background-color: #201B4B;
}
</style>
border-color css
<style>
span { border-color: #201B4B; }
span { border-color: rgb(32,27,75); }
td.TdClassName
{
border-color: #201B4B;
}
.TagClassName
{
border-color: #201B4B;
}
</style>