Shades of Paua #1E1B58
Tints of Paua #1E1B58
RGB
CMYK
RGB Variations
Color information
#1E1B58 (or 0x1E1B58) is known color: Paua. HEX triplet: 1E, 1B and 58. RGB value is (30,27,88). Sum of RGB (Red+Green+Blue) = 30+27+88=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1B58 is #E1E4A7. Grayscale: #222222. Windows color (decimal): -14804136 or 5774110. OLE color: 5774110.
HSL color Cylindrical-coordinate representation of color #1E1B58: hue angle of 242.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E1B58 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 27 | 88 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.65 |
| HSL | 242.95º | 0.53% | 0.23% | - |
| HSV(B) | 242.95º | 0.69% | 0.35% | - |
| XYZ | 2.69 | 1.76 | 9.43 | - |
| YUV | 34.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 88 | 0.66 | 0.69 | 0 | 0.65 | 242.95 | 0.53 | 0.23 |
| Hex | 1E | 1B | 58 | 42 | 45 | 0 | 41 | F3 | 35 | 17 |
| Octal | 36 | 33 | 130 | 102 | 105 | 0 | 101 | 363 | 65 | 27 |
| Binary | 11110 | 11011 | 1011000 | 1000010 | 1000101 | 0 | 1000001 | 11110011 | 110101 | 10111 |
Color Harmonies of #1E1B58
Complementary color
Monochromatic Colors of #1E1B58
Black with #1E1B58
Text Example
Text Example
White with #1E1B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B58; }
p { color: rgb(30,27,88); }
H1.HeaderClassName
{
color: #1E1B58;
}
.AnyTagClassName
{
color: #1E1B58;
}
</style>
background-color css
<style>
a { background-color: #1E1B58; }
a { background-color: rgb(30,27,88); }
div.DivClassName
{
background-color: #1E1B58;
}
.BgClassName
{
background-color: #1E1B58;
}
</style>
border-color css
<style>
span { border-color: #1E1B58; }
span { border-color: rgb(30,27,88); }
td.TdClassName
{
border-color: #1E1B58;
}
.TagClassName
{
border-color: #1E1B58;
}
</style>