Shades of Paua #1F1154
Tints of Paua #1F1154
RGB
CMYK
RGB Variations
Color information
#1F1154 (or 0x1F1154) is known color: Paua. HEX triplet: 1F, 11 and 54. RGB value is (31,17,84). Sum of RGB (Red+Green+Blue) = 31+17+84=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F1154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1154 is #E0EEAB. Grayscale: #1C1C1C. Windows color (decimal): -14741164 or 5509407. OLE color: 5509407.
HSL color Cylindrical-coordinate representation of color #1F1154: hue angle of 252.54º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1154 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 17 | 84 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.67 |
| HSL | 252.54º | 0.66% | 0.2% | - |
| HSV(B) | 252.54º | 0.8% | 0.33% | - |
| XYZ | 2.37 | 1.33 | 8.52 | - |
| YUV | 28.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 84 | 0.63 | 0.80 | 0 | 0.67 | 252.54 | 0.66 | 0.2 |
| Hex | 1F | 11 | 54 | 3F | 50 | 0 | 43 | FD | 42 | 14 |
| Octal | 37 | 21 | 124 | 77 | 120 | 0 | 103 | 375 | 102 | 24 |
| Binary | 11111 | 10001 | 1010100 | 111111 | 1010000 | 0 | 1000011 | 11111101 | 1000010 | 10100 |
Color Harmonies of #1F1154
Complementary color
Monochromatic Colors of #1F1154
Black with #1F1154
Text Example
Text Example
White with #1F1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1154; }
p { color: rgb(31,17,84); }
H1.HeaderClassName
{
color: #1F1154;
}
.AnyTagClassName
{
color: #1F1154;
}
</style>
background-color css
<style>
a { background-color: #1F1154; }
a { background-color: rgb(31,17,84); }
div.DivClassName
{
background-color: #1F1154;
}
.BgClassName
{
background-color: #1F1154;
}
</style>
border-color css
<style>
span { border-color: #1F1154; }
span { border-color: rgb(31,17,84); }
td.TdClassName
{
border-color: #1F1154;
}
.TagClassName
{
border-color: #1F1154;
}
</style>