Shades of Paua #1F135B
Tints of Paua #1F135B
RGB
CMYK
RGB Variations
Color information
#1F135B (or 0x1F135B) is known color: Paua. HEX triplet: 1F, 13 and 5B. RGB value is (31,19,91). Sum of RGB (Red+Green+Blue) = 31+19+91=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F135B is #E0ECA4. Grayscale: #1E1E1E. Windows color (decimal): -14740645 or 5968671. OLE color: 5968671.
HSL color Cylindrical-coordinate representation of color #1F135B: hue angle of 250º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F135B is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 19 | 91 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.64 |
| HSL | 250º | 0.65% | 0.22% | - |
| HSV(B) | 250º | 0.79% | 0.36% | - |
| XYZ | 2.69 | 1.51 | 10.05 | - |
| YUV | 30.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 91 | 0.66 | 0.79 | 0 | 0.64 | 250 | 0.65 | 0.22 |
| Hex | 1F | 13 | 5B | 42 | 4F | 0 | 40 | FA | 41 | 16 |
| Octal | 37 | 23 | 133 | 102 | 117 | 0 | 100 | 372 | 101 | 26 |
| Binary | 11111 | 10011 | 1011011 | 1000010 | 1001111 | 0 | 1000000 | 11111010 | 1000001 | 10110 |
Color Harmonies of #1F135B
Complementary color
Monochromatic Colors of #1F135B
Black with #1F135B
Text Example
Text Example
White with #1F135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F135B; }
p { color: rgb(31,19,91); }
H1.HeaderClassName
{
color: #1F135B;
}
.AnyTagClassName
{
color: #1F135B;
}
</style>
background-color css
<style>
a { background-color: #1F135B; }
a { background-color: rgb(31,19,91); }
div.DivClassName
{
background-color: #1F135B;
}
.BgClassName
{
background-color: #1F135B;
}
</style>
border-color css
<style>
span { border-color: #1F135B; }
span { border-color: rgb(31,19,91); }
td.TdClassName
{
border-color: #1F135B;
}
.TagClassName
{
border-color: #1F135B;
}
</style>