Shades of Paua #10034D
Tints of Paua #10034D
RGB
CMYK
RGB Variations
Color information
#10034D (or 0x10034D) is known color: Paua. HEX triplet: 10, 03 and 4D. RGB value is (16,3,77). Sum of RGB (Red+Green+Blue) = 16+3+77=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #10034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10034D is #EFFCB2. Grayscale: #0F0F0F. Windows color (decimal): -15727795 or 5047056. OLE color: 5047056.
HSL color Cylindrical-coordinate representation of color #10034D: hue angle of 250.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10034D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 3 | 77 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.70 |
| HSL | 250.54º | 0.93% | 0.16% | - |
| HSV(B) | 250.54º | 0.96% | 0.3% | - |
| XYZ | 1.59 | 0.71 | 7.07 | - |
| YUV | 15.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 77 | 0.79 | 0.96 | 0 | 0.70 | 250.54 | 0.93 | 0.16 |
| Hex | 10 | 3 | 4D | 4F | 60 | 0 | 46 | FB | 5C | 10 |
| Octal | 20 | 3 | 115 | 117 | 140 | 0 | 106 | 373 | 134 | 20 |
| Binary | 10000 | 11 | 1001101 | 1001111 | 1100000 | 0 | 1000110 | 11111011 | 1011100 | 10000 |
Color Harmonies of #10034D
Complementary color
Monochromatic Colors of #10034D
Black with #10034D
Text Example
Text Example
White with #10034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10034D; }
p { color: rgb(16,3,77); }
H1.HeaderClassName
{
color: #10034D;
}
.AnyTagClassName
{
color: #10034D;
}
</style>
background-color css
<style>
a { background-color: #10034D; }
a { background-color: rgb(16,3,77); }
div.DivClassName
{
background-color: #10034D;
}
.BgClassName
{
background-color: #10034D;
}
</style>
border-color css
<style>
span { border-color: #10034D; }
span { border-color: rgb(16,3,77); }
td.TdClassName
{
border-color: #10034D;
}
.TagClassName
{
border-color: #10034D;
}
</style>