Shades of Paua #1F154D
Tints of Paua #1F154D
RGB
CMYK
RGB Variations
Color information
#1F154D (or 0x1F154D) is known color: Paua. HEX triplet: 1F, 15 and 4D. RGB value is (31,21,77). Sum of RGB (Red+Green+Blue) = 31+21+77=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F154D is #E0EAB2. Grayscale: #1E1E1E. Windows color (decimal): -14740147 or 5051679. OLE color: 5051679.
HSL color Cylindrical-coordinate representation of color #1F154D: hue angle of 250.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F154D is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 21 | 77 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.70 |
| HSL | 250.71º | 0.57% | 0.19% | - |
| HSV(B) | 250.71º | 0.73% | 0.3% | - |
| XYZ | 2.17 | 1.36 | 7.17 | - |
| YUV | 30.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 77 | 0.60 | 0.73 | 0 | 0.70 | 250.71 | 0.57 | 0.19 |
| Hex | 1F | 15 | 4D | 3C | 49 | 0 | 46 | FB | 39 | 13 |
| Octal | 37 | 25 | 115 | 74 | 111 | 0 | 106 | 373 | 71 | 23 |
| Binary | 11111 | 10101 | 1001101 | 111100 | 1001001 | 0 | 1000110 | 11111011 | 111001 | 10011 |
Color Harmonies of #1F154D
Complementary color
Monochromatic Colors of #1F154D
Black with #1F154D
Text Example
Text Example
White with #1F154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F154D; }
p { color: rgb(31,21,77); }
H1.HeaderClassName
{
color: #1F154D;
}
.AnyTagClassName
{
color: #1F154D;
}
</style>
background-color css
<style>
a { background-color: #1F154D; }
a { background-color: rgb(31,21,77); }
div.DivClassName
{
background-color: #1F154D;
}
.BgClassName
{
background-color: #1F154D;
}
</style>
border-color css
<style>
span { border-color: #1F154D; }
span { border-color: rgb(31,21,77); }
td.TdClassName
{
border-color: #1F154D;
}
.TagClassName
{
border-color: #1F154D;
}
</style>