Shades of Paua #1A104A
Tints of Paua #1A104A
RGB
CMYK
RGB Variations
Color information
#1A104A (or 0x1A104A) is known color: Paua. HEX triplet: 1A, 10 and 4A. RGB value is (26,16,74). Sum of RGB (Red+Green+Blue) = 26+16+74=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A104A is #E5EFB5. Grayscale: #191919. Windows color (decimal): -15069110 or 4853786. OLE color: 4853786.
HSL color Cylindrical-coordinate representation of color #1A104A: hue angle of 250.34º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A104A is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 16 | 74 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.71 |
| HSL | 250.34º | 0.64% | 0.18% | - |
| HSV(B) | 250.34º | 0.78% | 0.29% | - |
| XYZ | 1.85 | 1.08 | 6.59 | - |
| YUV | 25.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 74 | 0.65 | 0.78 | 0 | 0.71 | 250.34 | 0.64 | 0.18 |
| Hex | 1A | 10 | 4A | 41 | 4E | 0 | 47 | FA | 40 | 12 |
| Octal | 32 | 20 | 112 | 101 | 116 | 0 | 107 | 372 | 100 | 22 |
| Binary | 11010 | 10000 | 1001010 | 1000001 | 1001110 | 0 | 1000111 | 11111010 | 1000000 | 10010 |
Color Harmonies of #1A104A
Complementary color
Monochromatic Colors of #1A104A
Black with #1A104A
Text Example
Text Example
White with #1A104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A104A; }
p { color: rgb(26,16,74); }
H1.HeaderClassName
{
color: #1A104A;
}
.AnyTagClassName
{
color: #1A104A;
}
</style>
background-color css
<style>
a { background-color: #1A104A; }
a { background-color: rgb(26,16,74); }
div.DivClassName
{
background-color: #1A104A;
}
.BgClassName
{
background-color: #1A104A;
}
</style>
border-color css
<style>
span { border-color: #1A104A; }
span { border-color: rgb(26,16,74); }
td.TdClassName
{
border-color: #1A104A;
}
.TagClassName
{
border-color: #1A104A;
}
</style>