Shades of Paua #1F144D
Tints of Paua #1F144D
RGB
CMYK
RGB Variations
Color information
#1F144D (or 0x1F144D) is known color: Paua. HEX triplet: 1F, 14 and 4D. RGB value is (31,20,77). Sum of RGB (Red+Green+Blue) = 31+20+77=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F144D is #E0EBB2. Grayscale: #1D1D1D. Windows color (decimal): -14740403 or 5051423. OLE color: 5051423.
HSL color Cylindrical-coordinate representation of color #1F144D: hue angle of 251.58º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F144D is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 20 | 77 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.70 |
| HSL | 251.58º | 0.59% | 0.19% | - |
| HSV(B) | 251.58º | 0.74% | 0.3% | - |
| XYZ | 2.15 | 1.33 | 7.16 | - |
| YUV | 29.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 77 | 0.60 | 0.74 | 0 | 0.70 | 251.58 | 0.59 | 0.19 |
| Hex | 1F | 14 | 4D | 3C | 4A | 0 | 46 | FC | 3B | 13 |
| Octal | 37 | 24 | 115 | 74 | 112 | 0 | 106 | 374 | 73 | 23 |
| Binary | 11111 | 10100 | 1001101 | 111100 | 1001010 | 0 | 1000110 | 11111100 | 111011 | 10011 |
Color Harmonies of #1F144D
Complementary color
Monochromatic Colors of #1F144D
Black with #1F144D
Text Example
Text Example
White with #1F144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F144D; }
p { color: rgb(31,20,77); }
H1.HeaderClassName
{
color: #1F144D;
}
.AnyTagClassName
{
color: #1F144D;
}
</style>
background-color css
<style>
a { background-color: #1F144D; }
a { background-color: rgb(31,20,77); }
div.DivClassName
{
background-color: #1F144D;
}
.BgClassName
{
background-color: #1F144D;
}
</style>
border-color css
<style>
span { border-color: #1F144D; }
span { border-color: rgb(31,20,77); }
td.TdClassName
{
border-color: #1F144D;
}
.TagClassName
{
border-color: #1F144D;
}
</style>