Shades of Paua #201A4E
Tints of Paua #201A4E
RGB
CMYK
RGB Variations
Color information
#201A4E (or 0x201A4E) is known color: Paua. HEX triplet: 20, 1A and 4E. RGB value is (32,26,78). Sum of RGB (Red+Green+Blue) = 32+26+78=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #201A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A4E is #DFE5B1. Grayscale: #212121. Windows color (decimal): -14673330 or 5118496. OLE color: 5118496.
HSL color Cylindrical-coordinate representation of color #201A4E: hue angle of 246.92º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #201A4E is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 26 | 78 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.69 |
| HSL | 246.92º | 0.5% | 0.2% | - |
| HSV(B) | 246.92º | 0.67% | 0.31% | - |
| XYZ | 2.34 | 1.6 | 7.39 | - |
| YUV | 33.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 78 | 0.59 | 0.67 | 0 | 0.69 | 246.92 | 0.5 | 0.2 |
| Hex | 20 | 1A | 4E | 3B | 43 | 0 | 45 | F7 | 32 | 14 |
| Octal | 40 | 32 | 116 | 73 | 103 | 0 | 105 | 367 | 62 | 24 |
| Binary | 100000 | 11010 | 1001110 | 111011 | 1000011 | 0 | 1000101 | 11110111 | 110010 | 10100 |
Color Harmonies of #201A4E
Complementary color
Monochromatic Colors of #201A4E
Black with #201A4E
Text Example
Text Example
White with #201A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A4E; }
p { color: rgb(32,26,78); }
H1.HeaderClassName
{
color: #201A4E;
}
.AnyTagClassName
{
color: #201A4E;
}
</style>
background-color css
<style>
a { background-color: #201A4E; }
a { background-color: rgb(32,26,78); }
div.DivClassName
{
background-color: #201A4E;
}
.BgClassName
{
background-color: #201A4E;
}
</style>
border-color css
<style>
span { border-color: #201A4E; }
span { border-color: rgb(32,26,78); }
td.TdClassName
{
border-color: #201A4E;
}
.TagClassName
{
border-color: #201A4E;
}
</style>