Shades of Paua #1B1259
Tints of Paua #1B1259
RGB
CMYK
RGB Variations
Color information
#1B1259 (or 0x1B1259) is known color: Paua. HEX triplet: 1B, 12 and 59. RGB value is (27,18,89). Sum of RGB (Red+Green+Blue) = 27+18+89=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1259 is #E4EDA6. Grayscale: #1C1C1C. Windows color (decimal): -15003047 or 5837339. OLE color: 5837339.
HSL color Cylindrical-coordinate representation of color #1B1259: hue angle of 247.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B1259 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 18 | 89 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.65 |
| HSL | 247.61º | 0.66% | 0.21% | - |
| HSV(B) | 247.61º | 0.8% | 0.35% | - |
| XYZ | 2.47 | 1.39 | 9.59 | - |
| YUV | 28.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 89 | 0.70 | 0.80 | 0 | 0.65 | 247.61 | 0.66 | 0.21 |
| Hex | 1B | 12 | 59 | 46 | 50 | 0 | 41 | F8 | 42 | 15 |
| Octal | 33 | 22 | 131 | 106 | 120 | 0 | 101 | 370 | 102 | 25 |
| Binary | 11011 | 10010 | 1011001 | 1000110 | 1010000 | 0 | 1000001 | 11111000 | 1000010 | 10101 |
Color Harmonies of #1B1259
Complementary color
Monochromatic Colors of #1B1259
Black with #1B1259
Text Example
Text Example
White with #1B1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1259; }
p { color: rgb(27,18,89); }
H1.HeaderClassName
{
color: #1B1259;
}
.AnyTagClassName
{
color: #1B1259;
}
</style>
background-color css
<style>
a { background-color: #1B1259; }
a { background-color: rgb(27,18,89); }
div.DivClassName
{
background-color: #1B1259;
}
.BgClassName
{
background-color: #1B1259;
}
</style>
border-color css
<style>
span { border-color: #1B1259; }
span { border-color: rgb(27,18,89); }
td.TdClassName
{
border-color: #1B1259;
}
.TagClassName
{
border-color: #1B1259;
}
</style>