Shades of Paua #1B1147
Tints of Paua #1B1147
RGB
CMYK
RGB Variations
Color information
#1B1147 (or 0x1B1147) is known color: Paua. HEX triplet: 1B, 11 and 47. RGB value is (27,17,71). Sum of RGB (Red+Green+Blue) = 27+17+71=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1147 is #E4EEB8. Grayscale: #191919. Windows color (decimal): -15003321 or 4657435. OLE color: 4657435.
HSL color Cylindrical-coordinate representation of color #1B1147: hue angle of 251.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1147 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 17 | 71 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.72 |
| HSL | 251.11º | 0.61% | 0.17% | - |
| HSV(B) | 251.11º | 0.76% | 0.28% | - |
| XYZ | 1.79 | 1.09 | 6.08 | - |
| YUV | 26.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 71 | 0.62 | 0.76 | 0 | 0.72 | 251.11 | 0.61 | 0.17 |
| Hex | 1B | 11 | 47 | 3E | 4C | 0 | 48 | FB | 3D | 11 |
| Octal | 33 | 21 | 107 | 76 | 114 | 0 | 110 | 373 | 75 | 21 |
| Binary | 11011 | 10001 | 1000111 | 111110 | 1001100 | 0 | 1001000 | 11111011 | 111101 | 10001 |
Color Harmonies of #1B1147
Complementary color
Monochromatic Colors of #1B1147
Black with #1B1147
Text Example
Text Example
White with #1B1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1147; }
p { color: rgb(27,17,71); }
H1.HeaderClassName
{
color: #1B1147;
}
.AnyTagClassName
{
color: #1B1147;
}
</style>
background-color css
<style>
a { background-color: #1B1147; }
a { background-color: rgb(27,17,71); }
div.DivClassName
{
background-color: #1B1147;
}
.BgClassName
{
background-color: #1B1147;
}
</style>
border-color css
<style>
span { border-color: #1B1147; }
span { border-color: rgb(27,17,71); }
td.TdClassName
{
border-color: #1B1147;
}
.TagClassName
{
border-color: #1B1147;
}
</style>