Shades of Paua #1E174B
Tints of Paua #1E174B
RGB
CMYK
RGB Variations
Color information
#1E174B (or 0x1E174B) is known color: Paua. HEX triplet: 1E, 17 and 4B. RGB value is (30,23,75). Sum of RGB (Red+Green+Blue) = 30+23+75=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E174B is #E1E8B4. Grayscale: #1E1E1E. Windows color (decimal): -14805173 or 4921118. OLE color: 4921118.
HSL color Cylindrical-coordinate representation of color #1E174B: hue angle of 248.08º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E174B is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 23 | 75 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.71 |
| HSL | 248.08º | 0.53% | 0.19% | - |
| HSV(B) | 248.08º | 0.69% | 0.29% | - |
| XYZ | 2.11 | 1.4 | 6.81 | - |
| YUV | 31.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 75 | 0.60 | 0.69 | 0 | 0.71 | 248.08 | 0.53 | 0.19 |
| Hex | 1E | 17 | 4B | 3C | 45 | 0 | 47 | F8 | 35 | 13 |
| Octal | 36 | 27 | 113 | 74 | 105 | 0 | 107 | 370 | 65 | 23 |
| Binary | 11110 | 10111 | 1001011 | 111100 | 1000101 | 0 | 1000111 | 11111000 | 110101 | 10011 |
Color Harmonies of #1E174B
Complementary color
Monochromatic Colors of #1E174B
Black with #1E174B
Text Example
Text Example
White with #1E174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E174B; }
p { color: rgb(30,23,75); }
H1.HeaderClassName
{
color: #1E174B;
}
.AnyTagClassName
{
color: #1E174B;
}
</style>
background-color css
<style>
a { background-color: #1E174B; }
a { background-color: rgb(30,23,75); }
div.DivClassName
{
background-color: #1E174B;
}
.BgClassName
{
background-color: #1E174B;
}
</style>
border-color css
<style>
span { border-color: #1E174B; }
span { border-color: rgb(30,23,75); }
td.TdClassName
{
border-color: #1E174B;
}
.TagClassName
{
border-color: #1E174B;
}
</style>