Shades of Paua #1A0F56
Tints of Paua #1A0F56
RGB
CMYK
RGB Variations
Color information
#1A0F56 (or 0x1A0F56) is known color: Paua. HEX triplet: 1A, 0F and 56. RGB value is (26,15,86). Sum of RGB (Red+Green+Blue) = 26+15+86=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A0F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0F56 is #E5F0A9. Grayscale: #1A1A1A. Windows color (decimal): -15069354 or 5639962. OLE color: 5639962.
HSL color Cylindrical-coordinate representation of color #1A0F56: hue angle of 249.3º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A0F56 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 15 | 86 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.66 |
| HSL | 249.3º | 0.7% | 0.2% | - |
| HSV(B) | 249.3º | 0.83% | 0.34% | - |
| XYZ | 2.28 | 1.23 | 8.92 | - |
| YUV | 26.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 86 | 0.70 | 0.83 | 0 | 0.66 | 249.3 | 0.7 | 0.2 |
| Hex | 1A | F | 56 | 46 | 53 | 0 | 42 | F9 | 46 | 14 |
| Octal | 32 | 17 | 126 | 106 | 123 | 0 | 102 | 371 | 106 | 24 |
| Binary | 11010 | 1111 | 1010110 | 1000110 | 1010011 | 0 | 1000010 | 11111001 | 1000110 | 10100 |
Color Harmonies of #1A0F56
Complementary color
Monochromatic Colors of #1A0F56
Black with #1A0F56
Text Example
Text Example
White with #1A0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F56; }
p { color: rgb(26,15,86); }
H1.HeaderClassName
{
color: #1A0F56;
}
.AnyTagClassName
{
color: #1A0F56;
}
</style>
background-color css
<style>
a { background-color: #1A0F56; }
a { background-color: rgb(26,15,86); }
div.DivClassName
{
background-color: #1A0F56;
}
.BgClassName
{
background-color: #1A0F56;
}
</style>
border-color css
<style>
span { border-color: #1A0F56; }
span { border-color: rgb(26,15,86); }
td.TdClassName
{
border-color: #1A0F56;
}
.TagClassName
{
border-color: #1A0F56;
}
</style>