Shades of Paua #1F155D
Tints of Paua #1F155D
RGB
CMYK
RGB Variations
Color information
#1F155D (or 0x1F155D) is known color: Paua. HEX triplet: 1F, 15 and 5D. RGB value is (31,21,93). Sum of RGB (Red+Green+Blue) = 31+21+93=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F155D is #E0EAA2. Grayscale: #1F1F1F. Windows color (decimal): -14740131 or 6100255. OLE color: 6100255.
HSL color Cylindrical-coordinate representation of color #1F155D: hue angle of 248.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F155D is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 21 | 93 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.64 |
| HSL | 248.33º | 0.63% | 0.22% | - |
| HSV(B) | 248.33º | 0.77% | 0.36% | - |
| XYZ | 2.81 | 1.62 | 10.52 | - |
| YUV | 32.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 93 | 0.67 | 0.77 | 0 | 0.64 | 248.33 | 0.63 | 0.22 |
| Hex | 1F | 15 | 5D | 43 | 4D | 0 | 40 | F8 | 3F | 16 |
| Octal | 37 | 25 | 135 | 103 | 115 | 0 | 100 | 370 | 77 | 26 |
| Binary | 11111 | 10101 | 1011101 | 1000011 | 1001101 | 0 | 1000000 | 11111000 | 111111 | 10110 |
Color Harmonies of #1F155D
Complementary color
Monochromatic Colors of #1F155D
Black with #1F155D
Text Example
Text Example
White with #1F155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F155D; }
p { color: rgb(31,21,93); }
H1.HeaderClassName
{
color: #1F155D;
}
.AnyTagClassName
{
color: #1F155D;
}
</style>
background-color css
<style>
a { background-color: #1F155D; }
a { background-color: rgb(31,21,93); }
div.DivClassName
{
background-color: #1F155D;
}
.BgClassName
{
background-color: #1F155D;
}
</style>
border-color css
<style>
span { border-color: #1F155D; }
span { border-color: rgb(31,21,93); }
td.TdClassName
{
border-color: #1F155D;
}
.TagClassName
{
border-color: #1F155D;
}
</style>