Shades of Paua #1E165A
Tints of Paua #1E165A
RGB
CMYK
RGB Variations
Color information
#1E165A (or 0x1E165A) is known color: Paua. HEX triplet: 1E, 16 and 5A. RGB value is (30,22,90). Sum of RGB (Red+Green+Blue) = 30+22+90=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E165A is #E1E9A5. Grayscale: #1F1F1F. Windows color (decimal): -14805414 or 5903902. OLE color: 5903902.
HSL color Cylindrical-coordinate representation of color #1E165A: hue angle of 247.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E165A is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 22 | 90 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.65 |
| HSL | 247.06º | 0.61% | 0.22% | - |
| HSV(B) | 247.06º | 0.76% | 0.35% | - |
| XYZ | 2.67 | 1.59 | 9.84 | - |
| YUV | 32.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 90 | 0.67 | 0.76 | 0 | 0.65 | 247.06 | 0.61 | 0.22 |
| Hex | 1E | 16 | 5A | 43 | 4C | 0 | 41 | F7 | 3D | 16 |
| Octal | 36 | 26 | 132 | 103 | 114 | 0 | 101 | 367 | 75 | 26 |
| Binary | 11110 | 10110 | 1011010 | 1000011 | 1001100 | 0 | 1000001 | 11110111 | 111101 | 10110 |
Color Harmonies of #1E165A
Complementary color
Monochromatic Colors of #1E165A
Black with #1E165A
Text Example
Text Example
White with #1E165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E165A; }
p { color: rgb(30,22,90); }
H1.HeaderClassName
{
color: #1E165A;
}
.AnyTagClassName
{
color: #1E165A;
}
</style>
background-color css
<style>
a { background-color: #1E165A; }
a { background-color: rgb(30,22,90); }
div.DivClassName
{
background-color: #1E165A;
}
.BgClassName
{
background-color: #1E165A;
}
</style>
border-color css
<style>
span { border-color: #1E165A; }
span { border-color: rgb(30,22,90); }
td.TdClassName
{
border-color: #1E165A;
}
.TagClassName
{
border-color: #1E165A;
}
</style>