Shades of Paua #1E1A43
Tints of Paua #1E1A43
RGB
CMYK
RGB Variations
Color information
#1E1A43 (or 0x1E1A43) is known color: Paua. HEX triplet: 1E, 1A and 43. RGB value is (30,26,67). Sum of RGB (Red+Green+Blue) = 30+26+67=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E1A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A43 is #E1E5BC. Grayscale: #1F1F1F. Windows color (decimal): -14804413 or 4397598. OLE color: 4397598.
HSL color Cylindrical-coordinate representation of color #1E1A43: hue angle of 245.85º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E1A43 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 26 | 67 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.74 |
| HSL | 245.85º | 0.44% | 0.18% | - |
| HSV(B) | 245.85º | 0.61% | 0.26% | - |
| XYZ | 1.92 | 1.42 | 5.48 | - |
| YUV | 31.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 67 | 0.55 | 0.61 | 0 | 0.74 | 245.85 | 0.44 | 0.18 |
| Hex | 1E | 1A | 43 | 37 | 3D | 0 | 4A | F6 | 2C | 12 |
| Octal | 36 | 32 | 103 | 67 | 75 | 0 | 112 | 366 | 54 | 22 |
| Binary | 11110 | 11010 | 1000011 | 110111 | 111101 | 0 | 1001010 | 11110110 | 101100 | 10010 |
Color Harmonies of #1E1A43
Complementary color
Monochromatic Colors of #1E1A43
Black with #1E1A43
Text Example
Text Example
White with #1E1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A43; }
p { color: rgb(30,26,67); }
H1.HeaderClassName
{
color: #1E1A43;
}
.AnyTagClassName
{
color: #1E1A43;
}
</style>
background-color css
<style>
a { background-color: #1E1A43; }
a { background-color: rgb(30,26,67); }
div.DivClassName
{
background-color: #1E1A43;
}
.BgClassName
{
background-color: #1E1A43;
}
</style>
border-color css
<style>
span { border-color: #1E1A43; }
span { border-color: rgb(30,26,67); }
td.TdClassName
{
border-color: #1E1A43;
}
.TagClassName
{
border-color: #1E1A43;
}
</style>