Shades of Paua #1B1740
Tints of Paua #1B1740
RGB
CMYK
RGB Variations
Color information
#1B1740 (or 0x1B1740) is known color: Paua. HEX triplet: 1B, 17 and 40. RGB value is (27,23,64). Sum of RGB (Red+Green+Blue) = 27+23+64=114 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.68% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1740 is #E4E8BF. Grayscale: #1C1C1C. Windows color (decimal): -15001792 or 4200219. OLE color: 4200219.
HSL color Cylindrical-coordinate representation of color #1B1740: hue angle of 245.85º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B1740 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 23 | 64 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.75 |
| HSL | 245.85º | 0.47% | 0.17% | - |
| HSV(B) | 245.85º | 0.64% | 0.25% | - |
| XYZ | 1.68 | 1.22 | 5 | - |
| YUV | 28.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 64 | 0.58 | 0.64 | 0 | 0.75 | 245.85 | 0.47 | 0.17 |
| Hex | 1B | 17 | 40 | 3A | 40 | 0 | 4B | F6 | 2F | 11 |
| Octal | 33 | 27 | 100 | 72 | 100 | 0 | 113 | 366 | 57 | 21 |
| Binary | 11011 | 10111 | 1000000 | 111010 | 1000000 | 0 | 1001011 | 11110110 | 101111 | 10001 |
Color Harmonies of #1B1740
Complementary color
Monochromatic Colors of #1B1740
Black with #1B1740
Text Example
Text Example
White with #1B1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1740; }
p { color: rgb(27,23,64); }
H1.HeaderClassName
{
color: #1B1740;
}
.AnyTagClassName
{
color: #1B1740;
}
</style>
background-color css
<style>
a { background-color: #1B1740; }
a { background-color: rgb(27,23,64); }
div.DivClassName
{
background-color: #1B1740;
}
.BgClassName
{
background-color: #1B1740;
}
</style>
border-color css
<style>
span { border-color: #1B1740; }
span { border-color: rgb(27,23,64); }
td.TdClassName
{
border-color: #1B1740;
}
.TagClassName
{
border-color: #1B1740;
}
</style>