Shades of Paua #1A1757
Tints of Paua #1A1757
RGB
CMYK
RGB Variations
Color information
#1A1757 (or 0x1A1757) is known color: Paua. HEX triplet: 1A, 17 and 57. RGB value is (26,23,87). Sum of RGB (Red+Green+Blue) = 26+23+87=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1757 is #E5E8A8. Grayscale: #1E1E1E. Windows color (decimal): -15067305 or 5707546. OLE color: 5707546.
HSL color Cylindrical-coordinate representation of color #1A1757: hue angle of 242.81º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1757 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 23 | 87 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.66 |
| HSL | 242.81º | 0.58% | 0.22% | - |
| HSV(B) | 242.81º | 0.74% | 0.34% | - |
| XYZ | 2.45 | 1.52 | 9.18 | - |
| YUV | 31.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 87 | 0.70 | 0.74 | 0 | 0.66 | 242.81 | 0.58 | 0.22 |
| Hex | 1A | 17 | 57 | 46 | 4A | 0 | 42 | F3 | 3A | 16 |
| Octal | 32 | 27 | 127 | 106 | 112 | 0 | 102 | 363 | 72 | 26 |
| Binary | 11010 | 10111 | 1010111 | 1000110 | 1001010 | 0 | 1000010 | 11110011 | 111010 | 10110 |
Color Harmonies of #1A1757
Complementary color
Monochromatic Colors of #1A1757
Black with #1A1757
Text Example
Text Example
White with #1A1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1757; }
p { color: rgb(26,23,87); }
H1.HeaderClassName
{
color: #1A1757;
}
.AnyTagClassName
{
color: #1A1757;
}
</style>
background-color css
<style>
a { background-color: #1A1757; }
a { background-color: rgb(26,23,87); }
div.DivClassName
{
background-color: #1A1757;
}
.BgClassName
{
background-color: #1A1757;
}
</style>
border-color css
<style>
span { border-color: #1A1757; }
span { border-color: rgb(26,23,87); }
td.TdClassName
{
border-color: #1A1757;
}
.TagClassName
{
border-color: #1A1757;
}
</style>