Shades of Paua #1E1B50
Tints of Paua #1E1B50
RGB
CMYK
RGB Variations
Color information
#1E1B50 (or 0x1E1B50) is known color: Paua. HEX triplet: 1E, 1B and 50. RGB value is (30,27,80). Sum of RGB (Red+Green+Blue) = 30+27+80=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E1B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1B50 is #E1E4AF. Grayscale: #212121. Windows color (decimal): -14804144 or 5249822. OLE color: 5249822.
HSL color Cylindrical-coordinate representation of color #1E1B50: hue angle of 243.4º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1B50 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 27 | 80 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.69 |
| HSL | 243.4º | 0.5% | 0.21% | - |
| HSV(B) | 243.4º | 0.66% | 0.31% | - |
| XYZ | 2.38 | 1.64 | 7.78 | - |
| YUV | 33.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 80 | 0.62 | 0.66 | 0 | 0.69 | 243.4 | 0.5 | 0.21 |
| Hex | 1E | 1B | 50 | 3E | 42 | 0 | 45 | F3 | 32 | 15 |
| Octal | 36 | 33 | 120 | 76 | 102 | 0 | 105 | 363 | 62 | 25 |
| Binary | 11110 | 11011 | 1010000 | 111110 | 1000010 | 0 | 1000101 | 11110011 | 110010 | 10101 |
Color Harmonies of #1E1B50
Complementary color
Monochromatic Colors of #1E1B50
Black with #1E1B50
Text Example
Text Example
White with #1E1B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B50; }
p { color: rgb(30,27,80); }
H1.HeaderClassName
{
color: #1E1B50;
}
.AnyTagClassName
{
color: #1E1B50;
}
</style>
background-color css
<style>
a { background-color: #1E1B50; }
a { background-color: rgb(30,27,80); }
div.DivClassName
{
background-color: #1E1B50;
}
.BgClassName
{
background-color: #1E1B50;
}
</style>
border-color css
<style>
span { border-color: #1E1B50; }
span { border-color: rgb(30,27,80); }
td.TdClassName
{
border-color: #1E1B50;
}
.TagClassName
{
border-color: #1E1B50;
}
</style>