Shades of Paua #1D1357
Tints of Paua #1D1357
RGB
CMYK
RGB Variations
Color information
#1D1357 (or 0x1D1357) is known color: Paua. HEX triplet: 1D, 13 and 57. RGB value is (29,19,87). Sum of RGB (Red+Green+Blue) = 29+19+87=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D1357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1357 is #E2ECA8. Grayscale: #1D1D1D. Windows color (decimal): -14871721 or 5706525. OLE color: 5706525.
HSL color Cylindrical-coordinate representation of color #1D1357: hue angle of 248.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1357 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 19 | 87 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.66 |
| HSL | 248.82º | 0.64% | 0.21% | - |
| HSV(B) | 248.82º | 0.78% | 0.34% | - |
| XYZ | 2.46 | 1.42 | 9.16 | - |
| YUV | 29.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 87 | 0.67 | 0.78 | 0 | 0.66 | 248.82 | 0.64 | 0.21 |
| Hex | 1D | 13 | 57 | 43 | 4E | 0 | 42 | F9 | 40 | 15 |
| Octal | 35 | 23 | 127 | 103 | 116 | 0 | 102 | 371 | 100 | 25 |
| Binary | 11101 | 10011 | 1010111 | 1000011 | 1001110 | 0 | 1000010 | 11111001 | 1000000 | 10101 |
Color Harmonies of #1D1357
Complementary color
Monochromatic Colors of #1D1357
Black with #1D1357
Text Example
Text Example
White with #1D1357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1357; }
p { color: rgb(29,19,87); }
H1.HeaderClassName
{
color: #1D1357;
}
.AnyTagClassName
{
color: #1D1357;
}
</style>
background-color css
<style>
a { background-color: #1D1357; }
a { background-color: rgb(29,19,87); }
div.DivClassName
{
background-color: #1D1357;
}
.BgClassName
{
background-color: #1D1357;
}
</style>
border-color css
<style>
span { border-color: #1D1357; }
span { border-color: rgb(29,19,87); }
td.TdClassName
{
border-color: #1D1357;
}
.TagClassName
{
border-color: #1D1357;
}
</style>