Shades of Paua #1C1354
Tints of Paua #1C1354
RGB
CMYK
RGB Variations
Color information
#1C1354 (or 0x1C1354) is known color: Paua. HEX triplet: 1C, 13 and 54. RGB value is (28,19,84). Sum of RGB (Red+Green+Blue) = 28+19+84=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C1354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1354 is #E3ECAB. Grayscale: #1C1C1C. Windows color (decimal): -14937260 or 5509916. OLE color: 5509916.
HSL color Cylindrical-coordinate representation of color #1C1354: hue angle of 248.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C1354 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 19 | 84 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.67 |
| HSL | 248.31º | 0.63% | 0.2% | - |
| HSV(B) | 248.31º | 0.77% | 0.33% | - |
| XYZ | 2.31 | 1.35 | 8.53 | - |
| YUV | 29.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 84 | 0.67 | 0.77 | 0 | 0.67 | 248.31 | 0.63 | 0.2 |
| Hex | 1C | 13 | 54 | 43 | 4D | 0 | 43 | F8 | 3F | 14 |
| Octal | 34 | 23 | 124 | 103 | 115 | 0 | 103 | 370 | 77 | 24 |
| Binary | 11100 | 10011 | 1010100 | 1000011 | 1001101 | 0 | 1000011 | 11111000 | 111111 | 10100 |
Color Harmonies of #1C1354
Complementary color
Monochromatic Colors of #1C1354
Black with #1C1354
Text Example
Text Example
White with #1C1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1354; }
p { color: rgb(28,19,84); }
H1.HeaderClassName
{
color: #1C1354;
}
.AnyTagClassName
{
color: #1C1354;
}
</style>
background-color css
<style>
a { background-color: #1C1354; }
a { background-color: rgb(28,19,84); }
div.DivClassName
{
background-color: #1C1354;
}
.BgClassName
{
background-color: #1C1354;
}
</style>
border-color css
<style>
span { border-color: #1C1354; }
span { border-color: rgb(28,19,84); }
td.TdClassName
{
border-color: #1C1354;
}
.TagClassName
{
border-color: #1C1354;
}
</style>