Shades of Paua #1F164B
Tints of Paua #1F164B
RGB
CMYK
RGB Variations
Color information
#1F164B (or 0x1F164B) is known color: Paua. HEX triplet: 1F, 16 and 4B. RGB value is (31,22,75). Sum of RGB (Red+Green+Blue) = 31+22+75=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F164B is #E0E9B4. Grayscale: #1E1E1E. Windows color (decimal): -14739893 or 4920863. OLE color: 4920863.
HSL color Cylindrical-coordinate representation of color #1F164B: hue angle of 250.19º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F164B is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 22 | 75 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.71 |
| HSL | 250.19º | 0.55% | 0.19% | - |
| HSV(B) | 250.19º | 0.71% | 0.29% | - |
| XYZ | 2.12 | 1.37 | 6.81 | - |
| YUV | 30.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 75 | 0.59 | 0.71 | 0 | 0.71 | 250.19 | 0.55 | 0.19 |
| Hex | 1F | 16 | 4B | 3B | 47 | 0 | 47 | FA | 37 | 13 |
| Octal | 37 | 26 | 113 | 73 | 107 | 0 | 107 | 372 | 67 | 23 |
| Binary | 11111 | 10110 | 1001011 | 111011 | 1000111 | 0 | 1000111 | 11111010 | 110111 | 10011 |
Color Harmonies of #1F164B
Complementary color
Monochromatic Colors of #1F164B
Black with #1F164B
Text Example
Text Example
White with #1F164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F164B; }
p { color: rgb(31,22,75); }
H1.HeaderClassName
{
color: #1F164B;
}
.AnyTagClassName
{
color: #1F164B;
}
</style>
background-color css
<style>
a { background-color: #1F164B; }
a { background-color: rgb(31,22,75); }
div.DivClassName
{
background-color: #1F164B;
}
.BgClassName
{
background-color: #1F164B;
}
</style>
border-color css
<style>
span { border-color: #1F164B; }
span { border-color: rgb(31,22,75); }
td.TdClassName
{
border-color: #1F164B;
}
.TagClassName
{
border-color: #1F164B;
}
</style>