Shades of Paua #1C1956
Tints of Paua #1C1956
RGB
CMYK
RGB Variations
Color information
#1C1956 (or 0x1C1956) is known color: Paua. HEX triplet: 1C, 19 and 56. RGB value is (28,25,86). Sum of RGB (Red+Green+Blue) = 28+25+86=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C1956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1956 is #E3E6A9. Grayscale: #202020. Windows color (decimal): -14935722 or 5642524. OLE color: 5642524.
HSL color Cylindrical-coordinate representation of color #1C1956: hue angle of 242.95º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C1956 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 25 | 86 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.66 |
| HSL | 242.95º | 0.55% | 0.22% | - |
| HSV(B) | 242.95º | 0.71% | 0.34% | - |
| XYZ | 2.51 | 1.61 | 8.98 | - |
| YUV | 32.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 86 | 0.67 | 0.71 | 0 | 0.66 | 242.95 | 0.55 | 0.22 |
| Hex | 1C | 19 | 56 | 43 | 47 | 0 | 42 | F3 | 37 | 16 |
| Octal | 34 | 31 | 126 | 103 | 107 | 0 | 102 | 363 | 67 | 26 |
| Binary | 11100 | 11001 | 1010110 | 1000011 | 1000111 | 0 | 1000010 | 11110011 | 110111 | 10110 |
Color Harmonies of #1C1956
Complementary color
Monochromatic Colors of #1C1956
Black with #1C1956
Text Example
Text Example
White with #1C1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1956; }
p { color: rgb(28,25,86); }
H1.HeaderClassName
{
color: #1C1956;
}
.AnyTagClassName
{
color: #1C1956;
}
</style>
background-color css
<style>
a { background-color: #1C1956; }
a { background-color: rgb(28,25,86); }
div.DivClassName
{
background-color: #1C1956;
}
.BgClassName
{
background-color: #1C1956;
}
</style>
border-color css
<style>
span { border-color: #1C1956; }
span { border-color: rgb(28,25,86); }
td.TdClassName
{
border-color: #1C1956;
}
.TagClassName
{
border-color: #1C1956;
}
</style>