Shades of Paua #1E194D
Tints of Paua #1E194D
RGB
CMYK
RGB Variations
Color information
#1E194D (or 0x1E194D) is known color: Paua. HEX triplet: 1E, 19 and 4D. RGB value is (30,25,77). Sum of RGB (Red+Green+Blue) = 30+25+77=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E194D is #E1E6B2. Grayscale: #202020. Windows color (decimal): -14804659 or 5052702. OLE color: 5052702.
HSL color Cylindrical-coordinate representation of color #1E194D: hue angle of 245.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E194D is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 25 | 77 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.70 |
| HSL | 245.77º | 0.51% | 0.2% | - |
| HSV(B) | 245.77º | 0.68% | 0.3% | - |
| XYZ | 2.22 | 1.51 | 7.19 | - |
| YUV | 32.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 77 | 0.61 | 0.68 | 0 | 0.70 | 245.77 | 0.51 | 0.2 |
| Hex | 1E | 19 | 4D | 3D | 44 | 0 | 46 | F6 | 33 | 14 |
| Octal | 36 | 31 | 115 | 75 | 104 | 0 | 106 | 366 | 63 | 24 |
| Binary | 11110 | 11001 | 1001101 | 111101 | 1000100 | 0 | 1000110 | 11110110 | 110011 | 10100 |
Color Harmonies of #1E194D
Complementary color
Monochromatic Colors of #1E194D
Black with #1E194D
Text Example
Text Example
White with #1E194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E194D; }
p { color: rgb(30,25,77); }
H1.HeaderClassName
{
color: #1E194D;
}
.AnyTagClassName
{
color: #1E194D;
}
</style>
background-color css
<style>
a { background-color: #1E194D; }
a { background-color: rgb(30,25,77); }
div.DivClassName
{
background-color: #1E194D;
}
.BgClassName
{
background-color: #1E194D;
}
</style>
border-color css
<style>
span { border-color: #1E194D; }
span { border-color: rgb(30,25,77); }
td.TdClassName
{
border-color: #1E194D;
}
.TagClassName
{
border-color: #1E194D;
}
</style>