Shades of Paua #1C1348
Tints of Paua #1C1348
RGB
CMYK
RGB Variations
Color information
#1C1348 (or 0x1C1348) is known color: Paua. HEX triplet: 1C, 13 and 48. RGB value is (28,19,72). Sum of RGB (Red+Green+Blue) = 28+19+72=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1348 is #E3ECB7. Grayscale: #1B1B1B. Windows color (decimal): -14937272 or 4723484. OLE color: 4723484.
HSL color Cylindrical-coordinate representation of color #1C1348: hue angle of 250.19º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C1348 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 19 | 72 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.72 |
| HSL | 250.19º | 0.58% | 0.18% | - |
| HSV(B) | 250.19º | 0.74% | 0.28% | - |
| XYZ | 1.88 | 1.18 | 6.26 | - |
| YUV | 27.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 72 | 0.61 | 0.74 | 0 | 0.72 | 250.19 | 0.58 | 0.18 |
| Hex | 1C | 13 | 48 | 3D | 4A | 0 | 48 | FA | 3A | 12 |
| Octal | 34 | 23 | 110 | 75 | 112 | 0 | 110 | 372 | 72 | 22 |
| Binary | 11100 | 10011 | 1001000 | 111101 | 1001010 | 0 | 1001000 | 11111010 | 111010 | 10010 |
Color Harmonies of #1C1348
Complementary color
Monochromatic Colors of #1C1348
Black with #1C1348
Text Example
Text Example
White with #1C1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1348; }
p { color: rgb(28,19,72); }
H1.HeaderClassName
{
color: #1C1348;
}
.AnyTagClassName
{
color: #1C1348;
}
</style>
background-color css
<style>
a { background-color: #1C1348; }
a { background-color: rgb(28,19,72); }
div.DivClassName
{
background-color: #1C1348;
}
.BgClassName
{
background-color: #1C1348;
}
</style>
border-color css
<style>
span { border-color: #1C1348; }
span { border-color: rgb(28,19,72); }
td.TdClassName
{
border-color: #1C1348;
}
.TagClassName
{
border-color: #1C1348;
}
</style>