Shades of Paua #1A0B53
Tints of Paua #1A0B53
RGB
CMYK
RGB Variations
Color information
#1A0B53 (or 0x1A0B53) is known color: Paua. HEX triplet: 1A, 0B and 53. RGB value is (26,11,83). Sum of RGB (Red+Green+Blue) = 26+11+83=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A0B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B53 is #E5F4AC. Grayscale: #171717. Windows color (decimal): -15070381 or 5442330. OLE color: 5442330.
HSL color Cylindrical-coordinate representation of color #1A0B53: hue angle of 252.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A0B53 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 11 | 83 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.67 |
| HSL | 252.5º | 0.77% | 0.18% | - |
| HSV(B) | 252.5º | 0.87% | 0.33% | - |
| XYZ | 2.11 | 1.08 | 8.28 | - |
| YUV | 23.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 83 | 0.69 | 0.87 | 0 | 0.67 | 252.5 | 0.77 | 0.18 |
| Hex | 1A | B | 53 | 45 | 57 | 0 | 43 | FD | 4D | 12 |
| Octal | 32 | 13 | 123 | 105 | 127 | 0 | 103 | 375 | 115 | 22 |
| Binary | 11010 | 1011 | 1010011 | 1000101 | 1010111 | 0 | 1000011 | 11111101 | 1001101 | 10010 |
Color Harmonies of #1A0B53
Complementary color
Monochromatic Colors of #1A0B53
Black with #1A0B53
Text Example
Text Example
White with #1A0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B53; }
p { color: rgb(26,11,83); }
H1.HeaderClassName
{
color: #1A0B53;
}
.AnyTagClassName
{
color: #1A0B53;
}
</style>
background-color css
<style>
a { background-color: #1A0B53; }
a { background-color: rgb(26,11,83); }
div.DivClassName
{
background-color: #1A0B53;
}
.BgClassName
{
background-color: #1A0B53;
}
</style>
border-color css
<style>
span { border-color: #1A0B53; }
span { border-color: rgb(26,11,83); }
td.TdClassName
{
border-color: #1A0B53;
}
.TagClassName
{
border-color: #1A0B53;
}
</style>