Shades of Paua #100C45
Tints of Paua #100C45
RGB
CMYK
RGB Variations
Color information
#100C45 (or 0x100C45) is known color: Paua. HEX triplet: 10, 0C and 45. RGB value is (16,12,69). Sum of RGB (Red+Green+Blue) = 16+12+69=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #100C45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C45 is #EFF3BA. Grayscale: #131313. Windows color (decimal): -15725499 or 4525072. OLE color: 4525072.
HSL color Cylindrical-coordinate representation of color #100C45: hue angle of 244.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100C45 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 12 | 69 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.73 |
| HSL | 244.21º | 0.7% | 0.16% | - |
| HSV(B) | 244.21º | 0.83% | 0.27% | - |
| XYZ | 1.42 | 0.8 | 5.71 | - |
| YUV | 19.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 69 | 0.77 | 0.83 | 0 | 0.73 | 244.21 | 0.7 | 0.16 |
| Hex | 10 | C | 45 | 4D | 53 | 0 | 49 | F4 | 46 | 10 |
| Octal | 20 | 14 | 105 | 115 | 123 | 0 | 111 | 364 | 106 | 20 |
| Binary | 10000 | 1100 | 1000101 | 1001101 | 1010011 | 0 | 1001001 | 11110100 | 1000110 | 10000 |
Color Harmonies of #100C45
Complementary color
Monochromatic Colors of #100C45
Black with #100C45
Text Example
Text Example
White with #100C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C45; }
p { color: rgb(16,12,69); }
H1.HeaderClassName
{
color: #100C45;
}
.AnyTagClassName
{
color: #100C45;
}
</style>
background-color css
<style>
a { background-color: #100C45; }
a { background-color: rgb(16,12,69); }
div.DivClassName
{
background-color: #100C45;
}
.BgClassName
{
background-color: #100C45;
}
</style>
border-color css
<style>
span { border-color: #100C45; }
span { border-color: rgb(16,12,69); }
td.TdClassName
{
border-color: #100C45;
}
.TagClassName
{
border-color: #100C45;
}
</style>