Shades of Paua #1C1254
Tints of Paua #1C1254
RGB
CMYK
RGB Variations
Color information
#1C1254 (or 0x1C1254) is known color: Paua. HEX triplet: 1C, 12 and 54. RGB value is (28,18,84). Sum of RGB (Red+Green+Blue) = 28+18+84=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C1254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1254 is #E3EDAB. Grayscale: #1C1C1C. Windows color (decimal): -14937516 or 5509660. OLE color: 5509660.
HSL color Cylindrical-coordinate representation of color #1C1254: hue angle of 249.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1254 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 18 | 84 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.67 |
| HSL | 249.09º | 0.65% | 0.2% | - |
| HSV(B) | 249.09º | 0.79% | 0.33% | - |
| XYZ | 2.3 | 1.32 | 8.52 | - |
| YUV | 28.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 84 | 0.67 | 0.79 | 0 | 0.67 | 249.09 | 0.65 | 0.2 |
| Hex | 1C | 12 | 54 | 43 | 4F | 0 | 43 | F9 | 41 | 14 |
| Octal | 34 | 22 | 124 | 103 | 117 | 0 | 103 | 371 | 101 | 24 |
| Binary | 11100 | 10010 | 1010100 | 1000011 | 1001111 | 0 | 1000011 | 11111001 | 1000001 | 10100 |
Color Harmonies of #1C1254
Complementary color
Monochromatic Colors of #1C1254
Black with #1C1254
Text Example
Text Example
White with #1C1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1254; }
p { color: rgb(28,18,84); }
H1.HeaderClassName
{
color: #1C1254;
}
.AnyTagClassName
{
color: #1C1254;
}
</style>
background-color css
<style>
a { background-color: #1C1254; }
a { background-color: rgb(28,18,84); }
div.DivClassName
{
background-color: #1C1254;
}
.BgClassName
{
background-color: #1C1254;
}
</style>
border-color css
<style>
span { border-color: #1C1254; }
span { border-color: rgb(28,18,84); }
td.TdClassName
{
border-color: #1C1254;
}
.TagClassName
{
border-color: #1C1254;
}
</style>