Shades of Paua #1E144A
Tints of Paua #1E144A
RGB
CMYK
RGB Variations
Color information
#1E144A (or 0x1E144A) is known color: Paua. HEX triplet: 1E, 14 and 4A. RGB value is (30,20,74). Sum of RGB (Red+Green+Blue) = 30+20+74=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E144A is #E1EBB5. Grayscale: #1C1C1C. Windows color (decimal): -14805942 or 4854814. OLE color: 4854814.
HSL color Cylindrical-coordinate representation of color #1E144A: hue angle of 251.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E144A is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 20 | 74 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.71 |
| HSL | 251.11º | 0.57% | 0.18% | - |
| HSV(B) | 251.11º | 0.73% | 0.29% | - |
| XYZ | 2.02 | 1.27 | 6.62 | - |
| YUV | 29.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 74 | 0.59 | 0.73 | 0 | 0.71 | 251.11 | 0.57 | 0.18 |
| Hex | 1E | 14 | 4A | 3B | 49 | 0 | 47 | FB | 39 | 12 |
| Octal | 36 | 24 | 112 | 73 | 111 | 0 | 107 | 373 | 71 | 22 |
| Binary | 11110 | 10100 | 1001010 | 111011 | 1001001 | 0 | 1000111 | 11111011 | 111001 | 10010 |
Color Harmonies of #1E144A
Complementary color
Monochromatic Colors of #1E144A
Black with #1E144A
Text Example
Text Example
White with #1E144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E144A; }
p { color: rgb(30,20,74); }
H1.HeaderClassName
{
color: #1E144A;
}
.AnyTagClassName
{
color: #1E144A;
}
</style>
background-color css
<style>
a { background-color: #1E144A; }
a { background-color: rgb(30,20,74); }
div.DivClassName
{
background-color: #1E144A;
}
.BgClassName
{
background-color: #1E144A;
}
</style>
border-color css
<style>
span { border-color: #1E144A; }
span { border-color: rgb(30,20,74); }
td.TdClassName
{
border-color: #1E144A;
}
.TagClassName
{
border-color: #1E144A;
}
</style>