Shades of Paua #1D1057
Tints of Paua #1D1057
RGB
CMYK
RGB Variations
Color information
#1D1057 (or 0x1D1057) is known color: Paua. HEX triplet: 1D, 10 and 57. RGB value is (29,16,87). Sum of RGB (Red+Green+Blue) = 29+16+87=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1057 is #E2EFA8. Grayscale: #1B1B1B. Windows color (decimal): -14872489 or 5705757. OLE color: 5705757.
HSL color Cylindrical-coordinate representation of color #1D1057: hue angle of 250.99º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1057 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 16 | 87 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.66 |
| HSL | 250.99º | 0.69% | 0.2% | - |
| HSV(B) | 250.99º | 0.82% | 0.34% | - |
| XYZ | 2.41 | 1.32 | 9.14 | - |
| YUV | 27.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 87 | 0.67 | 0.82 | 0 | 0.66 | 250.99 | 0.69 | 0.2 |
| Hex | 1D | 10 | 57 | 43 | 52 | 0 | 42 | FB | 45 | 14 |
| Octal | 35 | 20 | 127 | 103 | 122 | 0 | 102 | 373 | 105 | 24 |
| Binary | 11101 | 10000 | 1010111 | 1000011 | 1010010 | 0 | 1000010 | 11111011 | 1000101 | 10100 |
Color Harmonies of #1D1057
Complementary color
Monochromatic Colors of #1D1057
Black with #1D1057
Text Example
Text Example
White with #1D1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1057; }
p { color: rgb(29,16,87); }
H1.HeaderClassName
{
color: #1D1057;
}
.AnyTagClassName
{
color: #1D1057;
}
</style>
background-color css
<style>
a { background-color: #1D1057; }
a { background-color: rgb(29,16,87); }
div.DivClassName
{
background-color: #1D1057;
}
.BgClassName
{
background-color: #1D1057;
}
</style>
border-color css
<style>
span { border-color: #1D1057; }
span { border-color: rgb(29,16,87); }
td.TdClassName
{
border-color: #1D1057;
}
.TagClassName
{
border-color: #1D1057;
}
</style>