Shades of Paua #1E144E
Tints of Paua #1E144E
RGB
CMYK
RGB Variations
Color information
#1E144E (or 0x1E144E) is known color: Paua. HEX triplet: 1E, 14 and 4E. RGB value is (30,20,78). Sum of RGB (Red+Green+Blue) = 30+20+78=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E144E is #E1EBB1. Grayscale: #1D1D1D. Windows color (decimal): -14805938 or 5116958. OLE color: 5116958.
HSL color Cylindrical-coordinate representation of color #1E144E: hue angle of 250.34º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E144E is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 20 | 78 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.69 |
| HSL | 250.34º | 0.59% | 0.19% | - |
| HSV(B) | 250.34º | 0.74% | 0.31% | - |
| XYZ | 2.16 | 1.33 | 7.35 | - |
| YUV | 29.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 78 | 0.62 | 0.74 | 0 | 0.69 | 250.34 | 0.59 | 0.19 |
| Hex | 1E | 14 | 4E | 3E | 4A | 0 | 45 | FA | 3B | 13 |
| Octal | 36 | 24 | 116 | 76 | 112 | 0 | 105 | 372 | 73 | 23 |
| Binary | 11110 | 10100 | 1001110 | 111110 | 1001010 | 0 | 1000101 | 11111010 | 111011 | 10011 |
Color Harmonies of #1E144E
Complementary color
Monochromatic Colors of #1E144E
Black with #1E144E
Text Example
Text Example
White with #1E144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E144E; }
p { color: rgb(30,20,78); }
H1.HeaderClassName
{
color: #1E144E;
}
.AnyTagClassName
{
color: #1E144E;
}
</style>
background-color css
<style>
a { background-color: #1E144E; }
a { background-color: rgb(30,20,78); }
div.DivClassName
{
background-color: #1E144E;
}
.BgClassName
{
background-color: #1E144E;
}
</style>
border-color css
<style>
span { border-color: #1E144E; }
span { border-color: rgb(30,20,78); }
td.TdClassName
{
border-color: #1E144E;
}
.TagClassName
{
border-color: #1E144E;
}
</style>