Shades of Paua #1A1953
Tints of Paua #1A1953
RGB
CMYK
RGB Variations
Color information
#1A1953 (or 0x1A1953) is known color: Paua. HEX triplet: 1A, 19 and 53. RGB value is (26,25,83). Sum of RGB (Red+Green+Blue) = 26+25+83=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A1953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1953 is #E5E6AC. Grayscale: #1F1F1F. Windows color (decimal): -15066797 or 5445914. OLE color: 5445914.
HSL color Cylindrical-coordinate representation of color #1A1953: hue angle of 241.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A1953 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 25 | 83 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.67 |
| HSL | 241.03º | 0.54% | 0.21% | - |
| HSV(B) | 241.03º | 0.7% | 0.33% | - |
| XYZ | 2.33 | 1.54 | 8.36 | - |
| YUV | 31.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 83 | 0.69 | 0.70 | 0 | 0.67 | 241.03 | 0.54 | 0.21 |
| Hex | 1A | 19 | 53 | 45 | 46 | 0 | 43 | F1 | 36 | 15 |
| Octal | 32 | 31 | 123 | 105 | 106 | 0 | 103 | 361 | 66 | 25 |
| Binary | 11010 | 11001 | 1010011 | 1000101 | 1000110 | 0 | 1000011 | 11110001 | 110110 | 10101 |
Color Harmonies of #1A1953
Complementary color
Monochromatic Colors of #1A1953
Black with #1A1953
Text Example
Text Example
White with #1A1953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1953; }
p { color: rgb(26,25,83); }
H1.HeaderClassName
{
color: #1A1953;
}
.AnyTagClassName
{
color: #1A1953;
}
</style>
background-color css
<style>
a { background-color: #1A1953; }
a { background-color: rgb(26,25,83); }
div.DivClassName
{
background-color: #1A1953;
}
.BgClassName
{
background-color: #1A1953;
}
</style>
border-color css
<style>
span { border-color: #1A1953; }
span { border-color: rgb(26,25,83); }
td.TdClassName
{
border-color: #1A1953;
}
.TagClassName
{
border-color: #1A1953;
}
</style>