Shades of Paua #1E1851
Tints of Paua #1E1851
RGB
CMYK
RGB Variations
Color information
#1E1851 (or 0x1E1851) is known color: Paua. HEX triplet: 1E, 18 and 51. RGB value is (30,24,81). Sum of RGB (Red+Green+Blue) = 30+24+81=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E1851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1851 is #E1E7AE. Grayscale: #202020. Windows color (decimal): -14804911 or 5314590. OLE color: 5314590.
HSL color Cylindrical-coordinate representation of color #1E1851: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1851 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 24 | 81 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.68 |
| HSL | 246.32º | 0.54% | 0.21% | - |
| HSV(B) | 246.32º | 0.7% | 0.32% | - |
| XYZ | 2.35 | 1.52 | 7.95 | - |
| YUV | 32.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 81 | 0.63 | 0.70 | 0 | 0.68 | 246.32 | 0.54 | 0.21 |
| Hex | 1E | 18 | 51 | 3F | 46 | 0 | 44 | F6 | 36 | 15 |
| Octal | 36 | 30 | 121 | 77 | 106 | 0 | 104 | 366 | 66 | 25 |
| Binary | 11110 | 11000 | 1010001 | 111111 | 1000110 | 0 | 1000100 | 11110110 | 110110 | 10101 |
Color Harmonies of #1E1851
Complementary color
Monochromatic Colors of #1E1851
Black with #1E1851
Text Example
Text Example
White with #1E1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1851; }
p { color: rgb(30,24,81); }
H1.HeaderClassName
{
color: #1E1851;
}
.AnyTagClassName
{
color: #1E1851;
}
</style>
background-color css
<style>
a { background-color: #1E1851; }
a { background-color: rgb(30,24,81); }
div.DivClassName
{
background-color: #1E1851;
}
.BgClassName
{
background-color: #1E1851;
}
</style>
border-color css
<style>
span { border-color: #1E1851; }
span { border-color: rgb(30,24,81); }
td.TdClassName
{
border-color: #1E1851;
}
.TagClassName
{
border-color: #1E1851;
}
</style>