Shades of Paua #10034F
Tints of Paua #10034F
RGB
CMYK
RGB Variations
Color information
#10034F (or 0x10034F) is known color: Paua. HEX triplet: 10, 03 and 4F. RGB value is (16,3,79). Sum of RGB (Red+Green+Blue) = 16+3+79=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #10034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10034F is #EFFCB0. Grayscale: #0F0F0F. Windows color (decimal): -15727793 or 5178128. OLE color: 5178128.
HSL color Cylindrical-coordinate representation of color #10034F: hue angle of 250.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10034F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 3 | 79 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.69 |
| HSL | 250.26º | 0.93% | 0.16% | - |
| HSV(B) | 250.26º | 0.96% | 0.31% | - |
| XYZ | 1.66 | 0.74 | 7.45 | - |
| YUV | 15.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 79 | 0.80 | 0.96 | 0 | 0.69 | 250.26 | 0.93 | 0.16 |
| Hex | 10 | 3 | 4F | 50 | 60 | 0 | 45 | FA | 5D | 10 |
| Octal | 20 | 3 | 117 | 120 | 140 | 0 | 105 | 372 | 135 | 20 |
| Binary | 10000 | 11 | 1001111 | 1010000 | 1100000 | 0 | 1000101 | 11111010 | 1011101 | 10000 |
Color Harmonies of #10034F
Complementary color
Monochromatic Colors of #10034F
Black with #10034F
Text Example
Text Example
White with #10034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10034F; }
p { color: rgb(16,3,79); }
H1.HeaderClassName
{
color: #10034F;
}
.AnyTagClassName
{
color: #10034F;
}
</style>
background-color css
<style>
a { background-color: #10034F; }
a { background-color: rgb(16,3,79); }
div.DivClassName
{
background-color: #10034F;
}
.BgClassName
{
background-color: #10034F;
}
</style>
border-color css
<style>
span { border-color: #10034F; }
span { border-color: rgb(16,3,79); }
td.TdClassName
{
border-color: #10034F;
}
.TagClassName
{
border-color: #10034F;
}
</style>