Shades of Paua #1E175B
Tints of Paua #1E175B
RGB
CMYK
RGB Variations
Color information
#1E175B (or 0x1E175B) is known color: Paua. HEX triplet: 1E, 17 and 5B. RGB value is (30,23,91). Sum of RGB (Red+Green+Blue) = 30+23+91=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175B is #E1E8A4. Grayscale: #202020. Windows color (decimal): -14805157 or 5969694. OLE color: 5969694.
HSL color Cylindrical-coordinate representation of color #1E175B: hue angle of 246.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E175B is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 23 | 91 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.64 |
| HSL | 246.18º | 0.6% | 0.22% | - |
| HSV(B) | 246.18º | 0.75% | 0.36% | - |
| XYZ | 2.73 | 1.64 | 10.07 | - |
| YUV | 32.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 91 | 0.67 | 0.75 | 0 | 0.64 | 246.18 | 0.6 | 0.22 |
| Hex | 1E | 17 | 5B | 43 | 4B | 0 | 40 | F6 | 3C | 16 |
| Octal | 36 | 27 | 133 | 103 | 113 | 0 | 100 | 366 | 74 | 26 |
| Binary | 11110 | 10111 | 1011011 | 1000011 | 1001011 | 0 | 1000000 | 11110110 | 111100 | 10110 |
Color Harmonies of #1E175B
Complementary color
Monochromatic Colors of #1E175B
Black with #1E175B
Text Example
Text Example
White with #1E175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E175B; }
p { color: rgb(30,23,91); }
H1.HeaderClassName
{
color: #1E175B;
}
.AnyTagClassName
{
color: #1E175B;
}
</style>
background-color css
<style>
a { background-color: #1E175B; }
a { background-color: rgb(30,23,91); }
div.DivClassName
{
background-color: #1E175B;
}
.BgClassName
{
background-color: #1E175B;
}
</style>
border-color css
<style>
span { border-color: #1E175B; }
span { border-color: rgb(30,23,91); }
td.TdClassName
{
border-color: #1E175B;
}
.TagClassName
{
border-color: #1E175B;
}
</style>