Shades of Paua #1C1947
Tints of Paua #1C1947
RGB
CMYK
RGB Variations
Color information
#1C1947 (or 0x1C1947) is known color: Paua. HEX triplet: 1C, 19 and 47. RGB value is (28,25,71). Sum of RGB (Red+Green+Blue) = 28+25+71=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1947 is #E3E6B8. Grayscale: #1E1E1E. Windows color (decimal): -14935737 or 4659484. OLE color: 4659484.
HSL color Cylindrical-coordinate representation of color #1C1947: hue angle of 243.91º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C1947 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 25 | 71 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.72 |
| HSL | 243.91º | 0.48% | 0.19% | - |
| HSV(B) | 243.91º | 0.65% | 0.28% | - |
| XYZ | 1.96 | 1.4 | 6.13 | - |
| YUV | 31.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 71 | 0.61 | 0.65 | 0 | 0.72 | 243.91 | 0.48 | 0.19 |
| Hex | 1C | 19 | 47 | 3D | 41 | 0 | 48 | F4 | 30 | 13 |
| Octal | 34 | 31 | 107 | 75 | 101 | 0 | 110 | 364 | 60 | 23 |
| Binary | 11100 | 11001 | 1000111 | 111101 | 1000001 | 0 | 1001000 | 11110100 | 110000 | 10011 |
Color Harmonies of #1C1947
Complementary color
Monochromatic Colors of #1C1947
Black with #1C1947
Text Example
Text Example
White with #1C1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1947; }
p { color: rgb(28,25,71); }
H1.HeaderClassName
{
color: #1C1947;
}
.AnyTagClassName
{
color: #1C1947;
}
</style>
background-color css
<style>
a { background-color: #1C1947; }
a { background-color: rgb(28,25,71); }
div.DivClassName
{
background-color: #1C1947;
}
.BgClassName
{
background-color: #1C1947;
}
</style>
border-color css
<style>
span { border-color: #1C1947; }
span { border-color: rgb(28,25,71); }
td.TdClassName
{
border-color: #1C1947;
}
.TagClassName
{
border-color: #1C1947;
}
</style>