Shades of Paua #1A0F50
Tints of Paua #1A0F50
RGB
CMYK
RGB Variations
Color information
#1A0F50 (or 0x1A0F50) is known color: Paua. HEX triplet: 1A, 0F and 50. RGB value is (26,15,80). Sum of RGB (Red+Green+Blue) = 26+15+80=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0F50 is #E5F0AF. Grayscale: #191919. Windows color (decimal): -15069360 or 5246746. OLE color: 5246746.
HSL color Cylindrical-coordinate representation of color #1A0F50: hue angle of 250.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0F50 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 15 | 80 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.69 |
| HSL | 250.15º | 0.68% | 0.19% | - |
| HSV(B) | 250.15º | 0.81% | 0.31% | - |
| XYZ | 2.04 | 1.14 | 7.7 | - |
| YUV | 25.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 80 | 0.67 | 0.81 | 0 | 0.69 | 250.15 | 0.68 | 0.19 |
| Hex | 1A | F | 50 | 43 | 51 | 0 | 45 | FA | 44 | 13 |
| Octal | 32 | 17 | 120 | 103 | 121 | 0 | 105 | 372 | 104 | 23 |
| Binary | 11010 | 1111 | 1010000 | 1000011 | 1010001 | 0 | 1000101 | 11111010 | 1000100 | 10011 |
Color Harmonies of #1A0F50
Complementary color
Monochromatic Colors of #1A0F50
Black with #1A0F50
Text Example
Text Example
White with #1A0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F50; }
p { color: rgb(26,15,80); }
H1.HeaderClassName
{
color: #1A0F50;
}
.AnyTagClassName
{
color: #1A0F50;
}
</style>
background-color css
<style>
a { background-color: #1A0F50; }
a { background-color: rgb(26,15,80); }
div.DivClassName
{
background-color: #1A0F50;
}
.BgClassName
{
background-color: #1A0F50;
}
</style>
border-color css
<style>
span { border-color: #1A0F50; }
span { border-color: rgb(26,15,80); }
td.TdClassName
{
border-color: #1A0F50;
}
.TagClassName
{
border-color: #1A0F50;
}
</style>