Shades of Paua #1C1457
Tints of Paua #1C1457
RGB
CMYK
RGB Variations
Color information
#1C1457 (or 0x1C1457) is known color: Paua. HEX triplet: 1C, 14 and 57. RGB value is (28,20,87). Sum of RGB (Red+Green+Blue) = 28+20+87=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1457 is #E3EBA8. Grayscale: #1D1D1D. Windows color (decimal): -14937001 or 5706780. OLE color: 5706780.
HSL color Cylindrical-coordinate representation of color #1C1457: hue angle of 247.16º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C1457 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 20 | 87 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.66 |
| HSL | 247.16º | 0.63% | 0.21% | - |
| HSV(B) | 247.16º | 0.77% | 0.34% | - |
| XYZ | 2.45 | 1.44 | 9.16 | - |
| YUV | 30.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 87 | 0.68 | 0.77 | 0 | 0.66 | 247.16 | 0.63 | 0.21 |
| Hex | 1C | 14 | 57 | 44 | 4D | 0 | 42 | F7 | 3F | 15 |
| Octal | 34 | 24 | 127 | 104 | 115 | 0 | 102 | 367 | 77 | 25 |
| Binary | 11100 | 10100 | 1010111 | 1000100 | 1001101 | 0 | 1000010 | 11110111 | 111111 | 10101 |
Color Harmonies of #1C1457
Complementary color
Monochromatic Colors of #1C1457
Black with #1C1457
Text Example
Text Example
White with #1C1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1457; }
p { color: rgb(28,20,87); }
H1.HeaderClassName
{
color: #1C1457;
}
.AnyTagClassName
{
color: #1C1457;
}
</style>
background-color css
<style>
a { background-color: #1C1457; }
a { background-color: rgb(28,20,87); }
div.DivClassName
{
background-color: #1C1457;
}
.BgClassName
{
background-color: #1C1457;
}
</style>
border-color css
<style>
span { border-color: #1C1457; }
span { border-color: rgb(28,20,87); }
td.TdClassName
{
border-color: #1C1457;
}
.TagClassName
{
border-color: #1C1457;
}
</style>