Shades of Paua #1C1557
Tints of Paua #1C1557
RGB
CMYK
RGB Variations
Color information
#1C1557 (or 0x1C1557) is known color: Paua. HEX triplet: 1C, 15 and 57. RGB value is (28,21,87). Sum of RGB (Red+Green+Blue) = 28+21+87=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1557 is #E3EAA8. Grayscale: #1E1E1E. Windows color (decimal): -14936745 or 5707036. OLE color: 5707036.
HSL color Cylindrical-coordinate representation of color #1C1557: hue angle of 246.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1557 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 21 | 87 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.66 |
| HSL | 246.36º | 0.61% | 0.21% | - |
| HSV(B) | 246.36º | 0.76% | 0.34% | - |
| XYZ | 2.47 | 1.47 | 9.17 | - |
| YUV | 30.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 87 | 0.68 | 0.76 | 0 | 0.66 | 246.36 | 0.61 | 0.21 |
| Hex | 1C | 15 | 57 | 44 | 4C | 0 | 42 | F6 | 3D | 15 |
| Octal | 34 | 25 | 127 | 104 | 114 | 0 | 102 | 366 | 75 | 25 |
| Binary | 11100 | 10101 | 1010111 | 1000100 | 1001100 | 0 | 1000010 | 11110110 | 111101 | 10101 |
Color Harmonies of #1C1557
Complementary color
Monochromatic Colors of #1C1557
Black with #1C1557
Text Example
Text Example
White with #1C1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1557; }
p { color: rgb(28,21,87); }
H1.HeaderClassName
{
color: #1C1557;
}
.AnyTagClassName
{
color: #1C1557;
}
</style>
background-color css
<style>
a { background-color: #1C1557; }
a { background-color: rgb(28,21,87); }
div.DivClassName
{
background-color: #1C1557;
}
.BgClassName
{
background-color: #1C1557;
}
</style>
border-color css
<style>
span { border-color: #1C1557; }
span { border-color: rgb(28,21,87); }
td.TdClassName
{
border-color: #1C1557;
}
.TagClassName
{
border-color: #1C1557;
}
</style>