Shades of Paua #1D165A
Tints of Paua #1D165A
RGB
CMYK
RGB Variations
Color information
#1D165A (or 0x1D165A) is known color: Paua. HEX triplet: 1D, 16 and 5A. RGB value is (29,22,90). Sum of RGB (Red+Green+Blue) = 29+22+90=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D165A is #E2E9A5. Grayscale: #1F1F1F. Windows color (decimal): -14870950 or 5903901. OLE color: 5903901.
HSL color Cylindrical-coordinate representation of color #1D165A: hue angle of 246.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D165A is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 22 | 90 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.65 |
| HSL | 246.18º | 0.61% | 0.22% | - |
| HSV(B) | 246.18º | 0.76% | 0.35% | - |
| XYZ | 2.64 | 1.57 | 9.84 | - |
| YUV | 31.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 90 | 0.68 | 0.76 | 0 | 0.65 | 246.18 | 0.61 | 0.22 |
| Hex | 1D | 16 | 5A | 44 | 4C | 0 | 41 | F6 | 3D | 16 |
| Octal | 35 | 26 | 132 | 104 | 114 | 0 | 101 | 366 | 75 | 26 |
| Binary | 11101 | 10110 | 1011010 | 1000100 | 1001100 | 0 | 1000001 | 11110110 | 111101 | 10110 |
Color Harmonies of #1D165A
Complementary color
Monochromatic Colors of #1D165A
Black with #1D165A
Text Example
Text Example
White with #1D165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D165A; }
p { color: rgb(29,22,90); }
H1.HeaderClassName
{
color: #1D165A;
}
.AnyTagClassName
{
color: #1D165A;
}
</style>
background-color css
<style>
a { background-color: #1D165A; }
a { background-color: rgb(29,22,90); }
div.DivClassName
{
background-color: #1D165A;
}
.BgClassName
{
background-color: #1D165A;
}
</style>
border-color css
<style>
span { border-color: #1D165A; }
span { border-color: rgb(29,22,90); }
td.TdClassName
{
border-color: #1D165A;
}
.TagClassName
{
border-color: #1D165A;
}
</style>