Shades of Paua #10104F
Tints of Paua #10104F
RGB
CMYK
RGB Variations
Color information
#10104F (or 0x10104F) is known color: Paua. HEX triplet: 10, 10 and 4F. RGB value is (16,16,79). Sum of RGB (Red+Green+Blue) = 16+16+79=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #10104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10104F is #EFEFB0. Grayscale: #161616. Windows color (decimal): -15724465 or 5181456. OLE color: 5181456.
HSL color Cylindrical-coordinate representation of color #10104F: hue angle of 240º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10104F is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 16 | 79 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.69 |
| HSL | 240º | 0.66% | 0.19% | - |
| HSV(B) | 240º | 0.8% | 0.31% | - |
| XYZ | 1.81 | 1.05 | 7.5 | - |
| YUV | 23.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 79 | 0.80 | 0.80 | 0 | 0.69 | 240 | 0.66 | 0.19 |
| Hex | 10 | 10 | 4F | 50 | 50 | 0 | 45 | F0 | 42 | 13 |
| Octal | 20 | 20 | 117 | 120 | 120 | 0 | 105 | 360 | 102 | 23 |
| Binary | 10000 | 10000 | 1001111 | 1010000 | 1010000 | 0 | 1000101 | 11110000 | 1000010 | 10011 |
Color Harmonies of #10104F
Complementary color
Monochromatic Colors of #10104F
Black with #10104F
Text Example
Text Example
White with #10104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10104F; }
p { color: rgb(16,16,79); }
H1.HeaderClassName
{
color: #10104F;
}
.AnyTagClassName
{
color: #10104F;
}
</style>
background-color css
<style>
a { background-color: #10104F; }
a { background-color: rgb(16,16,79); }
div.DivClassName
{
background-color: #10104F;
}
.BgClassName
{
background-color: #10104F;
}
</style>
border-color css
<style>
span { border-color: #10104F; }
span { border-color: rgb(16,16,79); }
td.TdClassName
{
border-color: #10104F;
}
.TagClassName
{
border-color: #10104F;
}
</style>