Shades of Paua #1F095C
Tints of Paua #1F095C
RGB
CMYK
RGB Variations
Color information
#1F095C (or 0x1F095C) is known color: Paua. HEX triplet: 1F, 09 and 5C. RGB value is (31,9,92). Sum of RGB (Red+Green+Blue) = 31+9+92=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095C is #E0F6A3. Grayscale: #181818. Windows color (decimal): -14743204 or 6031647. OLE color: 6031647.
HSL color Cylindrical-coordinate representation of color #1F095C: hue angle of 255.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095C is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 9 | 92 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.64 |
| HSL | 255.9º | 0.82% | 0.2% | - |
| HSV(B) | 255.9º | 0.9% | 0.36% | - |
| XYZ | 2.59 | 1.26 | 10.23 | - |
| YUV | 25.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 92 | 0.66 | 0.90 | 0 | 0.64 | 255.9 | 0.82 | 0.2 |
| Hex | 1F | 9 | 5C | 42 | 5A | 0 | 40 | 100 | 52 | 14 |
| Octal | 37 | 11 | 134 | 102 | 132 | 0 | 100 | 400 | 122 | 24 |
| Binary | 11111 | 1001 | 1011100 | 1000010 | 1011010 | 0 | 1000000 | 100000000 | 1010010 | 10100 |
Color Harmonies of #1F095C
Complementary color
Monochromatic Colors of #1F095C
Black with #1F095C
Text Example
Text Example
White with #1F095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F095C; }
p { color: rgb(31,9,92); }
H1.HeaderClassName
{
color: #1F095C;
}
.AnyTagClassName
{
color: #1F095C;
}
</style>
background-color css
<style>
a { background-color: #1F095C; }
a { background-color: rgb(31,9,92); }
div.DivClassName
{
background-color: #1F095C;
}
.BgClassName
{
background-color: #1F095C;
}
</style>
border-color css
<style>
span { border-color: #1F095C; }
span { border-color: rgb(31,9,92); }
td.TdClassName
{
border-color: #1F095C;
}
.TagClassName
{
border-color: #1F095C;
}
</style>