Shades of Paua #1C1C53
Tints of Paua #1C1C53
RGB
CMYK
RGB Variations
Color information
#1C1C53 (or 0x1C1C53) is known color: Paua. HEX triplet: 1C, 1C and 53. RGB value is (28,28,83). Sum of RGB (Red+Green+Blue) = 28+28+83=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1C53 is #E3E3AC. Grayscale: #222222. Windows color (decimal): -14934957 or 5446684. OLE color: 5446684.
HSL color Cylindrical-coordinate representation of color #1C1C53: hue angle of 240º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C1C53 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 28 | 83 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.67 |
| HSL | 240º | 0.5% | 0.22% | - |
| HSV(B) | 240º | 0.66% | 0.33% | - |
| XYZ | 2.46 | 1.7 | 8.38 | - |
| YUV | 34.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 83 | 0.66 | 0.66 | 0 | 0.67 | 240 | 0.5 | 0.22 |
| Hex | 1C | 1C | 53 | 42 | 42 | 0 | 43 | F0 | 32 | 16 |
| Octal | 34 | 34 | 123 | 102 | 102 | 0 | 103 | 360 | 62 | 26 |
| Binary | 11100 | 11100 | 1010011 | 1000010 | 1000010 | 0 | 1000011 | 11110000 | 110010 | 10110 |
Color Harmonies of #1C1C53
Complementary color
Monochromatic Colors of #1C1C53
Black with #1C1C53
Text Example
Text Example
White with #1C1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C53; }
p { color: rgb(28,28,83); }
H1.HeaderClassName
{
color: #1C1C53;
}
.AnyTagClassName
{
color: #1C1C53;
}
</style>
background-color css
<style>
a { background-color: #1C1C53; }
a { background-color: rgb(28,28,83); }
div.DivClassName
{
background-color: #1C1C53;
}
.BgClassName
{
background-color: #1C1C53;
}
</style>
border-color css
<style>
span { border-color: #1C1C53; }
span { border-color: rgb(28,28,83); }
td.TdClassName
{
border-color: #1C1C53;
}
.TagClassName
{
border-color: #1C1C53;
}
</style>