Shades of Paua #1A1453
Tints of Paua #1A1453
RGB
CMYK
RGB Variations
Color information
#1A1453 (or 0x1A1453) is known color: Paua. HEX triplet: 1A, 14 and 53. RGB value is (26,20,83). Sum of RGB (Red+Green+Blue) = 26+20+83=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A1453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1453 is #E5EBAC. Grayscale: #1C1C1C. Windows color (decimal): -15068077 or 5444634. OLE color: 5444634.
HSL color Cylindrical-coordinate representation of color #1A1453: hue angle of 245.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A1453 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 20 | 83 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.67 |
| HSL | 245.71º | 0.61% | 0.2% | - |
| HSV(B) | 245.71º | 0.76% | 0.33% | - |
| XYZ | 2.24 | 1.34 | 8.33 | - |
| YUV | 28.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 83 | 0.69 | 0.76 | 0 | 0.67 | 245.71 | 0.61 | 0.2 |
| Hex | 1A | 14 | 53 | 45 | 4C | 0 | 43 | F6 | 3D | 14 |
| Octal | 32 | 24 | 123 | 105 | 114 | 0 | 103 | 366 | 75 | 24 |
| Binary | 11010 | 10100 | 1010011 | 1000101 | 1001100 | 0 | 1000011 | 11110110 | 111101 | 10100 |
Color Harmonies of #1A1453
Complementary color
Monochromatic Colors of #1A1453
Black with #1A1453
Text Example
Text Example
White with #1A1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1453; }
p { color: rgb(26,20,83); }
H1.HeaderClassName
{
color: #1A1453;
}
.AnyTagClassName
{
color: #1A1453;
}
</style>
background-color css
<style>
a { background-color: #1A1453; }
a { background-color: rgb(26,20,83); }
div.DivClassName
{
background-color: #1A1453;
}
.BgClassName
{
background-color: #1A1453;
}
</style>
border-color css
<style>
span { border-color: #1A1453; }
span { border-color: rgb(26,20,83); }
td.TdClassName
{
border-color: #1A1453;
}
.TagClassName
{
border-color: #1A1453;
}
</style>