Shades of Paua #10034C
Tints of Paua #10034C
RGB
CMYK
RGB Variations
Color information
#10034C (or 0x10034C) is known color: Paua. HEX triplet: 10, 03 and 4C. RGB value is (16,3,76). Sum of RGB (Red+Green+Blue) = 16+3+76=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #10034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10034C is #EFFCB3. Grayscale: #0E0E0E. Windows color (decimal): -15727796 or 4981520. OLE color: 4981520.
HSL color Cylindrical-coordinate representation of color #10034C: hue angle of 250.68º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10034C is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 3 | 76 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.70 |
| HSL | 250.68º | 0.92% | 0.15% | - |
| HSV(B) | 250.68º | 0.96% | 0.3% | - |
| XYZ | 1.55 | 0.7 | 6.89 | - |
| YUV | 15.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 76 | 0.79 | 0.96 | 0 | 0.70 | 250.68 | 0.92 | 0.15 |
| Hex | 10 | 3 | 4C | 4F | 60 | 0 | 46 | FB | 5C | F |
| Octal | 20 | 3 | 114 | 117 | 140 | 0 | 106 | 373 | 134 | 17 |
| Binary | 10000 | 11 | 1001100 | 1001111 | 1100000 | 0 | 1000110 | 11111011 | 1011100 | 1111 |
Color Harmonies of #10034C
Complementary color
Monochromatic Colors of #10034C
Black with #10034C
Text Example
Text Example
White with #10034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10034C; }
p { color: rgb(16,3,76); }
H1.HeaderClassName
{
color: #10034C;
}
.AnyTagClassName
{
color: #10034C;
}
</style>
background-color css
<style>
a { background-color: #10034C; }
a { background-color: rgb(16,3,76); }
div.DivClassName
{
background-color: #10034C;
}
.BgClassName
{
background-color: #10034C;
}
</style>
border-color css
<style>
span { border-color: #10034C; }
span { border-color: rgb(16,3,76); }
td.TdClassName
{
border-color: #10034C;
}
.TagClassName
{
border-color: #10034C;
}
</style>