Shades of Paua #1E185A
Tints of Paua #1E185A
RGB
CMYK
RGB Variations
Color information
#1E185A (or 0x1E185A) is known color: Paua. HEX triplet: 1E, 18 and 5A. RGB value is (30,24,90). Sum of RGB (Red+Green+Blue) = 30+24+90=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E185A is #E1E7A5. Grayscale: #212121. Windows color (decimal): -14804902 or 5904414. OLE color: 5904414.
HSL color Cylindrical-coordinate representation of color #1E185A: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E185A is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 24 | 90 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.65 |
| HSL | 245.45º | 0.58% | 0.22% | - |
| HSV(B) | 245.45º | 0.73% | 0.35% | - |
| XYZ | 2.71 | 1.67 | 9.85 | - |
| YUV | 33.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 90 | 0.67 | 0.73 | 0 | 0.65 | 245.45 | 0.58 | 0.22 |
| Hex | 1E | 18 | 5A | 43 | 49 | 0 | 41 | F5 | 3A | 16 |
| Octal | 36 | 30 | 132 | 103 | 111 | 0 | 101 | 365 | 72 | 26 |
| Binary | 11110 | 11000 | 1011010 | 1000011 | 1001001 | 0 | 1000001 | 11110101 | 111010 | 10110 |
Color Harmonies of #1E185A
Complementary color
Monochromatic Colors of #1E185A
Black with #1E185A
Text Example
Text Example
White with #1E185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E185A; }
p { color: rgb(30,24,90); }
H1.HeaderClassName
{
color: #1E185A;
}
.AnyTagClassName
{
color: #1E185A;
}
</style>
background-color css
<style>
a { background-color: #1E185A; }
a { background-color: rgb(30,24,90); }
div.DivClassName
{
background-color: #1E185A;
}
.BgClassName
{
background-color: #1E185A;
}
</style>
border-color css
<style>
span { border-color: #1E185A; }
span { border-color: rgb(30,24,90); }
td.TdClassName
{
border-color: #1E185A;
}
.TagClassName
{
border-color: #1E185A;
}
</style>