Shades of Paua #211A5D
Tints of Paua #211A5D
RGB
CMYK
RGB Variations
Color information
#211A5D (or 0x211A5D) is known color: Paua. HEX triplet: 21, 1A and 5D. RGB value is (33,26,93). Sum of RGB (Red+Green+Blue) = 33+26+93=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #211A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A5D is #DEE5A2. Grayscale: #232323. Windows color (decimal): -14607779 or 6101537. OLE color: 6101537.
HSL color Cylindrical-coordinate representation of color #211A5D: hue angle of 246.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211A5D is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 26 | 93 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.64 |
| HSL | 246.27º | 0.56% | 0.23% | - |
| HSV(B) | 246.27º | 0.72% | 0.36% | - |
| XYZ | 2.97 | 1.85 | 10.56 | - |
| YUV | 35.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 93 | 0.65 | 0.72 | 0 | 0.64 | 246.27 | 0.56 | 0.23 |
| Hex | 21 | 1A | 5D | 41 | 48 | 0 | 40 | F6 | 38 | 17 |
| Octal | 41 | 32 | 135 | 101 | 110 | 0 | 100 | 366 | 70 | 27 |
| Binary | 100001 | 11010 | 1011101 | 1000001 | 1001000 | 0 | 1000000 | 11110110 | 111000 | 10111 |
Color Harmonies of #211A5D
Complementary color
Monochromatic Colors of #211A5D
Black with #211A5D
Text Example
Text Example
White with #211A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A5D; }
p { color: rgb(33,26,93); }
H1.HeaderClassName
{
color: #211A5D;
}
.AnyTagClassName
{
color: #211A5D;
}
</style>
background-color css
<style>
a { background-color: #211A5D; }
a { background-color: rgb(33,26,93); }
div.DivClassName
{
background-color: #211A5D;
}
.BgClassName
{
background-color: #211A5D;
}
</style>
border-color css
<style>
span { border-color: #211A5D; }
span { border-color: rgb(33,26,93); }
td.TdClassName
{
border-color: #211A5D;
}
.TagClassName
{
border-color: #211A5D;
}
</style>