Shades of Paua #1D185A
Tints of Paua #1D185A
RGB
CMYK
RGB Variations
Color information
#1D185A (or 0x1D185A) is known color: Paua. HEX triplet: 1D, 18 and 5A. RGB value is (29,24,90). Sum of RGB (Red+Green+Blue) = 29+24+90=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D185A is #E2E7A5. Grayscale: #202020. Windows color (decimal): -14870438 or 5904413. OLE color: 5904413.
HSL color Cylindrical-coordinate representation of color #1D185A: hue angle of 244.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D185A is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 24 | 90 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.65 |
| HSL | 244.55º | 0.58% | 0.22% | - |
| HSV(B) | 244.55º | 0.73% | 0.35% | - |
| XYZ | 2.68 | 1.65 | 9.85 | - |
| YUV | 33.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 90 | 0.68 | 0.73 | 0 | 0.65 | 244.55 | 0.58 | 0.22 |
| Hex | 1D | 18 | 5A | 44 | 49 | 0 | 41 | F5 | 3A | 16 |
| Octal | 35 | 30 | 132 | 104 | 111 | 0 | 101 | 365 | 72 | 26 |
| Binary | 11101 | 11000 | 1011010 | 1000100 | 1001001 | 0 | 1000001 | 11110101 | 111010 | 10110 |
Color Harmonies of #1D185A
Complementary color
Monochromatic Colors of #1D185A
Black with #1D185A
Text Example
Text Example
White with #1D185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D185A; }
p { color: rgb(29,24,90); }
H1.HeaderClassName
{
color: #1D185A;
}
.AnyTagClassName
{
color: #1D185A;
}
</style>
background-color css
<style>
a { background-color: #1D185A; }
a { background-color: rgb(29,24,90); }
div.DivClassName
{
background-color: #1D185A;
}
.BgClassName
{
background-color: #1D185A;
}
</style>
border-color css
<style>
span { border-color: #1D185A; }
span { border-color: rgb(29,24,90); }
td.TdClassName
{
border-color: #1D185A;
}
.TagClassName
{
border-color: #1D185A;
}
</style>