Shades of Paua #1E205C
Tints of Paua #1E205C
RGB
CMYK
RGB Variations
Color information
#1E205C (or 0x1E205C) is known color: Paua. HEX triplet: 1E, 20 and 5C. RGB value is (30,32,92). Sum of RGB (Red+Green+Blue) = 30+32+92=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E205C is #E1DFA3. Grayscale: #262626. Windows color (decimal): -14802852 or 6037534. OLE color: 6037534.
HSL color Cylindrical-coordinate representation of color #1E205C: hue angle of 238.06º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E205C is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 32 | 92 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.64 |
| HSL | 238.06º | 0.51% | 0.24% | - |
| HSV(B) | 238.06º | 0.67% | 0.36% | - |
| XYZ | 2.98 | 2.08 | 10.37 | - |
| YUV | 38.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 92 | 0.67 | 0.65 | 0 | 0.64 | 238.06 | 0.51 | 0.24 |
| Hex | 1E | 20 | 5C | 43 | 41 | 0 | 40 | EE | 33 | 18 |
| Octal | 36 | 40 | 134 | 103 | 101 | 0 | 100 | 356 | 63 | 30 |
| Binary | 11110 | 100000 | 1011100 | 1000011 | 1000001 | 0 | 1000000 | 11101110 | 110011 | 11000 |
Color Harmonies of #1E205C
Complementary color
Monochromatic Colors of #1E205C
Black with #1E205C
Text Example
Text Example
White with #1E205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E205C; }
p { color: rgb(30,32,92); }
H1.HeaderClassName
{
color: #1E205C;
}
.AnyTagClassName
{
color: #1E205C;
}
</style>
background-color css
<style>
a { background-color: #1E205C; }
a { background-color: rgb(30,32,92); }
div.DivClassName
{
background-color: #1E205C;
}
.BgClassName
{
background-color: #1E205C;
}
</style>
border-color css
<style>
span { border-color: #1E205C; }
span { border-color: rgb(30,32,92); }
td.TdClassName
{
border-color: #1E205C;
}
.TagClassName
{
border-color: #1E205C;
}
</style>