Shades of Paua #1A1645
Tints of Paua #1A1645
RGB
CMYK
RGB Variations
Color information
#1A1645 (or 0x1A1645) is known color: Paua. HEX triplet: 1A, 16 and 45. RGB value is (26,22,69). Sum of RGB (Red+Green+Blue) = 26+22+69=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #1A1645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1645 is #E5E9BA. Grayscale: #1C1C1C. Windows color (decimal): -15067579 or 4527642. OLE color: 4527642.
HSL color Cylindrical-coordinate representation of color #1A1645: hue angle of 245.11º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A1645 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 22 | 69 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.73 |
| HSL | 245.11º | 0.52% | 0.18% | - |
| HSV(B) | 245.11º | 0.68% | 0.27% | - |
| XYZ | 1.79 | 1.22 | 5.77 | - |
| YUV | 28.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 69 | 0.62 | 0.68 | 0 | 0.73 | 245.11 | 0.52 | 0.18 |
| Hex | 1A | 16 | 45 | 3E | 44 | 0 | 49 | F5 | 34 | 12 |
| Octal | 32 | 26 | 105 | 76 | 104 | 0 | 111 | 365 | 64 | 22 |
| Binary | 11010 | 10110 | 1000101 | 111110 | 1000100 | 0 | 1001001 | 11110101 | 110100 | 10010 |
Color Harmonies of #1A1645
Complementary color
Monochromatic Colors of #1A1645
Black with #1A1645
Text Example
Text Example
White with #1A1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1645; }
p { color: rgb(26,22,69); }
H1.HeaderClassName
{
color: #1A1645;
}
.AnyTagClassName
{
color: #1A1645;
}
</style>
background-color css
<style>
a { background-color: #1A1645; }
a { background-color: rgb(26,22,69); }
div.DivClassName
{
background-color: #1A1645;
}
.BgClassName
{
background-color: #1A1645;
}
</style>
border-color css
<style>
span { border-color: #1A1645; }
span { border-color: rgb(26,22,69); }
td.TdClassName
{
border-color: #1A1645;
}
.TagClassName
{
border-color: #1A1645;
}
</style>