Shades of Paua #201B5E
Tints of Paua #201B5E
RGB
CMYK
RGB Variations
Color information
#201B5E (or 0x201B5E) is known color: Paua. HEX triplet: 20, 1B and 5E. RGB value is (32,27,94). Sum of RGB (Red+Green+Blue) = 32+27+94=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #201B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B5E is #DFE4A1. Grayscale: #232323. Windows color (decimal): -14673058 or 6167328. OLE color: 6167328.
HSL color Cylindrical-coordinate representation of color #201B5E: hue angle of 244.48º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201B5E is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 32 | 27 | 94 | - |
CMYK | 0.66 | 0.71 | 0 | 0.63 |
HSL | 244.48º | 0.55% | 0.24% | - |
HSV(B) | 244.48º | 0.71% | 0.37% | - |
XYZ | 3.01 | 1.9 | 10.8 | - |
YUV | 36.13 | 160.66 | 125.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 27 | 94 | 0.66 | 0.71 | 0 | 0.63 | 244.48 | 0.55 | 0.24 |
Hex | 20 | 1B | 5E | 42 | 47 | 0 | 3F | F4 | 37 | 18 |
Octal | 40 | 33 | 136 | 102 | 107 | 0 | 77 | 364 | 67 | 30 |
Binary | 100000 | 11011 | 1011110 | 1000010 | 1000111 | 0 | 111111 | 11110100 | 110111 | 11000 |
Color Harmonies of #201B5E
Complementary color
Monochromatic Colors of #201B5E
Black with #201B5E
Text Example
Text Example
White with #201B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B5E; }
p { color: rgb(32,27,94); }
H1.HeaderClassName
{
color: #201B5E;
}
.AnyTagClassName
{
color: #201B5E;
}
</style>
background-color css
<style>
a { background-color: #201B5E; }
a { background-color: rgb(32,27,94); }
div.DivClassName
{
background-color: #201B5E;
}
.BgClassName
{
background-color: #201B5E;
}
</style>
border-color css
<style>
span { border-color: #201B5E; }
span { border-color: rgb(32,27,94); }
td.TdClassName
{
border-color: #201B5E;
}
.TagClassName
{
border-color: #201B5E;
}
</style>