Shades of Paua #11034C
Tints of Paua #11034C
RGB
CMYK
RGB Variations
Color information
#11034C (or 0x11034C) is known color: Paua. HEX triplet: 11, 03 and 4C. RGB value is (17,3,76). Sum of RGB (Red+Green+Blue) = 17+3+76=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #11034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11034C is #EEFCB3. Grayscale: #0F0F0F. Windows color (decimal): -15662260 or 4981521. OLE color: 4981521.
HSL color Cylindrical-coordinate representation of color #11034C: hue angle of 251.51º 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 #11034C is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 3 | 76 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.70 |
| HSL | 251.51º | 0.92% | 0.15% | - |
| HSV(B) | 251.51º | 0.96% | 0.3% | - |
| XYZ | 1.57 | 0.71 | 6.89 | - |
| YUV | 15.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 76 | 0.78 | 0.96 | 0 | 0.70 | 251.51 | 0.92 | 0.15 |
| Hex | 11 | 3 | 4C | 4E | 60 | 0 | 46 | FC | 5C | F |
| Octal | 21 | 3 | 114 | 116 | 140 | 0 | 106 | 374 | 134 | 17 |
| Binary | 10001 | 11 | 1001100 | 1001110 | 1100000 | 0 | 1000110 | 11111100 | 1011100 | 1111 |
Color Harmonies of #11034C
Complementary color
Monochromatic Colors of #11034C
Black with #11034C
Text Example
Text Example
White with #11034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11034C; }
p { color: rgb(17,3,76); }
H1.HeaderClassName
{
color: #11034C;
}
.AnyTagClassName
{
color: #11034C;
}
</style>
background-color css
<style>
a { background-color: #11034C; }
a { background-color: rgb(17,3,76); }
div.DivClassName
{
background-color: #11034C;
}
.BgClassName
{
background-color: #11034C;
}
</style>
border-color css
<style>
span { border-color: #11034C; }
span { border-color: rgb(17,3,76); }
td.TdClassName
{
border-color: #11034C;
}
.TagClassName
{
border-color: #11034C;
}
</style>