Shades of Paua #1F1A52
Tints of Paua #1F1A52
RGB
CMYK
RGB Variations
Color information
#1F1A52 (or 0x1F1A52) is known color: Paua. HEX triplet: 1F, 1A and 52. RGB value is (31,26,82). Sum of RGB (Red+Green+Blue) = 31+26+82=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F1A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A52 is #E0E5AD. Grayscale: #212121. Windows color (decimal): -14738862 or 5380639. OLE color: 5380639.
HSL color Cylindrical-coordinate representation of color #1F1A52: hue angle of 245.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1A52 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 26 | 82 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.68 |
| HSL | 245.36º | 0.52% | 0.21% | - |
| HSV(B) | 245.36º | 0.68% | 0.32% | - |
| XYZ | 2.46 | 1.64 | 8.17 | - |
| YUV | 33.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 82 | 0.62 | 0.68 | 0 | 0.68 | 245.36 | 0.52 | 0.21 |
| Hex | 1F | 1A | 52 | 3E | 44 | 0 | 44 | F5 | 34 | 15 |
| Octal | 37 | 32 | 122 | 76 | 104 | 0 | 104 | 365 | 64 | 25 |
| Binary | 11111 | 11010 | 1010010 | 111110 | 1000100 | 0 | 1000100 | 11110101 | 110100 | 10101 |
Color Harmonies of #1F1A52
Complementary color
Monochromatic Colors of #1F1A52
Black with #1F1A52
Text Example
Text Example
White with #1F1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1A52; }
p { color: rgb(31,26,82); }
H1.HeaderClassName
{
color: #1F1A52;
}
.AnyTagClassName
{
color: #1F1A52;
}
</style>
background-color css
<style>
a { background-color: #1F1A52; }
a { background-color: rgb(31,26,82); }
div.DivClassName
{
background-color: #1F1A52;
}
.BgClassName
{
background-color: #1F1A52;
}
</style>
border-color css
<style>
span { border-color: #1F1A52; }
span { border-color: rgb(31,26,82); }
td.TdClassName
{
border-color: #1F1A52;
}
.TagClassName
{
border-color: #1F1A52;
}
</style>