Shades of Paua #201A5E
Tints of Paua #201A5E
RGB
CMYK
RGB Variations
Color information
#201A5E (or 0x201A5E) is known color: Paua. HEX triplet: 20, 1A and 5E. RGB value is (32,26,94). Sum of RGB (Red+Green+Blue) = 32+26+94=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #201A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201A5E is #DFE5A1. Grayscale: #232323. Windows color (decimal): -14673314 or 6167072. OLE color: 6167072.
HSL color Cylindrical-coordinate representation of color #201A5E: hue angle of 245.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201A5E is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 32 | 26 | 94 | - |
CMYK | 0.66 | 0.72 | 0 | 0.63 |
HSL | 245.29º | 0.57% | 0.24% | - |
HSV(B) | 245.29º | 0.72% | 0.37% | - |
XYZ | 2.99 | 1.85 | 10.79 | - |
YUV | 35.55 | 160.99 | 125.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 94 | 0.66 | 0.72 | 0 | 0.63 | 245.29 | 0.57 | 0.24 |
Hex | 20 | 1A | 5E | 42 | 48 | 0 | 3F | F5 | 39 | 18 |
Octal | 40 | 32 | 136 | 102 | 110 | 0 | 77 | 365 | 71 | 30 |
Binary | 100000 | 11010 | 1011110 | 1000010 | 1001000 | 0 | 111111 | 11110101 | 111001 | 11000 |
Color Harmonies of #201A5E
Complementary color
Monochromatic Colors of #201A5E
Black with #201A5E
Text Example
Text Example
White with #201A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A5E; }
p { color: rgb(32,26,94); }
H1.HeaderClassName
{
color: #201A5E;
}
.AnyTagClassName
{
color: #201A5E;
}
</style>
background-color css
<style>
a { background-color: #201A5E; }
a { background-color: rgb(32,26,94); }
div.DivClassName
{
background-color: #201A5E;
}
.BgClassName
{
background-color: #201A5E;
}
</style>
border-color css
<style>
span { border-color: #201A5E; }
span { border-color: rgb(32,26,94); }
td.TdClassName
{
border-color: #201A5E;
}
.TagClassName
{
border-color: #201A5E;
}
</style>