Shades of Paua #1B1247
Tints of Paua #1B1247
RGB
CMYK
RGB Variations
Color information
#1B1247 (or 0x1B1247) is known color: Paua. HEX triplet: 1B, 12 and 47. RGB value is (27,18,71). Sum of RGB (Red+Green+Blue) = 27+18+71=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1247 is #E4EDB8. Grayscale: #1A1A1A. Windows color (decimal): -15003065 or 4657691. OLE color: 4657691.
HSL color Cylindrical-coordinate representation of color #1B1247: hue angle of 250.19º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B1247 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 18 | 71 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.72 |
| HSL | 250.19º | 0.6% | 0.17% | - |
| HSV(B) | 250.19º | 0.75% | 0.28% | - |
| XYZ | 1.81 | 1.12 | 6.08 | - |
| YUV | 26.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 71 | 0.62 | 0.75 | 0 | 0.72 | 250.19 | 0.6 | 0.17 |
| Hex | 1B | 12 | 47 | 3E | 4B | 0 | 48 | FA | 3C | 11 |
| Octal | 33 | 22 | 107 | 76 | 113 | 0 | 110 | 372 | 74 | 21 |
| Binary | 11011 | 10010 | 1000111 | 111110 | 1001011 | 0 | 1001000 | 11111010 | 111100 | 10001 |
Color Harmonies of #1B1247
Complementary color
Monochromatic Colors of #1B1247
Black with #1B1247
Text Example
Text Example
White with #1B1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1247; }
p { color: rgb(27,18,71); }
H1.HeaderClassName
{
color: #1B1247;
}
.AnyTagClassName
{
color: #1B1247;
}
</style>
background-color css
<style>
a { background-color: #1B1247; }
a { background-color: rgb(27,18,71); }
div.DivClassName
{
background-color: #1B1247;
}
.BgClassName
{
background-color: #1B1247;
}
</style>
border-color css
<style>
span { border-color: #1B1247; }
span { border-color: rgb(27,18,71); }
td.TdClassName
{
border-color: #1B1247;
}
.TagClassName
{
border-color: #1B1247;
}
</style>