Shades of Paua #10054A
Tints of Paua #10054A
RGB
CMYK
RGB Variations
Color information
#10054A (or 0x10054A) is known color: Paua. HEX triplet: 10, 05 and 4A. RGB value is (16,5,74). Sum of RGB (Red+Green+Blue) = 16+5+74=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #10054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10054A is #EFFAB5. Grayscale: #0F0F0F. Windows color (decimal): -15727286 or 4850960. OLE color: 4850960.
HSL color Cylindrical-coordinate representation of color #10054A: hue angle of 249.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10054A is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 5 | 74 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.71 |
| HSL | 249.57º | 0.87% | 0.15% | - |
| HSV(B) | 249.57º | 0.93% | 0.29% | - |
| XYZ | 1.5 | 0.71 | 6.54 | - |
| YUV | 16.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 74 | 0.78 | 0.93 | 0 | 0.71 | 249.57 | 0.87 | 0.15 |
| Hex | 10 | 5 | 4A | 4E | 5D | 0 | 47 | FA | 57 | F |
| Octal | 20 | 5 | 112 | 116 | 135 | 0 | 107 | 372 | 127 | 17 |
| Binary | 10000 | 101 | 1001010 | 1001110 | 1011101 | 0 | 1000111 | 11111010 | 1010111 | 1111 |
Color Harmonies of #10054A
Complementary color
Monochromatic Colors of #10054A
Black with #10054A
Text Example
Text Example
White with #10054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10054A; }
p { color: rgb(16,5,74); }
H1.HeaderClassName
{
color: #10054A;
}
.AnyTagClassName
{
color: #10054A;
}
</style>
background-color css
<style>
a { background-color: #10054A; }
a { background-color: rgb(16,5,74); }
div.DivClassName
{
background-color: #10054A;
}
.BgClassName
{
background-color: #10054A;
}
</style>
border-color css
<style>
span { border-color: #10054A; }
span { border-color: rgb(16,5,74); }
td.TdClassName
{
border-color: #10054A;
}
.TagClassName
{
border-color: #10054A;
}
</style>