Shades of Paua #1E1B4F
Tints of Paua #1E1B4F
RGB
CMYK
RGB Variations
Color information
#1E1B4F (or 0x1E1B4F) is known color: Paua. HEX triplet: 1E, 1B and 4F. RGB value is (30,27,79). Sum of RGB (Red+Green+Blue) = 30+27+79=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E1B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1B4F is #E1E4B0. Grayscale: #212121. Windows color (decimal): -14804145 or 5184286. OLE color: 5184286.
HSL color Cylindrical-coordinate representation of color #1E1B4F: hue angle of 243.46º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1B4F is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 27 | 79 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.69 |
| HSL | 243.46º | 0.49% | 0.21% | - |
| HSV(B) | 243.46º | 0.66% | 0.31% | - |
| XYZ | 2.34 | 1.62 | 7.59 | - |
| YUV | 33.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 79 | 0.62 | 0.66 | 0 | 0.69 | 243.46 | 0.49 | 0.21 |
| Hex | 1E | 1B | 4F | 3E | 42 | 0 | 45 | F3 | 31 | 15 |
| Octal | 36 | 33 | 117 | 76 | 102 | 0 | 105 | 363 | 61 | 25 |
| Binary | 11110 | 11011 | 1001111 | 111110 | 1000010 | 0 | 1000101 | 11110011 | 110001 | 10101 |
Color Harmonies of #1E1B4F
Complementary color
Monochromatic Colors of #1E1B4F
Black with #1E1B4F
Text Example
Text Example
White with #1E1B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B4F; }
p { color: rgb(30,27,79); }
H1.HeaderClassName
{
color: #1E1B4F;
}
.AnyTagClassName
{
color: #1E1B4F;
}
</style>
background-color css
<style>
a { background-color: #1E1B4F; }
a { background-color: rgb(30,27,79); }
div.DivClassName
{
background-color: #1E1B4F;
}
.BgClassName
{
background-color: #1E1B4F;
}
</style>
border-color css
<style>
span { border-color: #1E1B4F; }
span { border-color: rgb(30,27,79); }
td.TdClassName
{
border-color: #1E1B4F;
}
.TagClassName
{
border-color: #1E1B4F;
}
</style>