Shades of Paua #1F1254
Tints of Paua #1F1254
RGB
CMYK
RGB Variations
Color information
#1F1254 (or 0x1F1254) is known color: Paua. HEX triplet: 1F, 12 and 54. RGB value is (31,18,84). Sum of RGB (Red+Green+Blue) = 31+18+84=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F1254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1254 is #E0EDAB. Grayscale: #1D1D1D. Windows color (decimal): -14740908 or 5509663. OLE color: 5509663.
HSL color Cylindrical-coordinate representation of color #1F1254: hue angle of 251.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1254 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 18 | 84 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.67 |
| HSL | 251.82º | 0.65% | 0.2% | - |
| HSV(B) | 251.82º | 0.79% | 0.33% | - |
| XYZ | 2.38 | 1.36 | 8.53 | - |
| YUV | 29.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 84 | 0.63 | 0.79 | 0 | 0.67 | 251.82 | 0.65 | 0.2 |
| Hex | 1F | 12 | 54 | 3F | 4F | 0 | 43 | FC | 41 | 14 |
| Octal | 37 | 22 | 124 | 77 | 117 | 0 | 103 | 374 | 101 | 24 |
| Binary | 11111 | 10010 | 1010100 | 111111 | 1001111 | 0 | 1000011 | 11111100 | 1000001 | 10100 |
Color Harmonies of #1F1254
Complementary color
Monochromatic Colors of #1F1254
Black with #1F1254
Text Example
Text Example
White with #1F1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1254; }
p { color: rgb(31,18,84); }
H1.HeaderClassName
{
color: #1F1254;
}
.AnyTagClassName
{
color: #1F1254;
}
</style>
background-color css
<style>
a { background-color: #1F1254; }
a { background-color: rgb(31,18,84); }
div.DivClassName
{
background-color: #1F1254;
}
.BgClassName
{
background-color: #1F1254;
}
</style>
border-color css
<style>
span { border-color: #1F1254; }
span { border-color: rgb(31,18,84); }
td.TdClassName
{
border-color: #1F1254;
}
.TagClassName
{
border-color: #1F1254;
}
</style>