Shades of Paua #1F164D
Tints of Paua #1F164D
RGB
CMYK
RGB Variations
Color information
#1F164D (or 0x1F164D) is known color: Paua. HEX triplet: 1F, 16 and 4D. RGB value is (31,22,77). Sum of RGB (Red+Green+Blue) = 31+22+77=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F164D is #E0E9B2. Grayscale: #1E1E1E. Windows color (decimal): -14739891 or 5051935. OLE color: 5051935.
HSL color Cylindrical-coordinate representation of color #1F164D: hue angle of 249.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F164D is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 22 | 77 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.70 |
| HSL | 249.82º | 0.56% | 0.19% | - |
| HSV(B) | 249.82º | 0.71% | 0.3% | - |
| XYZ | 2.19 | 1.4 | 7.18 | - |
| YUV | 30.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 77 | 0.60 | 0.71 | 0 | 0.70 | 249.82 | 0.56 | 0.19 |
| Hex | 1F | 16 | 4D | 3C | 47 | 0 | 46 | FA | 38 | 13 |
| Octal | 37 | 26 | 115 | 74 | 107 | 0 | 106 | 372 | 70 | 23 |
| Binary | 11111 | 10110 | 1001101 | 111100 | 1000111 | 0 | 1000110 | 11111010 | 111000 | 10011 |
Color Harmonies of #1F164D
Complementary color
Monochromatic Colors of #1F164D
Black with #1F164D
Text Example
Text Example
White with #1F164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F164D; }
p { color: rgb(31,22,77); }
H1.HeaderClassName
{
color: #1F164D;
}
.AnyTagClassName
{
color: #1F164D;
}
</style>
background-color css
<style>
a { background-color: #1F164D; }
a { background-color: rgb(31,22,77); }
div.DivClassName
{
background-color: #1F164D;
}
.BgClassName
{
background-color: #1F164D;
}
</style>
border-color css
<style>
span { border-color: #1F164D; }
span { border-color: rgb(31,22,77); }
td.TdClassName
{
border-color: #1F164D;
}
.TagClassName
{
border-color: #1F164D;
}
</style>