Shades of Paua #1F0A5A
Tints of Paua #1F0A5A
RGB
CMYK
RGB Variations
Color information
#1F0A5A (or 0x1F0A5A) is known color: Paua. HEX triplet: 1F, 0A and 5A. RGB value is (31,10,90). Sum of RGB (Red+Green+Blue) = 31+10+90=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F0A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A5A is #E0F5A5. Grayscale: #191919. Windows color (decimal): -14742950 or 5900831. OLE color: 5900831.
HSL color Cylindrical-coordinate representation of color #1F0A5A: hue angle of 255.75º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0A5A is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 10 | 90 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.65 |
| HSL | 255.75º | 0.8% | 0.2% | - |
| HSV(B) | 255.75º | 0.89% | 0.35% | - |
| XYZ | 2.52 | 1.25 | 9.78 | - |
| YUV | 25.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 90 | 0.66 | 0.89 | 0 | 0.65 | 255.75 | 0.8 | 0.2 |
| Hex | 1F | A | 5A | 42 | 59 | 0 | 41 | 100 | 50 | 14 |
| Octal | 37 | 12 | 132 | 102 | 131 | 0 | 101 | 400 | 120 | 24 |
| Binary | 11111 | 1010 | 1011010 | 1000010 | 1011001 | 0 | 1000001 | 100000000 | 1010000 | 10100 |
Color Harmonies of #1F0A5A
Complementary color
Monochromatic Colors of #1F0A5A
Black with #1F0A5A
Text Example
Text Example
White with #1F0A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A5A; }
p { color: rgb(31,10,90); }
H1.HeaderClassName
{
color: #1F0A5A;
}
.AnyTagClassName
{
color: #1F0A5A;
}
</style>
background-color css
<style>
a { background-color: #1F0A5A; }
a { background-color: rgb(31,10,90); }
div.DivClassName
{
background-color: #1F0A5A;
}
.BgClassName
{
background-color: #1F0A5A;
}
</style>
border-color css
<style>
span { border-color: #1F0A5A; }
span { border-color: rgb(31,10,90); }
td.TdClassName
{
border-color: #1F0A5A;
}
.TagClassName
{
border-color: #1F0A5A;
}
</style>