Shades of Paua #1C1455
Tints of Paua #1C1455
RGB
CMYK
RGB Variations
Color information
#1C1455 (or 0x1C1455) is known color: Paua. HEX triplet: 1C, 14 and 55. RGB value is (28,20,85). Sum of RGB (Red+Green+Blue) = 28+20+85=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1455 is #E3EBAA. Grayscale: #1D1D1D. Windows color (decimal): -14937003 or 5575708. OLE color: 5575708.
HSL color Cylindrical-coordinate representation of color #1C1455: hue angle of 247.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1455 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 20 | 85 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.67 |
| HSL | 247.38º | 0.62% | 0.21% | - |
| HSV(B) | 247.38º | 0.76% | 0.33% | - |
| XYZ | 2.37 | 1.4 | 8.74 | - |
| YUV | 29.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 85 | 0.67 | 0.76 | 0 | 0.67 | 247.38 | 0.62 | 0.21 |
| Hex | 1C | 14 | 55 | 43 | 4C | 0 | 43 | F7 | 3E | 15 |
| Octal | 34 | 24 | 125 | 103 | 114 | 0 | 103 | 367 | 76 | 25 |
| Binary | 11100 | 10100 | 1010101 | 1000011 | 1001100 | 0 | 1000011 | 11110111 | 111110 | 10101 |
Color Harmonies of #1C1455
Complementary color
Monochromatic Colors of #1C1455
Black with #1C1455
Text Example
Text Example
White with #1C1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1455; }
p { color: rgb(28,20,85); }
H1.HeaderClassName
{
color: #1C1455;
}
.AnyTagClassName
{
color: #1C1455;
}
</style>
background-color css
<style>
a { background-color: #1C1455; }
a { background-color: rgb(28,20,85); }
div.DivClassName
{
background-color: #1C1455;
}
.BgClassName
{
background-color: #1C1455;
}
</style>
border-color css
<style>
span { border-color: #1C1455; }
span { border-color: rgb(28,20,85); }
td.TdClassName
{
border-color: #1C1455;
}
.TagClassName
{
border-color: #1C1455;
}
</style>