Shades of Paua #1A1245
Tints of Paua #1A1245
RGB
CMYK
RGB Variations
Color information
#1A1245 (or 0x1A1245) is known color: Paua. HEX triplet: 1A, 12 and 45. RGB value is (26,18,69). Sum of RGB (Red+Green+Blue) = 26+18+69=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #1A1245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1245 is #E5EDBA. Grayscale: #1A1A1A. Windows color (decimal): -15068603 or 4526618. OLE color: 4526618.
HSL color Cylindrical-coordinate representation of color #1A1245: hue angle of 249.41º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1245 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 18 | 69 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.73 |
| HSL | 249.41º | 0.59% | 0.17% | - |
| HSV(B) | 249.41º | 0.74% | 0.27% | - |
| XYZ | 1.72 | 1.08 | 5.75 | - |
| YUV | 26.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 69 | 0.62 | 0.74 | 0 | 0.73 | 249.41 | 0.59 | 0.17 |
| Hex | 1A | 12 | 45 | 3E | 4A | 0 | 49 | F9 | 3B | 11 |
| Octal | 32 | 22 | 105 | 76 | 112 | 0 | 111 | 371 | 73 | 21 |
| Binary | 11010 | 10010 | 1000101 | 111110 | 1001010 | 0 | 1001001 | 11111001 | 111011 | 10001 |
Color Harmonies of #1A1245
Complementary color
Monochromatic Colors of #1A1245
Black with #1A1245
Text Example
Text Example
White with #1A1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1245; }
p { color: rgb(26,18,69); }
H1.HeaderClassName
{
color: #1A1245;
}
.AnyTagClassName
{
color: #1A1245;
}
</style>
background-color css
<style>
a { background-color: #1A1245; }
a { background-color: rgb(26,18,69); }
div.DivClassName
{
background-color: #1A1245;
}
.BgClassName
{
background-color: #1A1245;
}
</style>
border-color css
<style>
span { border-color: #1A1245; }
span { border-color: rgb(26,18,69); }
td.TdClassName
{
border-color: #1A1245;
}
.TagClassName
{
border-color: #1A1245;
}
</style>