Shades of Paua #1A163F
Tints of Paua #1A163F
RGB
CMYK
RGB Variations
Color information
#1A163F (or 0x1A163F) is known color: Paua. HEX triplet: 1A, 16 and 3F. RGB value is (26,22,63). Sum of RGB (Red+Green+Blue) = 26+22+63=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A163F is #E5E9C0. Grayscale: #1B1B1B. Windows color (decimal): -15067585 or 4134426. OLE color: 4134426.
HSL color Cylindrical-coordinate representation of color #1A163F: hue angle of 245.85º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A163F is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 22 | 63 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.75 |
| HSL | 245.85º | 0.48% | 0.17% | - |
| HSV(B) | 245.85º | 0.65% | 0.25% | - |
| XYZ | 1.61 | 1.15 | 4.84 | - |
| YUV | 27.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 63 | 0.59 | 0.65 | 0 | 0.75 | 245.85 | 0.48 | 0.17 |
| Hex | 1A | 16 | 3F | 3B | 41 | 0 | 4B | F6 | 30 | 11 |
| Octal | 32 | 26 | 77 | 73 | 101 | 0 | 113 | 366 | 60 | 21 |
| Binary | 11010 | 10110 | 111111 | 111011 | 1000001 | 0 | 1001011 | 11110110 | 110000 | 10001 |
Color Harmonies of #1A163F
Complementary color
Monochromatic Colors of #1A163F
Black with #1A163F
Text Example
Text Example
White with #1A163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A163F; }
p { color: rgb(26,22,63); }
H1.HeaderClassName
{
color: #1A163F;
}
.AnyTagClassName
{
color: #1A163F;
}
</style>
background-color css
<style>
a { background-color: #1A163F; }
a { background-color: rgb(26,22,63); }
div.DivClassName
{
background-color: #1A163F;
}
.BgClassName
{
background-color: #1A163F;
}
</style>
border-color css
<style>
span { border-color: #1A163F; }
span { border-color: rgb(26,22,63); }
td.TdClassName
{
border-color: #1A163F;
}
.TagClassName
{
border-color: #1A163F;
}
</style>