Shades of Paua #1F175D
Tints of Paua #1F175D
RGB
CMYK
RGB Variations
Color information
#1F175D (or 0x1F175D) is known color: Paua. HEX triplet: 1F, 17 and 5D. RGB value is (31,23,93). Sum of RGB (Red+Green+Blue) = 31+23+93=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F175D is #E0E8A2. Grayscale: #212121. Windows color (decimal): -14739619 or 6100767. OLE color: 6100767.
HSL color Cylindrical-coordinate representation of color #1F175D: hue angle of 246.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F175D is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 23 | 93 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.64 |
| HSL | 246.86º | 0.6% | 0.23% | - |
| HSV(B) | 246.86º | 0.75% | 0.36% | - |
| XYZ | 2.85 | 1.69 | 10.53 | - |
| YUV | 33.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 93 | 0.67 | 0.75 | 0 | 0.64 | 246.86 | 0.6 | 0.23 |
| Hex | 1F | 17 | 5D | 43 | 4B | 0 | 40 | F7 | 3C | 17 |
| Octal | 37 | 27 | 135 | 103 | 113 | 0 | 100 | 367 | 74 | 27 |
| Binary | 11111 | 10111 | 1011101 | 1000011 | 1001011 | 0 | 1000000 | 11110111 | 111100 | 10111 |
Color Harmonies of #1F175D
Complementary color
Monochromatic Colors of #1F175D
Black with #1F175D
Text Example
Text Example
White with #1F175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F175D; }
p { color: rgb(31,23,93); }
H1.HeaderClassName
{
color: #1F175D;
}
.AnyTagClassName
{
color: #1F175D;
}
</style>
background-color css
<style>
a { background-color: #1F175D; }
a { background-color: rgb(31,23,93); }
div.DivClassName
{
background-color: #1F175D;
}
.BgClassName
{
background-color: #1F175D;
}
</style>
border-color css
<style>
span { border-color: #1F175D; }
span { border-color: rgb(31,23,93); }
td.TdClassName
{
border-color: #1F175D;
}
.TagClassName
{
border-color: #1F175D;
}
</style>