Shades of Paua #1C105A
Tints of Paua #1C105A
RGB
CMYK
RGB Variations
Color information
#1C105A (or 0x1C105A) is known color: Paua. HEX triplet: 1C, 10 and 5A. RGB value is (28,16,90). Sum of RGB (Red+Green+Blue) = 28+16+90=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C105A is #E3EFA5. Grayscale: #1B1B1B. Windows color (decimal): -14938022 or 5902364. OLE color: 5902364.
HSL color Cylindrical-coordinate representation of color #1C105A: hue angle of 249.73º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C105A is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 16 | 90 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.65 |
| HSL | 249.73º | 0.7% | 0.21% | - |
| HSV(B) | 249.73º | 0.82% | 0.35% | - |
| XYZ | 2.51 | 1.36 | 9.8 | - |
| YUV | 28.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 90 | 0.69 | 0.82 | 0 | 0.65 | 249.73 | 0.7 | 0.21 |
| Hex | 1C | 10 | 5A | 45 | 52 | 0 | 41 | FA | 46 | 15 |
| Octal | 34 | 20 | 132 | 105 | 122 | 0 | 101 | 372 | 106 | 25 |
| Binary | 11100 | 10000 | 1011010 | 1000101 | 1010010 | 0 | 1000001 | 11111010 | 1000110 | 10101 |
Color Harmonies of #1C105A
Complementary color
Monochromatic Colors of #1C105A
Black with #1C105A
Text Example
Text Example
White with #1C105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C105A; }
p { color: rgb(28,16,90); }
H1.HeaderClassName
{
color: #1C105A;
}
.AnyTagClassName
{
color: #1C105A;
}
</style>
background-color css
<style>
a { background-color: #1C105A; }
a { background-color: rgb(28,16,90); }
div.DivClassName
{
background-color: #1C105A;
}
.BgClassName
{
background-color: #1C105A;
}
</style>
border-color css
<style>
span { border-color: #1C105A; }
span { border-color: rgb(28,16,90); }
td.TdClassName
{
border-color: #1C105A;
}
.TagClassName
{
border-color: #1C105A;
}
</style>