Shades of Paua #1A164E
Tints of Paua #1A164E
RGB
CMYK
RGB Variations
Color information
#1A164E (or 0x1A164E) is known color: Paua. HEX triplet: 1A, 16 and 4E. RGB value is (26,22,78). Sum of RGB (Red+Green+Blue) = 26+22+78=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A164E is #E5E9B1. Grayscale: #1D1D1D. Windows color (decimal): -15067570 or 5117466. OLE color: 5117466.
HSL color Cylindrical-coordinate representation of color #1A164E: hue angle of 244.29º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A164E is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 22 | 78 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.69 |
| HSL | 244.29º | 0.56% | 0.2% | - |
| HSV(B) | 244.29º | 0.72% | 0.31% | - |
| XYZ | 2.09 | 1.34 | 7.36 | - |
| YUV | 29.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 78 | 0.67 | 0.72 | 0 | 0.69 | 244.29 | 0.56 | 0.2 |
| Hex | 1A | 16 | 4E | 43 | 48 | 0 | 45 | F4 | 38 | 14 |
| Octal | 32 | 26 | 116 | 103 | 110 | 0 | 105 | 364 | 70 | 24 |
| Binary | 11010 | 10110 | 1001110 | 1000011 | 1001000 | 0 | 1000101 | 11110100 | 111000 | 10100 |
Color Harmonies of #1A164E
Complementary color
Monochromatic Colors of #1A164E
Black with #1A164E
Text Example
Text Example
White with #1A164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A164E; }
p { color: rgb(26,22,78); }
H1.HeaderClassName
{
color: #1A164E;
}
.AnyTagClassName
{
color: #1A164E;
}
</style>
background-color css
<style>
a { background-color: #1A164E; }
a { background-color: rgb(26,22,78); }
div.DivClassName
{
background-color: #1A164E;
}
.BgClassName
{
background-color: #1A164E;
}
</style>
border-color css
<style>
span { border-color: #1A164E; }
span { border-color: rgb(26,22,78); }
td.TdClassName
{
border-color: #1A164E;
}
.TagClassName
{
border-color: #1A164E;
}
</style>