Shades of Paua #1A1348
Tints of Paua #1A1348
RGB
CMYK
RGB Variations
Color information
#1A1348 (or 0x1A1348) is known color: Paua. HEX triplet: 1A, 13 and 48. RGB value is (26,19,72). Sum of RGB (Red+Green+Blue) = 26+19+72=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1348 is #E5ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15068344 or 4723482. OLE color: 4723482.
HSL color Cylindrical-coordinate representation of color #1A1348: hue angle of 247.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1348 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 19 | 72 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.72 |
| HSL | 247.92º | 0.58% | 0.18% | - |
| HSV(B) | 247.92º | 0.74% | 0.28% | - |
| XYZ | 1.83 | 1.15 | 6.26 | - |
| YUV | 27.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 72 | 0.64 | 0.74 | 0 | 0.72 | 247.92 | 0.58 | 0.18 |
| Hex | 1A | 13 | 48 | 40 | 4A | 0 | 48 | F8 | 3A | 12 |
| Octal | 32 | 23 | 110 | 100 | 112 | 0 | 110 | 370 | 72 | 22 |
| Binary | 11010 | 10011 | 1001000 | 1000000 | 1001010 | 0 | 1001000 | 11111000 | 111010 | 10010 |
Color Harmonies of #1A1348
Complementary color
Monochromatic Colors of #1A1348
Black with #1A1348
Text Example
Text Example
White with #1A1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1348; }
p { color: rgb(26,19,72); }
H1.HeaderClassName
{
color: #1A1348;
}
.AnyTagClassName
{
color: #1A1348;
}
</style>
background-color css
<style>
a { background-color: #1A1348; }
a { background-color: rgb(26,19,72); }
div.DivClassName
{
background-color: #1A1348;
}
.BgClassName
{
background-color: #1A1348;
}
</style>
border-color css
<style>
span { border-color: #1A1348; }
span { border-color: rgb(26,19,72); }
td.TdClassName
{
border-color: #1A1348;
}
.TagClassName
{
border-color: #1A1348;
}
</style>