Shades of Paua #1B1053
Tints of Paua #1B1053
RGB
CMYK
RGB Variations
Color information
#1B1053 (or 0x1B1053) is known color: Paua. HEX triplet: 1B, 10 and 53. RGB value is (27,16,83). Sum of RGB (Red+Green+Blue) = 27+16+83=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1053 is #E4EFAC. Grayscale: #1A1A1A. Windows color (decimal): -15003565 or 5443611. OLE color: 5443611.
HSL color Cylindrical-coordinate representation of color #1B1053: hue angle of 249.85º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1053 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 16 | 83 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.67 |
| HSL | 249.85º | 0.68% | 0.19% | - |
| HSV(B) | 249.85º | 0.81% | 0.33% | - |
| XYZ | 2.2 | 1.23 | 8.3 | - |
| YUV | 26.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 83 | 0.67 | 0.81 | 0 | 0.67 | 249.85 | 0.68 | 0.19 |
| Hex | 1B | 10 | 53 | 43 | 51 | 0 | 43 | FA | 44 | 13 |
| Octal | 33 | 20 | 123 | 103 | 121 | 0 | 103 | 372 | 104 | 23 |
| Binary | 11011 | 10000 | 1010011 | 1000011 | 1010001 | 0 | 1000011 | 11111010 | 1000100 | 10011 |
Color Harmonies of #1B1053
Complementary color
Monochromatic Colors of #1B1053
Black with #1B1053
Text Example
Text Example
White with #1B1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1053; }
p { color: rgb(27,16,83); }
H1.HeaderClassName
{
color: #1B1053;
}
.AnyTagClassName
{
color: #1B1053;
}
</style>
background-color css
<style>
a { background-color: #1B1053; }
a { background-color: rgb(27,16,83); }
div.DivClassName
{
background-color: #1B1053;
}
.BgClassName
{
background-color: #1B1053;
}
</style>
border-color css
<style>
span { border-color: #1B1053; }
span { border-color: rgb(27,16,83); }
td.TdClassName
{
border-color: #1B1053;
}
.TagClassName
{
border-color: #1B1053;
}
</style>