Shades of Paua #1A1451
Tints of Paua #1A1451
RGB
CMYK
RGB Variations
Color information
#1A1451 (or 0x1A1451) is known color: Paua. HEX triplet: 1A, 14 and 51. RGB value is (26,20,81). Sum of RGB (Red+Green+Blue) = 26+20+81=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 81 (32.03% from 255 or 63.78% from 127); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1451 is #E5EBAE. Grayscale: #1C1C1C. Windows color (decimal): -15068079 or 5313562. OLE color: 5313562.
HSL color Cylindrical-coordinate representation of color #1A1451: hue angle of 245.9º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1451 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 20 | 81 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.68 |
| HSL | 245.9º | 0.6% | 0.2% | - |
| HSV(B) | 245.9º | 0.75% | 0.32% | - |
| XYZ | 2.16 | 1.31 | 7.92 | - |
| YUV | 28.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 81 | 0.68 | 0.75 | 0 | 0.68 | 245.9 | 0.6 | 0.2 |
| Hex | 1A | 14 | 51 | 44 | 4B | 0 | 44 | F6 | 3C | 14 |
| Octal | 32 | 24 | 121 | 104 | 113 | 0 | 104 | 366 | 74 | 24 |
| Binary | 11010 | 10100 | 1010001 | 1000100 | 1001011 | 0 | 1000100 | 11110110 | 111100 | 10100 |
Color Harmonies of #1A1451
Complementary color
Monochromatic Colors of #1A1451
Black with #1A1451
Text Example
Text Example
White with #1A1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1451; }
p { color: rgb(26,20,81); }
H1.HeaderClassName
{
color: #1A1451;
}
.AnyTagClassName
{
color: #1A1451;
}
</style>
background-color css
<style>
a { background-color: #1A1451; }
a { background-color: rgb(26,20,81); }
div.DivClassName
{
background-color: #1A1451;
}
.BgClassName
{
background-color: #1A1451;
}
</style>
border-color css
<style>
span { border-color: #1A1451; }
span { border-color: rgb(26,20,81); }
td.TdClassName
{
border-color: #1A1451;
}
.TagClassName
{
border-color: #1A1451;
}
</style>