Shades of Paua #1B1456
Tints of Paua #1B1456
RGB
CMYK
RGB Variations
Color information
#1B1456 (or 0x1B1456) is known color: Paua. HEX triplet: 1B, 14 and 56. RGB value is (27,20,86). Sum of RGB (Red+Green+Blue) = 27+20+86=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B1456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1456 is #E4EBA9. Grayscale: #1D1D1D. Windows color (decimal): -15002538 or 5641243. OLE color: 5641243.
HSL color Cylindrical-coordinate representation of color #1B1456: hue angle of 246.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B1456 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 20 | 86 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.66 |
| HSL | 246.36º | 0.62% | 0.21% | - |
| HSV(B) | 246.36º | 0.77% | 0.34% | - |
| XYZ | 2.38 | 1.41 | 8.95 | - |
| YUV | 29.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 86 | 0.69 | 0.77 | 0 | 0.66 | 246.36 | 0.62 | 0.21 |
| Hex | 1B | 14 | 56 | 45 | 4D | 0 | 42 | F6 | 3E | 15 |
| Octal | 33 | 24 | 126 | 105 | 115 | 0 | 102 | 366 | 76 | 25 |
| Binary | 11011 | 10100 | 1010110 | 1000101 | 1001101 | 0 | 1000010 | 11110110 | 111110 | 10101 |
Color Harmonies of #1B1456
Complementary color
Monochromatic Colors of #1B1456
Black with #1B1456
Text Example
Text Example
White with #1B1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1456; }
p { color: rgb(27,20,86); }
H1.HeaderClassName
{
color: #1B1456;
}
.AnyTagClassName
{
color: #1B1456;
}
</style>
background-color css
<style>
a { background-color: #1B1456; }
a { background-color: rgb(27,20,86); }
div.DivClassName
{
background-color: #1B1456;
}
.BgClassName
{
background-color: #1B1456;
}
</style>
border-color css
<style>
span { border-color: #1B1456; }
span { border-color: rgb(27,20,86); }
td.TdClassName
{
border-color: #1B1456;
}
.TagClassName
{
border-color: #1B1456;
}
</style>