Shades of Paua #1A134C
Tints of Paua #1A134C
RGB
CMYK
RGB Variations
Color information
#1A134C (or 0x1A134C) is known color: Paua. HEX triplet: 1A, 13 and 4C. RGB value is (26,19,76). Sum of RGB (Red+Green+Blue) = 26+19+76=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A134C is #E5ECB3. Grayscale: #1B1B1B. Windows color (decimal): -15068340 or 4985626. OLE color: 4985626.
HSL color Cylindrical-coordinate representation of color #1A134C: hue angle of 247.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A134C is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 19 | 76 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.70 |
| HSL | 247.37º | 0.6% | 0.19% | - |
| HSV(B) | 247.37º | 0.75% | 0.3% | - |
| XYZ | 1.96 | 1.21 | 6.97 | - |
| YUV | 27.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 76 | 0.66 | 0.75 | 0 | 0.70 | 247.37 | 0.6 | 0.19 |
| Hex | 1A | 13 | 4C | 42 | 4B | 0 | 46 | F7 | 3C | 13 |
| Octal | 32 | 23 | 114 | 102 | 113 | 0 | 106 | 367 | 74 | 23 |
| Binary | 11010 | 10011 | 1001100 | 1000010 | 1001011 | 0 | 1000110 | 11110111 | 111100 | 10011 |
Color Harmonies of #1A134C
Complementary color
Monochromatic Colors of #1A134C
Black with #1A134C
Text Example
Text Example
White with #1A134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A134C; }
p { color: rgb(26,19,76); }
H1.HeaderClassName
{
color: #1A134C;
}
.AnyTagClassName
{
color: #1A134C;
}
</style>
background-color css
<style>
a { background-color: #1A134C; }
a { background-color: rgb(26,19,76); }
div.DivClassName
{
background-color: #1A134C;
}
.BgClassName
{
background-color: #1A134C;
}
</style>
border-color css
<style>
span { border-color: #1A134C; }
span { border-color: rgb(26,19,76); }
td.TdClassName
{
border-color: #1A134C;
}
.TagClassName
{
border-color: #1A134C;
}
</style>