Shades of Paua #1F164C
Tints of Paua #1F164C
RGB
CMYK
RGB Variations
Color information
#1F164C (or 0x1F164C) is known color: Paua. HEX triplet: 1F, 16 and 4C. RGB value is (31,22,76). Sum of RGB (Red+Green+Blue) = 31+22+76=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F164C is #E0E9B3. Grayscale: #1E1E1E. Windows color (decimal): -14739892 or 4986399. OLE color: 4986399.
HSL color Cylindrical-coordinate representation of color #1F164C: hue angle of 250º degrees, saturation: 0.55, 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 #1F164C is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 22 | 76 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.70 |
| HSL | 250º | 0.55% | 0.19% | - |
| HSV(B) | 250º | 0.71% | 0.3% | - |
| XYZ | 2.16 | 1.39 | 6.99 | - |
| YUV | 30.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 76 | 0.59 | 0.71 | 0 | 0.70 | 250 | 0.55 | 0.19 |
| Hex | 1F | 16 | 4C | 3B | 47 | 0 | 46 | FA | 37 | 13 |
| Octal | 37 | 26 | 114 | 73 | 107 | 0 | 106 | 372 | 67 | 23 |
| Binary | 11111 | 10110 | 1001100 | 111011 | 1000111 | 0 | 1000110 | 11111010 | 110111 | 10011 |
Color Harmonies of #1F164C
Complementary color
Monochromatic Colors of #1F164C
Black with #1F164C
Text Example
Text Example
White with #1F164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F164C; }
p { color: rgb(31,22,76); }
H1.HeaderClassName
{
color: #1F164C;
}
.AnyTagClassName
{
color: #1F164C;
}
</style>
background-color css
<style>
a { background-color: #1F164C; }
a { background-color: rgb(31,22,76); }
div.DivClassName
{
background-color: #1F164C;
}
.BgClassName
{
background-color: #1F164C;
}
</style>
border-color css
<style>
span { border-color: #1F164C; }
span { border-color: rgb(31,22,76); }
td.TdClassName
{
border-color: #1F164C;
}
.TagClassName
{
border-color: #1F164C;
}
</style>