Shades of Paua #1A1745
Tints of Paua #1A1745
RGB
CMYK
RGB Variations
Color information
#1A1745 (or 0x1A1745) is known color: Paua. HEX triplet: 1A, 17 and 45. RGB value is (26,23,69). Sum of RGB (Red+Green+Blue) = 26+23+69=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #1A1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1745 is #E5E8BA. Grayscale: #1C1C1C. Windows color (decimal): -15067323 or 4527898. OLE color: 4527898.
HSL color Cylindrical-coordinate representation of color #1A1745: hue angle of 243.91º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A1745 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 23 | 69 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.73 |
| HSL | 243.91º | 0.5% | 0.18% | - |
| HSV(B) | 243.91º | 0.67% | 0.27% | - |
| XYZ | 1.81 | 1.26 | 5.78 | - |
| YUV | 29.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 69 | 0.62 | 0.67 | 0 | 0.73 | 243.91 | 0.5 | 0.18 |
| Hex | 1A | 17 | 45 | 3E | 43 | 0 | 49 | F4 | 32 | 12 |
| Octal | 32 | 27 | 105 | 76 | 103 | 0 | 111 | 364 | 62 | 22 |
| Binary | 11010 | 10111 | 1000101 | 111110 | 1000011 | 0 | 1001001 | 11110100 | 110010 | 10010 |
Color Harmonies of #1A1745
Complementary color
Monochromatic Colors of #1A1745
Black with #1A1745
Text Example
Text Example
White with #1A1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1745; }
p { color: rgb(26,23,69); }
H1.HeaderClassName
{
color: #1A1745;
}
.AnyTagClassName
{
color: #1A1745;
}
</style>
background-color css
<style>
a { background-color: #1A1745; }
a { background-color: rgb(26,23,69); }
div.DivClassName
{
background-color: #1A1745;
}
.BgClassName
{
background-color: #1A1745;
}
</style>
border-color css
<style>
span { border-color: #1A1745; }
span { border-color: rgb(26,23,69); }
td.TdClassName
{
border-color: #1A1745;
}
.TagClassName
{
border-color: #1A1745;
}
</style>