Shades of Paua #10034E
Tints of Paua #10034E
RGB
CMYK
RGB Variations
Color information
#10034E (or 0x10034E) is known color: Paua. HEX triplet: 10, 03 and 4E. RGB value is (16,3,78). Sum of RGB (Red+Green+Blue) = 16+3+78=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #10034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10034E is #EFFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15727794 or 5112592. OLE color: 5112592.
HSL color Cylindrical-coordinate representation of color #10034E: hue angle of 250.4º 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 #10034E is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 3 | 78 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.69 |
| HSL | 250.4º | 0.93% | 0.16% | - |
| HSV(B) | 250.4º | 0.96% | 0.31% | - |
| XYZ | 1.62 | 0.73 | 7.26 | - |
| YUV | 15.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 78 | 0.79 | 0.96 | 0 | 0.69 | 250.4 | 0.93 | 0.16 |
| Hex | 10 | 3 | 4E | 4F | 60 | 0 | 45 | FA | 5D | 10 |
| Octal | 20 | 3 | 116 | 117 | 140 | 0 | 105 | 372 | 135 | 20 |
| Binary | 10000 | 11 | 1001110 | 1001111 | 1100000 | 0 | 1000101 | 11111010 | 1011101 | 10000 |
Color Harmonies of #10034E
Complementary color
Monochromatic Colors of #10034E
Black with #10034E
Text Example
Text Example
White with #10034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10034E; }
p { color: rgb(16,3,78); }
H1.HeaderClassName
{
color: #10034E;
}
.AnyTagClassName
{
color: #10034E;
}
</style>
background-color css
<style>
a { background-color: #10034E; }
a { background-color: rgb(16,3,78); }
div.DivClassName
{
background-color: #10034E;
}
.BgClassName
{
background-color: #10034E;
}
</style>
border-color css
<style>
span { border-color: #10034E; }
span { border-color: rgb(16,3,78); }
td.TdClassName
{
border-color: #10034E;
}
.TagClassName
{
border-color: #10034E;
}
</style>