Shades of Paua #1C1248
Tints of Paua #1C1248
RGB
CMYK
RGB Variations
Color information
#1C1248 (or 0x1C1248) is known color: Paua. HEX triplet: 1C, 12 and 48. RGB value is (28,18,72). Sum of RGB (Red+Green+Blue) = 28+18+72=118 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.73% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1248 is #E3EDB7. Grayscale: #1A1A1A. Windows color (decimal): -14937528 or 4723228. OLE color: 4723228.
HSL color Cylindrical-coordinate representation of color #1C1248: hue angle of 251.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1248 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 18 | 72 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.72 |
| HSL | 251.11º | 0.6% | 0.18% | - |
| HSV(B) | 251.11º | 0.75% | 0.28% | - |
| XYZ | 1.86 | 1.15 | 6.25 | - |
| YUV | 27.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 72 | 0.61 | 0.75 | 0 | 0.72 | 251.11 | 0.6 | 0.18 |
| Hex | 1C | 12 | 48 | 3D | 4B | 0 | 48 | FB | 3C | 12 |
| Octal | 34 | 22 | 110 | 75 | 113 | 0 | 110 | 373 | 74 | 22 |
| Binary | 11100 | 10010 | 1001000 | 111101 | 1001011 | 0 | 1001000 | 11111011 | 111100 | 10010 |
Color Harmonies of #1C1248
Complementary color
Monochromatic Colors of #1C1248
Black with #1C1248
Text Example
Text Example
White with #1C1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1248; }
p { color: rgb(28,18,72); }
H1.HeaderClassName
{
color: #1C1248;
}
.AnyTagClassName
{
color: #1C1248;
}
</style>
background-color css
<style>
a { background-color: #1C1248; }
a { background-color: rgb(28,18,72); }
div.DivClassName
{
background-color: #1C1248;
}
.BgClassName
{
background-color: #1C1248;
}
</style>
border-color css
<style>
span { border-color: #1C1248; }
span { border-color: rgb(28,18,72); }
td.TdClassName
{
border-color: #1C1248;
}
.TagClassName
{
border-color: #1C1248;
}
</style>