Shades of Paua #1E135A
Tints of Paua #1E135A
RGB
CMYK
RGB Variations
Color information
#1E135A (or 0x1E135A) is known color: Paua. HEX triplet: 1E, 13 and 5A. RGB value is (30,19,90). Sum of RGB (Red+Green+Blue) = 30+19+90=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135A is #E1ECA5. Grayscale: #1E1E1E. Windows color (decimal): -14806182 or 5903134. OLE color: 5903134.
HSL color Cylindrical-coordinate representation of color #1E135A: hue angle of 249.3º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E135A is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 19 | 90 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.65 |
| HSL | 249.3º | 0.65% | 0.21% | - |
| HSV(B) | 249.3º | 0.79% | 0.35% | - |
| XYZ | 2.61 | 1.48 | 9.82 | - |
| YUV | 30.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 90 | 0.67 | 0.79 | 0 | 0.65 | 249.3 | 0.65 | 0.21 |
| Hex | 1E | 13 | 5A | 43 | 4F | 0 | 41 | F9 | 41 | 15 |
| Octal | 36 | 23 | 132 | 103 | 117 | 0 | 101 | 371 | 101 | 25 |
| Binary | 11110 | 10011 | 1011010 | 1000011 | 1001111 | 0 | 1000001 | 11111001 | 1000001 | 10101 |
Color Harmonies of #1E135A
Complementary color
Monochromatic Colors of #1E135A
Black with #1E135A
Text Example
Text Example
White with #1E135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E135A; }
p { color: rgb(30,19,90); }
H1.HeaderClassName
{
color: #1E135A;
}
.AnyTagClassName
{
color: #1E135A;
}
</style>
background-color css
<style>
a { background-color: #1E135A; }
a { background-color: rgb(30,19,90); }
div.DivClassName
{
background-color: #1E135A;
}
.BgClassName
{
background-color: #1E135A;
}
</style>
border-color css
<style>
span { border-color: #1E135A; }
span { border-color: rgb(30,19,90); }
td.TdClassName
{
border-color: #1E135A;
}
.TagClassName
{
border-color: #1E135A;
}
</style>