Shades of Paua #1F215D
Tints of Paua #1F215D
RGB
CMYK
RGB Variations
Color information
#1F215D (or 0x1F215D) is known color: Paua. HEX triplet: 1F, 21 and 5D. RGB value is (31,33,93). Sum of RGB (Red+Green+Blue) = 31+33+93=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F215D is #E0DEA2. Grayscale: #272727. Windows color (decimal): -14737059 or 6103327. OLE color: 6103327.
HSL color Cylindrical-coordinate representation of color #1F215D: hue angle of 238.06º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F215D is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 33 | 93 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.64 |
| HSL | 238.06º | 0.5% | 0.24% | - |
| HSV(B) | 238.06º | 0.67% | 0.36% | - |
| XYZ | 3.08 | 2.17 | 10.61 | - |
| YUV | 39.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 93 | 0.67 | 0.65 | 0 | 0.64 | 238.06 | 0.5 | 0.24 |
| Hex | 1F | 21 | 5D | 43 | 41 | 0 | 40 | EE | 32 | 18 |
| Octal | 37 | 41 | 135 | 103 | 101 | 0 | 100 | 356 | 62 | 30 |
| Binary | 11111 | 100001 | 1011101 | 1000011 | 1000001 | 0 | 1000000 | 11101110 | 110010 | 11000 |
Color Harmonies of #1F215D
Complementary color
Monochromatic Colors of #1F215D
Black with #1F215D
Text Example
Text Example
White with #1F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F215D; }
p { color: rgb(31,33,93); }
H1.HeaderClassName
{
color: #1F215D;
}
.AnyTagClassName
{
color: #1F215D;
}
</style>
background-color css
<style>
a { background-color: #1F215D; }
a { background-color: rgb(31,33,93); }
div.DivClassName
{
background-color: #1F215D;
}
.BgClassName
{
background-color: #1F215D;
}
</style>
border-color css
<style>
span { border-color: #1F215D; }
span { border-color: rgb(31,33,93); }
td.TdClassName
{
border-color: #1F215D;
}
.TagClassName
{
border-color: #1F215D;
}
</style>