Shades of Paua #10074D
Tints of Paua #10074D
RGB
CMYK
RGB Variations
Color information
#10074D (or 0x10074D) is known color: Paua. HEX triplet: 10, 07 and 4D. RGB value is (16,7,77). Sum of RGB (Red+Green+Blue) = 16+7+77=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #10074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10074D is #EFF8B2. Grayscale: #111111. Windows color (decimal): -15726771 or 5048080. OLE color: 5048080.
HSL color Cylindrical-coordinate representation of color #10074D: hue angle of 247.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10074D is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 7 | 77 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.70 |
| HSL | 247.71º | 0.83% | 0.16% | - |
| HSV(B) | 247.71º | 0.91% | 0.3% | - |
| XYZ | 1.63 | 0.8 | 7.09 | - |
| YUV | 17.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 77 | 0.79 | 0.91 | 0 | 0.70 | 247.71 | 0.83 | 0.16 |
| Hex | 10 | 7 | 4D | 4F | 5B | 0 | 46 | F8 | 53 | 10 |
| Octal | 20 | 7 | 115 | 117 | 133 | 0 | 106 | 370 | 123 | 20 |
| Binary | 10000 | 111 | 1001101 | 1001111 | 1011011 | 0 | 1000110 | 11111000 | 1010011 | 10000 |
Color Harmonies of #10074D
Complementary color
Monochromatic Colors of #10074D
Black with #10074D
Text Example
Text Example
White with #10074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10074D; }
p { color: rgb(16,7,77); }
H1.HeaderClassName
{
color: #10074D;
}
.AnyTagClassName
{
color: #10074D;
}
</style>
background-color css
<style>
a { background-color: #10074D; }
a { background-color: rgb(16,7,77); }
div.DivClassName
{
background-color: #10074D;
}
.BgClassName
{
background-color: #10074D;
}
</style>
border-color css
<style>
span { border-color: #10074D; }
span { border-color: rgb(16,7,77); }
td.TdClassName
{
border-color: #10074D;
}
.TagClassName
{
border-color: #10074D;
}
</style>