Shades of Paua #11034E
Tints of Paua #11034E
RGB
CMYK
RGB Variations
Color information
#11034E (or 0x11034E) is known color: Paua. HEX triplet: 11, 03 and 4E. RGB value is (17,3,78). Sum of RGB (Red+Green+Blue) = 17+3+78=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #11034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11034E is #EEFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15662258 or 5112593. OLE color: 5112593.
HSL color Cylindrical-coordinate representation of color #11034E: hue angle of 251.2º 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 #11034E is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 3 | 78 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.69 |
| HSL | 251.2º | 0.93% | 0.16% | - |
| HSV(B) | 251.2º | 0.96% | 0.31% | - |
| XYZ | 1.64 | 0.73 | 7.26 | - |
| YUV | 15.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 78 | 0.78 | 0.96 | 0 | 0.69 | 251.2 | 0.93 | 0.16 |
| Hex | 11 | 3 | 4E | 4E | 60 | 0 | 45 | FB | 5D | 10 |
| Octal | 21 | 3 | 116 | 116 | 140 | 0 | 105 | 373 | 135 | 20 |
| Binary | 10001 | 11 | 1001110 | 1001110 | 1100000 | 0 | 1000101 | 11111011 | 1011101 | 10000 |
Color Harmonies of #11034E
Complementary color
Monochromatic Colors of #11034E
Black with #11034E
Text Example
Text Example
White with #11034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11034E; }
p { color: rgb(17,3,78); }
H1.HeaderClassName
{
color: #11034E;
}
.AnyTagClassName
{
color: #11034E;
}
</style>
background-color css
<style>
a { background-color: #11034E; }
a { background-color: rgb(17,3,78); }
div.DivClassName
{
background-color: #11034E;
}
.BgClassName
{
background-color: #11034E;
}
</style>
border-color css
<style>
span { border-color: #11034E; }
span { border-color: rgb(17,3,78); }
td.TdClassName
{
border-color: #11034E;
}
.TagClassName
{
border-color: #11034E;
}
</style>