Shades of Paua #1B1152
Tints of Paua #1B1152
RGB
CMYK
RGB Variations
Color information
#1B1152 (or 0x1B1152) is known color: Paua. HEX triplet: 1B, 11 and 52. RGB value is (27,17,82). Sum of RGB (Red+Green+Blue) = 27+17+82=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1152 is #E4EEAD. Grayscale: #1B1B1B. Windows color (decimal): -15003310 or 5378331. OLE color: 5378331.
HSL color Cylindrical-coordinate representation of color #1B1152: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B1152 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 17 | 82 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.68 |
| HSL | 249.23º | 0.66% | 0.19% | - |
| HSV(B) | 249.23º | 0.79% | 0.32% | - |
| XYZ | 2.18 | 1.24 | 8.11 | - |
| YUV | 27.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 82 | 0.67 | 0.79 | 0 | 0.68 | 249.23 | 0.66 | 0.19 |
| Hex | 1B | 11 | 52 | 43 | 4F | 0 | 44 | F9 | 42 | 13 |
| Octal | 33 | 21 | 122 | 103 | 117 | 0 | 104 | 371 | 102 | 23 |
| Binary | 11011 | 10001 | 1010010 | 1000011 | 1001111 | 0 | 1000100 | 11111001 | 1000010 | 10011 |
Color Harmonies of #1B1152
Complementary color
Monochromatic Colors of #1B1152
Black with #1B1152
Text Example
Text Example
White with #1B1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1152; }
p { color: rgb(27,17,82); }
H1.HeaderClassName
{
color: #1B1152;
}
.AnyTagClassName
{
color: #1B1152;
}
</style>
background-color css
<style>
a { background-color: #1B1152; }
a { background-color: rgb(27,17,82); }
div.DivClassName
{
background-color: #1B1152;
}
.BgClassName
{
background-color: #1B1152;
}
</style>
border-color css
<style>
span { border-color: #1B1152; }
span { border-color: rgb(27,17,82); }
td.TdClassName
{
border-color: #1B1152;
}
.TagClassName
{
border-color: #1B1152;
}
</style>