Shades of Paua #1E134B
Tints of Paua #1E134B
RGB
CMYK
RGB Variations
Color information
#1E134B (or 0x1E134B) is known color: Paua. HEX triplet: 1E, 13 and 4B. RGB value is (30,19,75). Sum of RGB (Red+Green+Blue) = 30+19+75=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E134B is #E1ECB4. Grayscale: #1C1C1C. Windows color (decimal): -14806197 or 4920094. OLE color: 4920094.
HSL color Cylindrical-coordinate representation of color #1E134B: hue angle of 251.79º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E134B is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 19 | 75 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.71 |
| HSL | 251.79º | 0.6% | 0.18% | - |
| HSV(B) | 251.79º | 0.75% | 0.29% | - |
| XYZ | 2.04 | 1.25 | 6.79 | - |
| YUV | 28.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 75 | 0.60 | 0.75 | 0 | 0.71 | 251.79 | 0.6 | 0.18 |
| Hex | 1E | 13 | 4B | 3C | 4B | 0 | 47 | FC | 3C | 12 |
| Octal | 36 | 23 | 113 | 74 | 113 | 0 | 107 | 374 | 74 | 22 |
| Binary | 11110 | 10011 | 1001011 | 111100 | 1001011 | 0 | 1000111 | 11111100 | 111100 | 10010 |
Color Harmonies of #1E134B
Complementary color
Monochromatic Colors of #1E134B
Black with #1E134B
Text Example
Text Example
White with #1E134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E134B; }
p { color: rgb(30,19,75); }
H1.HeaderClassName
{
color: #1E134B;
}
.AnyTagClassName
{
color: #1E134B;
}
</style>
background-color css
<style>
a { background-color: #1E134B; }
a { background-color: rgb(30,19,75); }
div.DivClassName
{
background-color: #1E134B;
}
.BgClassName
{
background-color: #1E134B;
}
</style>
border-color css
<style>
span { border-color: #1E134B; }
span { border-color: rgb(30,19,75); }
td.TdClassName
{
border-color: #1E134B;
}
.TagClassName
{
border-color: #1E134B;
}
</style>