Shades of Paua #1B1051
Tints of Paua #1B1051
RGB
CMYK
RGB Variations
Color information
#1B1051 (or 0x1B1051) is known color: Paua. HEX triplet: 1B, 10 and 51. RGB value is (27,16,81). Sum of RGB (Red+Green+Blue) = 27+16+81=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1051 is #E4EFAE. Grayscale: #1A1A1A. Windows color (decimal): -15003567 or 5312539. OLE color: 5312539.
HSL color Cylindrical-coordinate representation of color #1B1051: hue angle of 250.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B1051 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 16 | 81 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.68 |
| HSL | 250.15º | 0.67% | 0.19% | - |
| HSV(B) | 250.15º | 0.8% | 0.32% | - |
| XYZ | 2.12 | 1.2 | 7.9 | - |
| YUV | 26.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 81 | 0.67 | 0.80 | 0 | 0.68 | 250.15 | 0.67 | 0.19 |
| Hex | 1B | 10 | 51 | 43 | 50 | 0 | 44 | FA | 43 | 13 |
| Octal | 33 | 20 | 121 | 103 | 120 | 0 | 104 | 372 | 103 | 23 |
| Binary | 11011 | 10000 | 1010001 | 1000011 | 1010000 | 0 | 1000100 | 11111010 | 1000011 | 10011 |
Color Harmonies of #1B1051
Complementary color
Monochromatic Colors of #1B1051
Black with #1B1051
Text Example
Text Example
White with #1B1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1051; }
p { color: rgb(27,16,81); }
H1.HeaderClassName
{
color: #1B1051;
}
.AnyTagClassName
{
color: #1B1051;
}
</style>
background-color css
<style>
a { background-color: #1B1051; }
a { background-color: rgb(27,16,81); }
div.DivClassName
{
background-color: #1B1051;
}
.BgClassName
{
background-color: #1B1051;
}
</style>
border-color css
<style>
span { border-color: #1B1051; }
span { border-color: rgb(27,16,81); }
td.TdClassName
{
border-color: #1B1051;
}
.TagClassName
{
border-color: #1B1051;
}
</style>