Shades of Paua #1A164A
Tints of Paua #1A164A
RGB
CMYK
RGB Variations
Color information
#1A164A (or 0x1A164A) is known color: Paua. HEX triplet: 1A, 16 and 4A. RGB value is (26,22,74). Sum of RGB (Red+Green+Blue) = 26+22+74=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A164A is #E5E9B5. Grayscale: #1C1C1C. Windows color (decimal): -15067574 or 4855322. OLE color: 4855322.
HSL color Cylindrical-coordinate representation of color #1A164A: hue angle of 244.62º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A164A is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 22 | 74 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.71 |
| HSL | 244.62º | 0.54% | 0.19% | - |
| HSV(B) | 244.62º | 0.7% | 0.29% | - |
| XYZ | 1.95 | 1.29 | 6.62 | - |
| YUV | 29.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 74 | 0.65 | 0.70 | 0 | 0.71 | 244.62 | 0.54 | 0.19 |
| Hex | 1A | 16 | 4A | 41 | 46 | 0 | 47 | F5 | 36 | 13 |
| Octal | 32 | 26 | 112 | 101 | 106 | 0 | 107 | 365 | 66 | 23 |
| Binary | 11010 | 10110 | 1001010 | 1000001 | 1000110 | 0 | 1000111 | 11110101 | 110110 | 10011 |
Color Harmonies of #1A164A
Complementary color
Monochromatic Colors of #1A164A
Black with #1A164A
Text Example
Text Example
White with #1A164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A164A; }
p { color: rgb(26,22,74); }
H1.HeaderClassName
{
color: #1A164A;
}
.AnyTagClassName
{
color: #1A164A;
}
</style>
background-color css
<style>
a { background-color: #1A164A; }
a { background-color: rgb(26,22,74); }
div.DivClassName
{
background-color: #1A164A;
}
.BgClassName
{
background-color: #1A164A;
}
</style>
border-color css
<style>
span { border-color: #1A164A; }
span { border-color: rgb(26,22,74); }
td.TdClassName
{
border-color: #1A164A;
}
.TagClassName
{
border-color: #1A164A;
}
</style>