Shades of Paua #1A164D
Tints of Paua #1A164D
RGB
CMYK
RGB Variations
Color information
#1A164D (or 0x1A164D) is known color: Paua. HEX triplet: 1A, 16 and 4D. RGB value is (26,22,77). Sum of RGB (Red+Green+Blue) = 26+22+77=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A164D is #E5E9B2. Grayscale: #1D1D1D. Windows color (decimal): -15067571 or 5051930. OLE color: 5051930.
HSL color Cylindrical-coordinate representation of color #1A164D: hue angle of 244.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A164D is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 22 | 77 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.70 |
| HSL | 244.36º | 0.56% | 0.19% | - |
| HSV(B) | 244.36º | 0.71% | 0.3% | - |
| XYZ | 2.05 | 1.33 | 7.17 | - |
| YUV | 29.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 77 | 0.66 | 0.71 | 0 | 0.70 | 244.36 | 0.56 | 0.19 |
| Hex | 1A | 16 | 4D | 42 | 47 | 0 | 46 | F4 | 38 | 13 |
| Octal | 32 | 26 | 115 | 102 | 107 | 0 | 106 | 364 | 70 | 23 |
| Binary | 11010 | 10110 | 1001101 | 1000010 | 1000111 | 0 | 1000110 | 11110100 | 111000 | 10011 |
Color Harmonies of #1A164D
Complementary color
Monochromatic Colors of #1A164D
Black with #1A164D
Text Example
Text Example
White with #1A164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A164D; }
p { color: rgb(26,22,77); }
H1.HeaderClassName
{
color: #1A164D;
}
.AnyTagClassName
{
color: #1A164D;
}
</style>
background-color css
<style>
a { background-color: #1A164D; }
a { background-color: rgb(26,22,77); }
div.DivClassName
{
background-color: #1A164D;
}
.BgClassName
{
background-color: #1A164D;
}
</style>
border-color css
<style>
span { border-color: #1A164D; }
span { border-color: rgb(26,22,77); }
td.TdClassName
{
border-color: #1A164D;
}
.TagClassName
{
border-color: #1A164D;
}
</style>