Shades of Paua #1F1359
Tints of Paua #1F1359
RGB
CMYK
RGB Variations
Color information
#1F1359 (or 0x1F1359) is known color: Paua. HEX triplet: 1F, 13 and 59. RGB value is (31,19,89). Sum of RGB (Red+Green+Blue) = 31+19+89=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F1359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1359 is #E0ECA6. Grayscale: #1E1E1E. Windows color (decimal): -14740647 or 5837599. OLE color: 5837599.
HSL color Cylindrical-coordinate representation of color #1F1359: hue angle of 250.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1359 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 19 | 89 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.65 |
| HSL | 250.29º | 0.65% | 0.21% | - |
| HSV(B) | 250.29º | 0.79% | 0.35% | - |
| XYZ | 2.6 | 1.48 | 9.6 | - |
| YUV | 30.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 89 | 0.65 | 0.79 | 0 | 0.65 | 250.29 | 0.65 | 0.21 |
| Hex | 1F | 13 | 59 | 41 | 4F | 0 | 41 | FA | 41 | 15 |
| Octal | 37 | 23 | 131 | 101 | 117 | 0 | 101 | 372 | 101 | 25 |
| Binary | 11111 | 10011 | 1011001 | 1000001 | 1001111 | 0 | 1000001 | 11111010 | 1000001 | 10101 |
Color Harmonies of #1F1359
Complementary color
Monochromatic Colors of #1F1359
Black with #1F1359
Text Example
Text Example
White with #1F1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1359; }
p { color: rgb(31,19,89); }
H1.HeaderClassName
{
color: #1F1359;
}
.AnyTagClassName
{
color: #1F1359;
}
</style>
background-color css
<style>
a { background-color: #1F1359; }
a { background-color: rgb(31,19,89); }
div.DivClassName
{
background-color: #1F1359;
}
.BgClassName
{
background-color: #1F1359;
}
</style>
border-color css
<style>
span { border-color: #1F1359; }
span { border-color: rgb(31,19,89); }
td.TdClassName
{
border-color: #1F1359;
}
.TagClassName
{
border-color: #1F1359;
}
</style>