Shades of Paua #1C1D56
Tints of Paua #1C1D56
RGB
CMYK
RGB Variations
Color information
#1C1D56 (or 0x1C1D56) is known color: Paua. HEX triplet: 1C, 1D and 56. RGB value is (28,29,86). Sum of RGB (Red+Green+Blue) = 28+29+86=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1D56 is #E3E2A9. Grayscale: #222222. Windows color (decimal): -14934698 or 5643548. OLE color: 5643548.
HSL color Cylindrical-coordinate representation of color #1C1D56: hue angle of 238.97º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C1D56 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 29 | 86 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.66 |
| HSL | 238.97º | 0.51% | 0.22% | - |
| HSV(B) | 238.97º | 0.67% | 0.34% | - |
| XYZ | 2.6 | 1.8 | 9.01 | - |
| YUV | 35.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 86 | 0.67 | 0.66 | 0 | 0.66 | 238.97 | 0.51 | 0.22 |
| Hex | 1C | 1D | 56 | 43 | 42 | 0 | 42 | EF | 33 | 16 |
| Octal | 34 | 35 | 126 | 103 | 102 | 0 | 102 | 357 | 63 | 26 |
| Binary | 11100 | 11101 | 1010110 | 1000011 | 1000010 | 0 | 1000010 | 11101111 | 110011 | 10110 |
Color Harmonies of #1C1D56
Complementary color
Monochromatic Colors of #1C1D56
Black with #1C1D56
Text Example
Text Example
White with #1C1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1D56; }
p { color: rgb(28,29,86); }
H1.HeaderClassName
{
color: #1C1D56;
}
.AnyTagClassName
{
color: #1C1D56;
}
</style>
background-color css
<style>
a { background-color: #1C1D56; }
a { background-color: rgb(28,29,86); }
div.DivClassName
{
background-color: #1C1D56;
}
.BgClassName
{
background-color: #1C1D56;
}
</style>
border-color css
<style>
span { border-color: #1C1D56; }
span { border-color: rgb(28,29,86); }
td.TdClassName
{
border-color: #1C1D56;
}
.TagClassName
{
border-color: #1C1D56;
}
</style>