Shades of Paua #1E175A
Tints of Paua #1E175A
RGB
CMYK
RGB Variations
Color information
#1E175A (or 0x1E175A) is known color: Paua. HEX triplet: 1E, 17 and 5A. RGB value is (30,23,90). Sum of RGB (Red+Green+Blue) = 30+23+90=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175A is #E1E8A5. Grayscale: #202020. Windows color (decimal): -14805158 or 5904158. OLE color: 5904158.
HSL color Cylindrical-coordinate representation of color #1E175A: hue angle of 246.27º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E175A is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 23 | 90 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.65 |
| HSL | 246.27º | 0.59% | 0.22% | - |
| HSV(B) | 246.27º | 0.74% | 0.35% | - |
| XYZ | 2.69 | 1.63 | 9.85 | - |
| YUV | 32.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 90 | 0.67 | 0.74 | 0 | 0.65 | 246.27 | 0.59 | 0.22 |
| Hex | 1E | 17 | 5A | 43 | 4A | 0 | 41 | F6 | 3B | 16 |
| Octal | 36 | 27 | 132 | 103 | 112 | 0 | 101 | 366 | 73 | 26 |
| Binary | 11110 | 10111 | 1011010 | 1000011 | 1001010 | 0 | 1000001 | 11110110 | 111011 | 10110 |
Color Harmonies of #1E175A
Complementary color
Monochromatic Colors of #1E175A
Black with #1E175A
Text Example
Text Example
White with #1E175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E175A; }
p { color: rgb(30,23,90); }
H1.HeaderClassName
{
color: #1E175A;
}
.AnyTagClassName
{
color: #1E175A;
}
</style>
background-color css
<style>
a { background-color: #1E175A; }
a { background-color: rgb(30,23,90); }
div.DivClassName
{
background-color: #1E175A;
}
.BgClassName
{
background-color: #1E175A;
}
</style>
border-color css
<style>
span { border-color: #1E175A; }
span { border-color: rgb(30,23,90); }
td.TdClassName
{
border-color: #1E175A;
}
.TagClassName
{
border-color: #1E175A;
}
</style>