Shades of Paua #1A1257
Tints of Paua #1A1257
RGB
CMYK
RGB Variations
Color information
#1A1257 (or 0x1A1257) is known color: Paua. HEX triplet: 1A, 12 and 57. RGB value is (26,18,87). Sum of RGB (Red+Green+Blue) = 26+18+87=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A1257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1257 is #E5EDA8. Grayscale: #1B1B1B. Windows color (decimal): -15068585 or 5706266. OLE color: 5706266.
HSL color Cylindrical-coordinate representation of color #1A1257: hue angle of 246.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A1257 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 18 | 87 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.66 |
| HSL | 246.96º | 0.66% | 0.21% | - |
| HSV(B) | 246.96º | 0.79% | 0.34% | - |
| XYZ | 2.36 | 1.34 | 9.15 | - |
| YUV | 28.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 87 | 0.70 | 0.79 | 0 | 0.66 | 246.96 | 0.66 | 0.21 |
| Hex | 1A | 12 | 57 | 46 | 4F | 0 | 42 | F7 | 42 | 15 |
| Octal | 32 | 22 | 127 | 106 | 117 | 0 | 102 | 367 | 102 | 25 |
| Binary | 11010 | 10010 | 1010111 | 1000110 | 1001111 | 0 | 1000010 | 11110111 | 1000010 | 10101 |
Color Harmonies of #1A1257
Complementary color
Monochromatic Colors of #1A1257
Black with #1A1257
Text Example
Text Example
White with #1A1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1257; }
p { color: rgb(26,18,87); }
H1.HeaderClassName
{
color: #1A1257;
}
.AnyTagClassName
{
color: #1A1257;
}
</style>
background-color css
<style>
a { background-color: #1A1257; }
a { background-color: rgb(26,18,87); }
div.DivClassName
{
background-color: #1A1257;
}
.BgClassName
{
background-color: #1A1257;
}
</style>
border-color css
<style>
span { border-color: #1A1257; }
span { border-color: rgb(26,18,87); }
td.TdClassName
{
border-color: #1A1257;
}
.TagClassName
{
border-color: #1A1257;
}
</style>