Shades of Paua #100F4E
Tints of Paua #100F4E
RGB
CMYK
RGB Variations
Color information
#100F4E (or 0x100F4E) is known color: Paua. HEX triplet: 10, 0F and 4E. RGB value is (16,15,78). Sum of RGB (Red+Green+Blue) = 16+15+78=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #100F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F4E is #EFF0B1. Grayscale: #161616. Windows color (decimal): -15724722 or 5115664. OLE color: 5115664.
HSL color Cylindrical-coordinate representation of color #100F4E: hue angle of 240.95º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100F4E is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 15 | 78 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.69 |
| HSL | 240.95º | 0.68% | 0.18% | - |
| HSV(B) | 240.95º | 0.81% | 0.31% | - |
| XYZ | 1.76 | 1 | 7.31 | - |
| YUV | 22.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 78 | 0.79 | 0.81 | 0 | 0.69 | 240.95 | 0.68 | 0.18 |
| Hex | 10 | F | 4E | 4F | 51 | 0 | 45 | F1 | 44 | 12 |
| Octal | 20 | 17 | 116 | 117 | 121 | 0 | 105 | 361 | 104 | 22 |
| Binary | 10000 | 1111 | 1001110 | 1001111 | 1010001 | 0 | 1000101 | 11110001 | 1000100 | 10010 |
Color Harmonies of #100F4E
Complementary color
Monochromatic Colors of #100F4E
Black with #100F4E
Text Example
Text Example
White with #100F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F4E; }
p { color: rgb(16,15,78); }
H1.HeaderClassName
{
color: #100F4E;
}
.AnyTagClassName
{
color: #100F4E;
}
</style>
background-color css
<style>
a { background-color: #100F4E; }
a { background-color: rgb(16,15,78); }
div.DivClassName
{
background-color: #100F4E;
}
.BgClassName
{
background-color: #100F4E;
}
</style>
border-color css
<style>
span { border-color: #100F4E; }
span { border-color: rgb(16,15,78); }
td.TdClassName
{
border-color: #100F4E;
}
.TagClassName
{
border-color: #100F4E;
}
</style>