Shades of Paua #1C1750
Tints of Paua #1C1750
RGB
CMYK
RGB Variations
Color information
#1C1750 (or 0x1C1750) is known color: Paua. HEX triplet: 1C, 17 and 50. RGB value is (28,23,80). Sum of RGB (Red+Green+Blue) = 28+23+80=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C1750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1750 is #E3E8AF. Grayscale: #1E1E1E. Windows color (decimal): -14936240 or 5248796. OLE color: 5248796.
HSL color Cylindrical-coordinate representation of color #1C1750: hue angle of 245.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C1750 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 23 | 80 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.69 |
| HSL | 245.26º | 0.55% | 0.2% | - |
| HSV(B) | 245.26º | 0.71% | 0.31% | - |
| XYZ | 2.23 | 1.44 | 7.75 | - |
| YUV | 30.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 80 | 0.65 | 0.71 | 0 | 0.69 | 245.26 | 0.55 | 0.2 |
| Hex | 1C | 17 | 50 | 41 | 47 | 0 | 45 | F5 | 37 | 14 |
| Octal | 34 | 27 | 120 | 101 | 107 | 0 | 105 | 365 | 67 | 24 |
| Binary | 11100 | 10111 | 1010000 | 1000001 | 1000111 | 0 | 1000101 | 11110101 | 110111 | 10100 |
Color Harmonies of #1C1750
Complementary color
Monochromatic Colors of #1C1750
Black with #1C1750
Text Example
Text Example
White with #1C1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1750; }
p { color: rgb(28,23,80); }
H1.HeaderClassName
{
color: #1C1750;
}
.AnyTagClassName
{
color: #1C1750;
}
</style>
background-color css
<style>
a { background-color: #1C1750; }
a { background-color: rgb(28,23,80); }
div.DivClassName
{
background-color: #1C1750;
}
.BgClassName
{
background-color: #1C1750;
}
</style>
border-color css
<style>
span { border-color: #1C1750; }
span { border-color: rgb(28,23,80); }
td.TdClassName
{
border-color: #1C1750;
}
.TagClassName
{
border-color: #1C1750;
}
</style>