Shades of Paua #1A1654
Tints of Paua #1A1654
RGB
CMYK
RGB Variations
Color information
#1A1654 (or 0x1A1654) is known color: Paua. HEX triplet: 1A, 16 and 54. RGB value is (26,22,84). Sum of RGB (Red+Green+Blue) = 26+22+84=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A1654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1654 is #E5E9AB. Grayscale: #1E1E1E. Windows color (decimal): -15067564 or 5510682. OLE color: 5510682.
HSL color Cylindrical-coordinate representation of color #1A1654: hue angle of 243.87º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1654 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 22 | 84 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.67 |
| HSL | 243.87º | 0.58% | 0.21% | - |
| HSV(B) | 243.87º | 0.74% | 0.33% | - |
| XYZ | 2.31 | 1.43 | 8.54 | - |
| YUV | 30.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 84 | 0.69 | 0.74 | 0 | 0.67 | 243.87 | 0.58 | 0.21 |
| Hex | 1A | 16 | 54 | 45 | 4A | 0 | 43 | F4 | 3A | 15 |
| Octal | 32 | 26 | 124 | 105 | 112 | 0 | 103 | 364 | 72 | 25 |
| Binary | 11010 | 10110 | 1010100 | 1000101 | 1001010 | 0 | 1000011 | 11110100 | 111010 | 10101 |
Color Harmonies of #1A1654
Complementary color
Monochromatic Colors of #1A1654
Black with #1A1654
Text Example
Text Example
White with #1A1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1654; }
p { color: rgb(26,22,84); }
H1.HeaderClassName
{
color: #1A1654;
}
.AnyTagClassName
{
color: #1A1654;
}
</style>
background-color css
<style>
a { background-color: #1A1654; }
a { background-color: rgb(26,22,84); }
div.DivClassName
{
background-color: #1A1654;
}
.BgClassName
{
background-color: #1A1654;
}
</style>
border-color css
<style>
span { border-color: #1A1654; }
span { border-color: rgb(26,22,84); }
td.TdClassName
{
border-color: #1A1654;
}
.TagClassName
{
border-color: #1A1654;
}
</style>