Shades of Paua #1C1653
Tints of Paua #1C1653
RGB
CMYK
RGB Variations
Color information
#1C1653 (or 0x1C1653) is known color: Paua. HEX triplet: 1C, 16 and 53. RGB value is (28,22,83). Sum of RGB (Red+Green+Blue) = 28+22+83=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1653 is #E3E9AC. Grayscale: #1E1E1E. Windows color (decimal): -14936493 or 5445148. OLE color: 5445148.
HSL color Cylindrical-coordinate representation of color #1C1653: hue angle of 245.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C1653 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 22 | 83 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.67 |
| HSL | 245.9º | 0.58% | 0.21% | - |
| HSV(B) | 245.9º | 0.73% | 0.33% | - |
| XYZ | 2.33 | 1.45 | 8.34 | - |
| YUV | 30.75 | 157.49 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 83 | 0.66 | 0.73 | 0 | 0.67 | 245.9 | 0.58 | 0.21 |
| Hex | 1C | 16 | 53 | 42 | 49 | 0 | 43 | F6 | 3A | 15 |
| Octal | 34 | 26 | 123 | 102 | 111 | 0 | 103 | 366 | 72 | 25 |
| Binary | 11100 | 10110 | 1010011 | 1000010 | 1001001 | 0 | 1000011 | 11110110 | 111010 | 10101 |
Color Harmonies of #1C1653
Complementary color
Monochromatic Colors of #1C1653
Black with #1C1653
Text Example
Text Example
White with #1C1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1653; }
p { color: rgb(28,22,83); }
H1.HeaderClassName
{
color: #1C1653;
}
.AnyTagClassName
{
color: #1C1653;
}
</style>
background-color css
<style>
a { background-color: #1C1653; }
a { background-color: rgb(28,22,83); }
div.DivClassName
{
background-color: #1C1653;
}
.BgClassName
{
background-color: #1C1653;
}
</style>
border-color css
<style>
span { border-color: #1C1653; }
span { border-color: rgb(28,22,83); }
td.TdClassName
{
border-color: #1C1653;
}
.TagClassName
{
border-color: #1C1653;
}
</style>