Shades of Paua #1F1657
Tints of Paua #1F1657
RGB
CMYK
RGB Variations
Color information
#1F1657 (or 0x1F1657) is known color: Paua. HEX triplet: 1F, 16 and 57. RGB value is (31,22,87). Sum of RGB (Red+Green+Blue) = 31+22+87=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F1657 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1657 is #E0E9A8. Grayscale: #1F1F1F. Windows color (decimal): -14739881 or 5707295. OLE color: 5707295.
HSL color Cylindrical-coordinate representation of color #1F1657: hue angle of 248.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F1657 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 22 | 87 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.66 |
| HSL | 248.31º | 0.6% | 0.21% | - |
| HSV(B) | 248.31º | 0.75% | 0.34% | - |
| XYZ | 2.57 | 1.55 | 9.18 | - |
| YUV | 32.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 87 | 0.64 | 0.75 | 0 | 0.66 | 248.31 | 0.6 | 0.21 |
| Hex | 1F | 16 | 57 | 40 | 4B | 0 | 42 | F8 | 3C | 15 |
| Octal | 37 | 26 | 127 | 100 | 113 | 0 | 102 | 370 | 74 | 25 |
| Binary | 11111 | 10110 | 1010111 | 1000000 | 1001011 | 0 | 1000010 | 11111000 | 111100 | 10101 |
Color Harmonies of #1F1657
Complementary color
Monochromatic Colors of #1F1657
Black with #1F1657
Text Example
Text Example
White with #1F1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1657; }
p { color: rgb(31,22,87); }
H1.HeaderClassName
{
color: #1F1657;
}
.AnyTagClassName
{
color: #1F1657;
}
</style>
background-color css
<style>
a { background-color: #1F1657; }
a { background-color: rgb(31,22,87); }
div.DivClassName
{
background-color: #1F1657;
}
.BgClassName
{
background-color: #1F1657;
}
</style>
border-color css
<style>
span { border-color: #1F1657; }
span { border-color: rgb(31,22,87); }
td.TdClassName
{
border-color: #1F1657;
}
.TagClassName
{
border-color: #1F1657;
}
</style>