Shades of Paua #1F1959
Tints of Paua #1F1959
RGB
CMYK
RGB Variations
Color information
#1F1959 (or 0x1F1959) is known color: Paua. HEX triplet: 1F, 19 and 59. RGB value is (31,25,89). Sum of RGB (Red+Green+Blue) = 31+25+89=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1959 is #E0E6A6. Grayscale: #212121. Windows color (decimal): -14739111 or 5839135. OLE color: 5839135.
HSL color Cylindrical-coordinate representation of color #1F1959: hue angle of 245.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F1959 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 25 | 89 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.65 |
| HSL | 245.63º | 0.56% | 0.22% | - |
| HSV(B) | 245.63º | 0.72% | 0.35% | - |
| XYZ | 2.72 | 1.71 | 9.64 | - |
| YUV | 34.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 89 | 0.65 | 0.72 | 0 | 0.65 | 245.63 | 0.56 | 0.22 |
| Hex | 1F | 19 | 59 | 41 | 48 | 0 | 41 | F6 | 38 | 16 |
| Octal | 37 | 31 | 131 | 101 | 110 | 0 | 101 | 366 | 70 | 26 |
| Binary | 11111 | 11001 | 1011001 | 1000001 | 1001000 | 0 | 1000001 | 11110110 | 111000 | 10110 |
Color Harmonies of #1F1959
Complementary color
Monochromatic Colors of #1F1959
Black with #1F1959
Text Example
Text Example
White with #1F1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1959; }
p { color: rgb(31,25,89); }
H1.HeaderClassName
{
color: #1F1959;
}
.AnyTagClassName
{
color: #1F1959;
}
</style>
background-color css
<style>
a { background-color: #1F1959; }
a { background-color: rgb(31,25,89); }
div.DivClassName
{
background-color: #1F1959;
}
.BgClassName
{
background-color: #1F1959;
}
</style>
border-color css
<style>
span { border-color: #1F1959; }
span { border-color: rgb(31,25,89); }
td.TdClassName
{
border-color: #1F1959;
}
.TagClassName
{
border-color: #1F1959;
}
</style>