Shades of Paua #1D135B
Tints of Paua #1D135B
RGB
CMYK
RGB Variations
Color information
#1D135B (or 0x1D135B) is known color: Paua. HEX triplet: 1D, 13 and 5B. RGB value is (29,19,91). Sum of RGB (Red+Green+Blue) = 29+19+91=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D135B is #E2ECA4. Grayscale: #1D1D1D. Windows color (decimal): -14871717 or 5968669. OLE color: 5968669.
HSL color Cylindrical-coordinate representation of color #1D135B: hue angle of 248.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D135B is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 19 | 91 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.64 |
| HSL | 248.33º | 0.65% | 0.22% | - |
| HSV(B) | 248.33º | 0.79% | 0.36% | - |
| XYZ | 2.63 | 1.48 | 10.05 | - |
| YUV | 30.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 91 | 0.68 | 0.79 | 0 | 0.64 | 248.33 | 0.65 | 0.22 |
| Hex | 1D | 13 | 5B | 44 | 4F | 0 | 40 | F8 | 41 | 16 |
| Octal | 35 | 23 | 133 | 104 | 117 | 0 | 100 | 370 | 101 | 26 |
| Binary | 11101 | 10011 | 1011011 | 1000100 | 1001111 | 0 | 1000000 | 11111000 | 1000001 | 10110 |
Color Harmonies of #1D135B
Complementary color
Monochromatic Colors of #1D135B
Black with #1D135B
Text Example
Text Example
White with #1D135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D135B; }
p { color: rgb(29,19,91); }
H1.HeaderClassName
{
color: #1D135B;
}
.AnyTagClassName
{
color: #1D135B;
}
</style>
background-color css
<style>
a { background-color: #1D135B; }
a { background-color: rgb(29,19,91); }
div.DivClassName
{
background-color: #1D135B;
}
.BgClassName
{
background-color: #1D135B;
}
</style>
border-color css
<style>
span { border-color: #1D135B; }
span { border-color: rgb(29,19,91); }
td.TdClassName
{
border-color: #1D135B;
}
.TagClassName
{
border-color: #1D135B;
}
</style>