Shades of Paua #1E1944
Tints of Paua #1E1944
RGB
CMYK
RGB Variations
Color information
#1E1944 (or 0x1E1944) is known color: Paua. HEX triplet: 1E, 19 and 44. RGB value is (30,25,68). Sum of RGB (Red+Green+Blue) = 30+25+68=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1944 is #E1E6BB. Grayscale: #1F1F1F. Windows color (decimal): -14804668 or 4462878. OLE color: 4462878.
HSL color Cylindrical-coordinate representation of color #1E1944: hue angle of 246.98º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E1944 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 25 | 68 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.73 |
| HSL | 246.98º | 0.46% | 0.18% | - |
| HSV(B) | 246.98º | 0.63% | 0.27% | - |
| XYZ | 1.93 | 1.39 | 5.64 | - |
| YUV | 31.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 68 | 0.56 | 0.63 | 0 | 0.73 | 246.98 | 0.46 | 0.18 |
| Hex | 1E | 19 | 44 | 38 | 3F | 0 | 49 | F7 | 2E | 12 |
| Octal | 36 | 31 | 104 | 70 | 77 | 0 | 111 | 367 | 56 | 22 |
| Binary | 11110 | 11001 | 1000100 | 111000 | 111111 | 0 | 1001001 | 11110111 | 101110 | 10010 |
Color Harmonies of #1E1944
Complementary color
Monochromatic Colors of #1E1944
Black with #1E1944
Text Example
Text Example
White with #1E1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1944; }
p { color: rgb(30,25,68); }
H1.HeaderClassName
{
color: #1E1944;
}
.AnyTagClassName
{
color: #1E1944;
}
</style>
background-color css
<style>
a { background-color: #1E1944; }
a { background-color: rgb(30,25,68); }
div.DivClassName
{
background-color: #1E1944;
}
.BgClassName
{
background-color: #1E1944;
}
</style>
border-color css
<style>
span { border-color: #1E1944; }
span { border-color: rgb(30,25,68); }
td.TdClassName
{
border-color: #1E1944;
}
.TagClassName
{
border-color: #1E1944;
}
</style>