Shades of Paua #1E1948
Tints of Paua #1E1948
RGB
CMYK
RGB Variations
Color information
#1E1948 (or 0x1E1948) is known color: Paua. HEX triplet: 1E, 19 and 48. RGB value is (30,25,72). Sum of RGB (Red+Green+Blue) = 30+25+72=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1948 is #E1E6B7. Grayscale: #1F1F1F. Windows color (decimal): -14804664 or 4725022. OLE color: 4725022.
HSL color Cylindrical-coordinate representation of color #1E1948: hue angle of 246.38º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E1948 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 25 | 72 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.72 |
| HSL | 246.38º | 0.48% | 0.19% | - |
| HSV(B) | 246.38º | 0.65% | 0.28% | - |
| XYZ | 2.05 | 1.44 | 6.3 | - |
| YUV | 31.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 72 | 0.58 | 0.65 | 0 | 0.72 | 246.38 | 0.48 | 0.19 |
| Hex | 1E | 19 | 48 | 3A | 41 | 0 | 48 | F6 | 30 | 13 |
| Octal | 36 | 31 | 110 | 72 | 101 | 0 | 110 | 366 | 60 | 23 |
| Binary | 11110 | 11001 | 1001000 | 111010 | 1000001 | 0 | 1001000 | 11110110 | 110000 | 10011 |
Color Harmonies of #1E1948
Complementary color
Monochromatic Colors of #1E1948
Black with #1E1948
Text Example
Text Example
White with #1E1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1948; }
p { color: rgb(30,25,72); }
H1.HeaderClassName
{
color: #1E1948;
}
.AnyTagClassName
{
color: #1E1948;
}
</style>
background-color css
<style>
a { background-color: #1E1948; }
a { background-color: rgb(30,25,72); }
div.DivClassName
{
background-color: #1E1948;
}
.BgClassName
{
background-color: #1E1948;
}
</style>
border-color css
<style>
span { border-color: #1E1948; }
span { border-color: rgb(30,25,72); }
td.TdClassName
{
border-color: #1E1948;
}
.TagClassName
{
border-color: #1E1948;
}
</style>