Shades of Paua #1D1C5B
Tints of Paua #1D1C5B
RGB
CMYK
RGB Variations
Color information
#1D1C5B (or 0x1D1C5B) is known color: Paua. HEX triplet: 1D, 1C and 5B. RGB value is (29,28,91). Sum of RGB (Red+Green+Blue) = 29+28+91=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D1C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1C5B is #E2E3A4. Grayscale: #232323. Windows color (decimal): -14869413 or 5970973. OLE color: 5970973.
HSL color Cylindrical-coordinate representation of color #1D1C5B: hue angle of 240.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D1C5B is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 28 | 91 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.64 |
| HSL | 240.95º | 0.53% | 0.23% | - |
| HSV(B) | 240.95º | 0.69% | 0.36% | - |
| XYZ | 2.81 | 1.85 | 10.11 | - |
| YUV | 35.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 91 | 0.68 | 0.69 | 0 | 0.64 | 240.95 | 0.53 | 0.23 |
| Hex | 1D | 1C | 5B | 44 | 45 | 0 | 40 | F1 | 35 | 17 |
| Octal | 35 | 34 | 133 | 104 | 105 | 0 | 100 | 361 | 65 | 27 |
| Binary | 11101 | 11100 | 1011011 | 1000100 | 1000101 | 0 | 1000000 | 11110001 | 110101 | 10111 |
Color Harmonies of #1D1C5B
Complementary color
Monochromatic Colors of #1D1C5B
Black with #1D1C5B
Text Example
Text Example
White with #1D1C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C5B; }
p { color: rgb(29,28,91); }
H1.HeaderClassName
{
color: #1D1C5B;
}
.AnyTagClassName
{
color: #1D1C5B;
}
</style>
background-color css
<style>
a { background-color: #1D1C5B; }
a { background-color: rgb(29,28,91); }
div.DivClassName
{
background-color: #1D1C5B;
}
.BgClassName
{
background-color: #1D1C5B;
}
</style>
border-color css
<style>
span { border-color: #1D1C5B; }
span { border-color: rgb(29,28,91); }
td.TdClassName
{
border-color: #1D1C5B;
}
.TagClassName
{
border-color: #1D1C5B;
}
</style>