Shades of Paua #1E105B
Tints of Paua #1E105B
RGB
CMYK
RGB Variations
Color information
#1E105B (or 0x1E105B) is known color: Paua. HEX triplet: 1E, 10 and 5B. RGB value is (30,16,91). Sum of RGB (Red+Green+Blue) = 30+16+91=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E105B is #E1EFA4. Grayscale: #1C1C1C. Windows color (decimal): -14806949 or 5967902. OLE color: 5967902.
HSL color Cylindrical-coordinate representation of color #1E105B: hue angle of 251.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E105B is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 16 | 91 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.64 |
| HSL | 251.2º | 0.7% | 0.21% | - |
| HSV(B) | 251.2º | 0.82% | 0.36% | - |
| XYZ | 2.61 | 1.4 | 10.03 | - |
| YUV | 28.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 91 | 0.67 | 0.82 | 0 | 0.64 | 251.2 | 0.7 | 0.21 |
| Hex | 1E | 10 | 5B | 43 | 52 | 0 | 40 | FB | 46 | 15 |
| Octal | 36 | 20 | 133 | 103 | 122 | 0 | 100 | 373 | 106 | 25 |
| Binary | 11110 | 10000 | 1011011 | 1000011 | 1010010 | 0 | 1000000 | 11111011 | 1000110 | 10101 |
Color Harmonies of #1E105B
Complementary color
Monochromatic Colors of #1E105B
Black with #1E105B
Text Example
Text Example
White with #1E105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E105B; }
p { color: rgb(30,16,91); }
H1.HeaderClassName
{
color: #1E105B;
}
.AnyTagClassName
{
color: #1E105B;
}
</style>
background-color css
<style>
a { background-color: #1E105B; }
a { background-color: rgb(30,16,91); }
div.DivClassName
{
background-color: #1E105B;
}
.BgClassName
{
background-color: #1E105B;
}
</style>
border-color css
<style>
span { border-color: #1E105B; }
span { border-color: rgb(30,16,91); }
td.TdClassName
{
border-color: #1E105B;
}
.TagClassName
{
border-color: #1E105B;
}
</style>