Shades of Paua #1D175A
Tints of Paua #1D175A
RGB
CMYK
RGB Variations
Color information
#1D175A (or 0x1D175A) is known color: Paua. HEX triplet: 1D, 17 and 5A. RGB value is (29,23,90). Sum of RGB (Red+Green+Blue) = 29+23+90=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D175A is #E2E8A5. Grayscale: #202020. Windows color (decimal): -14870694 or 5904157. OLE color: 5904157.
HSL color Cylindrical-coordinate representation of color #1D175A: hue angle of 245.37º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D175A is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 23 | 90 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.65 |
| HSL | 245.37º | 0.59% | 0.22% | - |
| HSV(B) | 245.37º | 0.74% | 0.35% | - |
| XYZ | 2.66 | 1.61 | 9.84 | - |
| YUV | 32.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 90 | 0.68 | 0.74 | 0 | 0.65 | 245.37 | 0.59 | 0.22 |
| Hex | 1D | 17 | 5A | 44 | 4A | 0 | 41 | F5 | 3B | 16 |
| Octal | 35 | 27 | 132 | 104 | 112 | 0 | 101 | 365 | 73 | 26 |
| Binary | 11101 | 10111 | 1011010 | 1000100 | 1001010 | 0 | 1000001 | 11110101 | 111011 | 10110 |
Color Harmonies of #1D175A
Complementary color
Monochromatic Colors of #1D175A
Black with #1D175A
Text Example
Text Example
White with #1D175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D175A; }
p { color: rgb(29,23,90); }
H1.HeaderClassName
{
color: #1D175A;
}
.AnyTagClassName
{
color: #1D175A;
}
</style>
background-color css
<style>
a { background-color: #1D175A; }
a { background-color: rgb(29,23,90); }
div.DivClassName
{
background-color: #1D175A;
}
.BgClassName
{
background-color: #1D175A;
}
</style>
border-color css
<style>
span { border-color: #1D175A; }
span { border-color: rgb(29,23,90); }
td.TdClassName
{
border-color: #1D175A;
}
.TagClassName
{
border-color: #1D175A;
}
</style>