Shades of Paua #1B1356
Tints of Paua #1B1356
RGB
CMYK
RGB Variations
Color information
#1B1356 (or 0x1B1356) is known color: Paua. HEX triplet: 1B, 13 and 56. RGB value is (27,19,86). Sum of RGB (Red+Green+Blue) = 27+19+86=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B1356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1356 is #E4ECA9. Grayscale: #1C1C1C. Windows color (decimal): -15002794 or 5640987. OLE color: 5640987.
HSL color Cylindrical-coordinate representation of color #1B1356: hue angle of 247.16º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1356 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 19 | 86 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.66 |
| HSL | 247.16º | 0.64% | 0.21% | - |
| HSV(B) | 247.16º | 0.78% | 0.34% | - |
| XYZ | 2.36 | 1.37 | 8.94 | - |
| YUV | 29.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 86 | 0.69 | 0.78 | 0 | 0.66 | 247.16 | 0.64 | 0.21 |
| Hex | 1B | 13 | 56 | 45 | 4E | 0 | 42 | F7 | 40 | 15 |
| Octal | 33 | 23 | 126 | 105 | 116 | 0 | 102 | 367 | 100 | 25 |
| Binary | 11011 | 10011 | 1010110 | 1000101 | 1001110 | 0 | 1000010 | 11110111 | 1000000 | 10101 |
Color Harmonies of #1B1356
Complementary color
Monochromatic Colors of #1B1356
Black with #1B1356
Text Example
Text Example
White with #1B1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1356; }
p { color: rgb(27,19,86); }
H1.HeaderClassName
{
color: #1B1356;
}
.AnyTagClassName
{
color: #1B1356;
}
</style>
background-color css
<style>
a { background-color: #1B1356; }
a { background-color: rgb(27,19,86); }
div.DivClassName
{
background-color: #1B1356;
}
.BgClassName
{
background-color: #1B1356;
}
</style>
border-color css
<style>
span { border-color: #1B1356; }
span { border-color: rgb(27,19,86); }
td.TdClassName
{
border-color: #1B1356;
}
.TagClassName
{
border-color: #1B1356;
}
</style>