Shades of Paua #1D095A
Tints of Paua #1D095A
RGB
CMYK
RGB Variations
Color information
#1D095A (or 0x1D095A) is known color: Paua. HEX triplet: 1D, 09 and 5A. RGB value is (29,9,90). Sum of RGB (Red+Green+Blue) = 29+9+90=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D095A is #E2F6A5. Grayscale: #171717. Windows color (decimal): -14874278 or 5900573. OLE color: 5900573.
HSL color Cylindrical-coordinate representation of color #1D095A: hue angle of 254.81º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D095A is Cyan = 0.68, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 9 | 90 | - |
| CMYK | 0.68 | 0.9 | 0 | 0.65 |
| HSL | 254.81º | 0.82% | 0.19% | - |
| HSV(B) | 254.81º | 0.9% | 0.35% | - |
| XYZ | 2.45 | 1.19 | 9.77 | - |
| YUV | 24.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 90 | 0.68 | 0.9 | 0 | 0.65 | 254.81 | 0.82 | 0.19 |
| Hex | 1D | 9 | 5A | 44 | 5A | 0 | 41 | FF | 52 | 13 |
| Octal | 35 | 11 | 132 | 104 | 132 | 0 | 101 | 377 | 122 | 23 |
| Binary | 11101 | 1001 | 1011010 | 1000100 | 1011010 | 0 | 1000001 | 11111111 | 1010010 | 10011 |
Color Harmonies of #1D095A
Complementary color
Monochromatic Colors of #1D095A
Black with #1D095A
Text Example
Text Example
White with #1D095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D095A; }
p { color: rgb(29,9,90); }
H1.HeaderClassName
{
color: #1D095A;
}
.AnyTagClassName
{
color: #1D095A;
}
</style>
background-color css
<style>
a { background-color: #1D095A; }
a { background-color: rgb(29,9,90); }
div.DivClassName
{
background-color: #1D095A;
}
.BgClassName
{
background-color: #1D095A;
}
</style>
border-color css
<style>
span { border-color: #1D095A; }
span { border-color: rgb(29,9,90); }
td.TdClassName
{
border-color: #1D095A;
}
.TagClassName
{
border-color: #1D095A;
}
</style>