Shades of Paua #1E174D
Tints of Paua #1E174D
RGB
CMYK
RGB Variations
Color information
#1E174D (or 0x1E174D) is known color: Paua. HEX triplet: 1E, 17 and 4D. RGB value is (30,23,77). Sum of RGB (Red+Green+Blue) = 30+23+77=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E174D is #E1E8B2. Grayscale: #1F1F1F. Windows color (decimal): -14805171 or 5052190. OLE color: 5052190.
HSL color Cylindrical-coordinate representation of color #1E174D: hue angle of 247.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E174D is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 23 | 77 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.70 |
| HSL | 247.78º | 0.54% | 0.2% | - |
| HSV(B) | 247.78º | 0.7% | 0.3% | - |
| XYZ | 2.18 | 1.42 | 7.18 | - |
| YUV | 31.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 77 | 0.61 | 0.70 | 0 | 0.70 | 247.78 | 0.54 | 0.2 |
| Hex | 1E | 17 | 4D | 3D | 46 | 0 | 46 | F8 | 36 | 14 |
| Octal | 36 | 27 | 115 | 75 | 106 | 0 | 106 | 370 | 66 | 24 |
| Binary | 11110 | 10111 | 1001101 | 111101 | 1000110 | 0 | 1000110 | 11111000 | 110110 | 10100 |
Color Harmonies of #1E174D
Complementary color
Monochromatic Colors of #1E174D
Black with #1E174D
Text Example
Text Example
White with #1E174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E174D; }
p { color: rgb(30,23,77); }
H1.HeaderClassName
{
color: #1E174D;
}
.AnyTagClassName
{
color: #1E174D;
}
</style>
background-color css
<style>
a { background-color: #1E174D; }
a { background-color: rgb(30,23,77); }
div.DivClassName
{
background-color: #1E174D;
}
.BgClassName
{
background-color: #1E174D;
}
</style>
border-color css
<style>
span { border-color: #1E174D; }
span { border-color: rgb(30,23,77); }
td.TdClassName
{
border-color: #1E174D;
}
.TagClassName
{
border-color: #1E174D;
}
</style>