Shades of Paua #1C1946
Tints of Paua #1C1946
RGB
CMYK
RGB Variations
Color information
#1C1946 (or 0x1C1946) is known color: Paua. HEX triplet: 1C, 19 and 46. RGB value is (28,25,70). Sum of RGB (Red+Green+Blue) = 28+25+70=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #1C1946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1946 is #E3E6B9. Grayscale: #1E1E1E. Windows color (decimal): -14935738 or 4593948. OLE color: 4593948.
HSL color Cylindrical-coordinate representation of color #1C1946: hue angle of 244º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C1946 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 25 | 70 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.73 |
| HSL | 244º | 0.47% | 0.19% | - |
| HSV(B) | 244º | 0.64% | 0.27% | - |
| XYZ | 1.93 | 1.38 | 5.96 | - |
| YUV | 31.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 70 | 0.60 | 0.64 | 0 | 0.73 | 244 | 0.47 | 0.19 |
| Hex | 1C | 19 | 46 | 3C | 40 | 0 | 49 | F4 | 2F | 13 |
| Octal | 34 | 31 | 106 | 74 | 100 | 0 | 111 | 364 | 57 | 23 |
| Binary | 11100 | 11001 | 1000110 | 111100 | 1000000 | 0 | 1001001 | 11110100 | 101111 | 10011 |
Color Harmonies of #1C1946
Complementary color
Monochromatic Colors of #1C1946
Black with #1C1946
Text Example
Text Example
White with #1C1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1946; }
p { color: rgb(28,25,70); }
H1.HeaderClassName
{
color: #1C1946;
}
.AnyTagClassName
{
color: #1C1946;
}
</style>
background-color css
<style>
a { background-color: #1C1946; }
a { background-color: rgb(28,25,70); }
div.DivClassName
{
background-color: #1C1946;
}
.BgClassName
{
background-color: #1C1946;
}
</style>
border-color css
<style>
span { border-color: #1C1946; }
span { border-color: rgb(28,25,70); }
td.TdClassName
{
border-color: #1C1946;
}
.TagClassName
{
border-color: #1C1946;
}
</style>