Shades of Paua #100F4D
Tints of Paua #100F4D
RGB
CMYK
RGB Variations
Color information
#100F4D (or 0x100F4D) is known color: Paua. HEX triplet: 10, 0F and 4D. RGB value is (16,15,77). Sum of RGB (Red+Green+Blue) = 16+15+77=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #100F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F4D is #EFF0B2. Grayscale: #161616. Windows color (decimal): -15724723 or 5050128. OLE color: 5050128.
HSL color Cylindrical-coordinate representation of color #100F4D: hue angle of 240.97º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100F4D is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 15 | 77 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.70 |
| HSL | 240.97º | 0.67% | 0.18% | - |
| HSV(B) | 240.97º | 0.81% | 0.3% | - |
| XYZ | 1.72 | 0.99 | 7.12 | - |
| YUV | 22.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 77 | 0.79 | 0.81 | 0 | 0.70 | 240.97 | 0.67 | 0.18 |
| Hex | 10 | F | 4D | 4F | 51 | 0 | 46 | F1 | 43 | 12 |
| Octal | 20 | 17 | 115 | 117 | 121 | 0 | 106 | 361 | 103 | 22 |
| Binary | 10000 | 1111 | 1001101 | 1001111 | 1010001 | 0 | 1000110 | 11110001 | 1000011 | 10010 |
Color Harmonies of #100F4D
Complementary color
Monochromatic Colors of #100F4D
Black with #100F4D
Text Example
Text Example
White with #100F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F4D; }
p { color: rgb(16,15,77); }
H1.HeaderClassName
{
color: #100F4D;
}
.AnyTagClassName
{
color: #100F4D;
}
</style>
background-color css
<style>
a { background-color: #100F4D; }
a { background-color: rgb(16,15,77); }
div.DivClassName
{
background-color: #100F4D;
}
.BgClassName
{
background-color: #100F4D;
}
</style>
border-color css
<style>
span { border-color: #100F4D; }
span { border-color: rgb(16,15,77); }
td.TdClassName
{
border-color: #100F4D;
}
.TagClassName
{
border-color: #100F4D;
}
</style>