Shades of Paua #1A134A
Tints of Paua #1A134A
RGB
CMYK
RGB Variations
Color information
#1A134A (or 0x1A134A) is known color: Paua. HEX triplet: 1A, 13 and 4A. RGB value is (26,19,74). Sum of RGB (Red+Green+Blue) = 26+19+74=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A134A is #E5ECB5. Grayscale: #1B1B1B. Windows color (decimal): -15068342 or 4854554. OLE color: 4854554.
HSL color Cylindrical-coordinate representation of color #1A134A: hue angle of 247.64º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A134A is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 19 | 74 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.71 |
| HSL | 247.64º | 0.59% | 0.18% | - |
| HSV(B) | 247.64º | 0.74% | 0.29% | - |
| XYZ | 1.89 | 1.18 | 6.61 | - |
| YUV | 27.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 74 | 0.65 | 0.74 | 0 | 0.71 | 247.64 | 0.59 | 0.18 |
| Hex | 1A | 13 | 4A | 41 | 4A | 0 | 47 | F8 | 3B | 12 |
| Octal | 32 | 23 | 112 | 101 | 112 | 0 | 107 | 370 | 73 | 22 |
| Binary | 11010 | 10011 | 1001010 | 1000001 | 1001010 | 0 | 1000111 | 11111000 | 111011 | 10010 |
Color Harmonies of #1A134A
Complementary color
Monochromatic Colors of #1A134A
Black with #1A134A
Text Example
Text Example
White with #1A134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A134A; }
p { color: rgb(26,19,74); }
H1.HeaderClassName
{
color: #1A134A;
}
.AnyTagClassName
{
color: #1A134A;
}
</style>
background-color css
<style>
a { background-color: #1A134A; }
a { background-color: rgb(26,19,74); }
div.DivClassName
{
background-color: #1A134A;
}
.BgClassName
{
background-color: #1A134A;
}
</style>
border-color css
<style>
span { border-color: #1A134A; }
span { border-color: rgb(26,19,74); }
td.TdClassName
{
border-color: #1A134A;
}
.TagClassName
{
border-color: #1A134A;
}
</style>