Shades of Paua #1C1453
Tints of Paua #1C1453
RGB
CMYK
RGB Variations
Color information
#1C1453 (or 0x1C1453) is known color: Paua. HEX triplet: 1C, 14 and 53. RGB value is (28,20,83). Sum of RGB (Red+Green+Blue) = 28+20+83=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1453 is #E3EBAC. Grayscale: #1D1D1D. Windows color (decimal): -14937005 or 5444636. OLE color: 5444636.
HSL color Cylindrical-coordinate representation of color #1C1453: hue angle of 247.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1453 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 20 | 83 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.67 |
| HSL | 247.62º | 0.61% | 0.2% | - |
| HSV(B) | 247.62º | 0.76% | 0.33% | - |
| XYZ | 2.29 | 1.37 | 8.33 | - |
| YUV | 29.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 83 | 0.66 | 0.76 | 0 | 0.67 | 247.62 | 0.61 | 0.2 |
| Hex | 1C | 14 | 53 | 42 | 4C | 0 | 43 | F8 | 3D | 14 |
| Octal | 34 | 24 | 123 | 102 | 114 | 0 | 103 | 370 | 75 | 24 |
| Binary | 11100 | 10100 | 1010011 | 1000010 | 1001100 | 0 | 1000011 | 11111000 | 111101 | 10100 |
Color Harmonies of #1C1453
Complementary color
Monochromatic Colors of #1C1453
Black with #1C1453
Text Example
Text Example
White with #1C1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1453; }
p { color: rgb(28,20,83); }
H1.HeaderClassName
{
color: #1C1453;
}
.AnyTagClassName
{
color: #1C1453;
}
</style>
background-color css
<style>
a { background-color: #1C1453; }
a { background-color: rgb(28,20,83); }
div.DivClassName
{
background-color: #1C1453;
}
.BgClassName
{
background-color: #1C1453;
}
</style>
border-color css
<style>
span { border-color: #1C1453; }
span { border-color: rgb(28,20,83); }
td.TdClassName
{
border-color: #1C1453;
}
.TagClassName
{
border-color: #1C1453;
}
</style>