Shades of Paua #1F155B
Tints of Paua #1F155B
RGB
CMYK
RGB Variations
Color information
#1F155B (or 0x1F155B) is known color: Paua. HEX triplet: 1F, 15 and 5B. RGB value is (31,21,91). Sum of RGB (Red+Green+Blue) = 31+21+91=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F155B is #E0EAA4. Grayscale: #1F1F1F. Windows color (decimal): -14740133 or 5969183. OLE color: 5969183.
HSL color Cylindrical-coordinate representation of color #1F155B: hue angle of 248.57º degrees, saturation: 0.62, 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 #1F155B is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 21 | 91 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.64 |
| HSL | 248.57º | 0.63% | 0.22% | - |
| HSV(B) | 248.57º | 0.77% | 0.36% | - |
| XYZ | 2.72 | 1.58 | 10.06 | - |
| YUV | 31.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 91 | 0.66 | 0.77 | 0 | 0.64 | 248.57 | 0.63 | 0.22 |
| Hex | 1F | 15 | 5B | 42 | 4D | 0 | 40 | F9 | 3E | 16 |
| Octal | 37 | 25 | 133 | 102 | 115 | 0 | 100 | 371 | 76 | 26 |
| Binary | 11111 | 10101 | 1011011 | 1000010 | 1001101 | 0 | 1000000 | 11111001 | 111110 | 10110 |
Color Harmonies of #1F155B
Complementary color
Monochromatic Colors of #1F155B
Black with #1F155B
Text Example
Text Example
White with #1F155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F155B; }
p { color: rgb(31,21,91); }
H1.HeaderClassName
{
color: #1F155B;
}
.AnyTagClassName
{
color: #1F155B;
}
</style>
background-color css
<style>
a { background-color: #1F155B; }
a { background-color: rgb(31,21,91); }
div.DivClassName
{
background-color: #1F155B;
}
.BgClassName
{
background-color: #1F155B;
}
</style>
border-color css
<style>
span { border-color: #1F155B; }
span { border-color: rgb(31,21,91); }
td.TdClassName
{
border-color: #1F155B;
}
.TagClassName
{
border-color: #1F155B;
}
</style>