Shades of Paua #1C134D
Tints of Paua #1C134D
RGB
CMYK
RGB Variations
Color information
#1C134D (or 0x1C134D) is known color: Paua. HEX triplet: 1C, 13 and 4D. RGB value is (28,19,77). Sum of RGB (Red+Green+Blue) = 28+19+77=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C134D is #E3ECB2. Grayscale: #1C1C1C. Windows color (decimal): -14937267 or 5051164. OLE color: 5051164.
HSL color Cylindrical-coordinate representation of color #1C134D: hue angle of 249.31º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C134D is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 19 | 77 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.70 |
| HSL | 249.31º | 0.6% | 0.19% | - |
| HSV(B) | 249.31º | 0.75% | 0.3% | - |
| XYZ | 2.05 | 1.25 | 7.15 | - |
| YUV | 28.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 77 | 0.64 | 0.75 | 0 | 0.70 | 249.31 | 0.6 | 0.19 |
| Hex | 1C | 13 | 4D | 40 | 4B | 0 | 46 | F9 | 3C | 13 |
| Octal | 34 | 23 | 115 | 100 | 113 | 0 | 106 | 371 | 74 | 23 |
| Binary | 11100 | 10011 | 1001101 | 1000000 | 1001011 | 0 | 1000110 | 11111001 | 111100 | 10011 |
Color Harmonies of #1C134D
Complementary color
Monochromatic Colors of #1C134D
Black with #1C134D
Text Example
Text Example
White with #1C134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C134D; }
p { color: rgb(28,19,77); }
H1.HeaderClassName
{
color: #1C134D;
}
.AnyTagClassName
{
color: #1C134D;
}
</style>
background-color css
<style>
a { background-color: #1C134D; }
a { background-color: rgb(28,19,77); }
div.DivClassName
{
background-color: #1C134D;
}
.BgClassName
{
background-color: #1C134D;
}
</style>
border-color css
<style>
span { border-color: #1C134D; }
span { border-color: rgb(28,19,77); }
td.TdClassName
{
border-color: #1C134D;
}
.TagClassName
{
border-color: #1C134D;
}
</style>