Shades of Paua #100D45
Tints of Paua #100D45
RGB
CMYK
RGB Variations
Color information
#100D45 (or 0x100D45) is known color: Paua. HEX triplet: 10, 0D and 45. RGB value is (16,13,69). Sum of RGB (Red+Green+Blue) = 16+13+69=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #100D45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D45 is #EFF2BA. Grayscale: #141414. Windows color (decimal): -15725243 or 4525328. OLE color: 4525328.
HSL color Cylindrical-coordinate representation of color #100D45: hue angle of 243.21º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100D45 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 13 | 69 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.73 |
| HSL | 243.21º | 0.68% | 0.16% | - |
| HSV(B) | 243.21º | 0.81% | 0.27% | - |
| XYZ | 1.43 | 0.83 | 5.71 | - |
| YUV | 20.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 69 | 0.77 | 0.81 | 0 | 0.73 | 243.21 | 0.68 | 0.16 |
| Hex | 10 | D | 45 | 4D | 51 | 0 | 49 | F3 | 44 | 10 |
| Octal | 20 | 15 | 105 | 115 | 121 | 0 | 111 | 363 | 104 | 20 |
| Binary | 10000 | 1101 | 1000101 | 1001101 | 1010001 | 0 | 1001001 | 11110011 | 1000100 | 10000 |
Color Harmonies of #100D45
Complementary color
Monochromatic Colors of #100D45
Black with #100D45
Text Example
Text Example
White with #100D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D45; }
p { color: rgb(16,13,69); }
H1.HeaderClassName
{
color: #100D45;
}
.AnyTagClassName
{
color: #100D45;
}
</style>
background-color css
<style>
a { background-color: #100D45; }
a { background-color: rgb(16,13,69); }
div.DivClassName
{
background-color: #100D45;
}
.BgClassName
{
background-color: #100D45;
}
</style>
border-color css
<style>
span { border-color: #100D45; }
span { border-color: rgb(16,13,69); }
td.TdClassName
{
border-color: #100D45;
}
.TagClassName
{
border-color: #100D45;
}
</style>