Shades of Paua #1E1A40
Tints of Paua #1E1A40
RGB
CMYK
RGB Variations
Color information
#1E1A40 (or 0x1E1A40) is known color: Paua. HEX triplet: 1E, 1A and 40. RGB value is (30,26,64). Sum of RGB (Red+Green+Blue) = 30+26+64=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A40 is #E1E5BF. Grayscale: #1F1F1F. Windows color (decimal): -14804416 or 4200990. OLE color: 4200990.
HSL color Cylindrical-coordinate representation of color #1E1A40: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E1A40 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 26 | 64 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.75 |
| HSL | 246.32º | 0.42% | 0.18% | - |
| HSV(B) | 246.32º | 0.59% | 0.25% | - |
| XYZ | 1.83 | 1.38 | 5.02 | - |
| YUV | 31.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 64 | 0.53 | 0.59 | 0 | 0.75 | 246.32 | 0.42 | 0.18 |
| Hex | 1E | 1A | 40 | 35 | 3B | 0 | 4B | F6 | 2A | 12 |
| Octal | 36 | 32 | 100 | 65 | 73 | 0 | 113 | 366 | 52 | 22 |
| Binary | 11110 | 11010 | 1000000 | 110101 | 111011 | 0 | 1001011 | 11110110 | 101010 | 10010 |
Color Harmonies of #1E1A40
Complementary color
Monochromatic Colors of #1E1A40
Black with #1E1A40
Text Example
Text Example
White with #1E1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A40; }
p { color: rgb(30,26,64); }
H1.HeaderClassName
{
color: #1E1A40;
}
.AnyTagClassName
{
color: #1E1A40;
}
</style>
background-color css
<style>
a { background-color: #1E1A40; }
a { background-color: rgb(30,26,64); }
div.DivClassName
{
background-color: #1E1A40;
}
.BgClassName
{
background-color: #1E1A40;
}
</style>
border-color css
<style>
span { border-color: #1E1A40; }
span { border-color: rgb(30,26,64); }
td.TdClassName
{
border-color: #1E1A40;
}
.TagClassName
{
border-color: #1E1A40;
}
</style>