Shades of Paua #1E0F52
Tints of Paua #1E0F52
RGB
CMYK
RGB Variations
Color information
#1E0F52 (or 0x1E0F52) is known color: Paua. HEX triplet: 1E, 0F and 52. RGB value is (30,15,82). Sum of RGB (Red+Green+Blue) = 30+15+82=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E0F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F52 is #E1F0AD. Grayscale: #1A1A1A. Windows color (decimal): -14807214 or 5377822. OLE color: 5377822.
HSL color Cylindrical-coordinate representation of color #1E0F52: hue angle of 253.43º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E0F52 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 15 | 82 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.68 |
| HSL | 253.43º | 0.69% | 0.19% | - |
| HSV(B) | 253.43º | 0.82% | 0.32% | - |
| XYZ | 2.23 | 1.23 | 8.1 | - |
| YUV | 27.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 82 | 0.63 | 0.82 | 0 | 0.68 | 253.43 | 0.69 | 0.19 |
| Hex | 1E | F | 52 | 3F | 52 | 0 | 44 | FD | 45 | 13 |
| Octal | 36 | 17 | 122 | 77 | 122 | 0 | 104 | 375 | 105 | 23 |
| Binary | 11110 | 1111 | 1010010 | 111111 | 1010010 | 0 | 1000100 | 11111101 | 1000101 | 10011 |
Color Harmonies of #1E0F52
Complementary color
Monochromatic Colors of #1E0F52
Black with #1E0F52
Text Example
Text Example
White with #1E0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F52; }
p { color: rgb(30,15,82); }
H1.HeaderClassName
{
color: #1E0F52;
}
.AnyTagClassName
{
color: #1E0F52;
}
</style>
background-color css
<style>
a { background-color: #1E0F52; }
a { background-color: rgb(30,15,82); }
div.DivClassName
{
background-color: #1E0F52;
}
.BgClassName
{
background-color: #1E0F52;
}
</style>
border-color css
<style>
span { border-color: #1E0F52; }
span { border-color: rgb(30,15,82); }
td.TdClassName
{
border-color: #1E0F52;
}
.TagClassName
{
border-color: #1E0F52;
}
</style>