Shades of Paua #1B1859
Tints of Paua #1B1859
RGB
CMYK
RGB Variations
Color information
#1B1859 (or 0x1B1859) is known color: Paua. HEX triplet: 1B, 18 and 59. RGB value is (27,24,89). Sum of RGB (Red+Green+Blue) = 27+24+89=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1859 is #E4E7A6. Grayscale: #202020. Windows color (decimal): -15001511 or 5838875. OLE color: 5838875.
HSL color Cylindrical-coordinate representation of color #1B1859: hue angle of 242.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B1859 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 24 | 89 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.65 |
| HSL | 242.77º | 0.58% | 0.22% | - |
| HSV(B) | 242.77º | 0.73% | 0.35% | - |
| XYZ | 2.58 | 1.61 | 9.63 | - |
| YUV | 32.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 89 | 0.70 | 0.73 | 0 | 0.65 | 242.77 | 0.58 | 0.22 |
| Hex | 1B | 18 | 59 | 46 | 49 | 0 | 41 | F3 | 3A | 16 |
| Octal | 33 | 30 | 131 | 106 | 111 | 0 | 101 | 363 | 72 | 26 |
| Binary | 11011 | 11000 | 1011001 | 1000110 | 1001001 | 0 | 1000001 | 11110011 | 111010 | 10110 |
Color Harmonies of #1B1859
Complementary color
Monochromatic Colors of #1B1859
Black with #1B1859
Text Example
Text Example
White with #1B1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1859; }
p { color: rgb(27,24,89); }
H1.HeaderClassName
{
color: #1B1859;
}
.AnyTagClassName
{
color: #1B1859;
}
</style>
background-color css
<style>
a { background-color: #1B1859; }
a { background-color: rgb(27,24,89); }
div.DivClassName
{
background-color: #1B1859;
}
.BgClassName
{
background-color: #1B1859;
}
</style>
border-color css
<style>
span { border-color: #1B1859; }
span { border-color: rgb(27,24,89); }
td.TdClassName
{
border-color: #1B1859;
}
.TagClassName
{
border-color: #1B1859;
}
</style>