Shades of Paua #11074B
Tints of Paua #11074B
RGB
CMYK
RGB Variations
Color information
#11074B (or 0x11074B) is known color: Paua. HEX triplet: 11, 07 and 4B. RGB value is (17,7,75). Sum of RGB (Red+Green+Blue) = 17+7+75=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #11074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11074B is #EEF8B4. Grayscale: #111111. Windows color (decimal): -15661237 or 4917009. OLE color: 4917009.
HSL color Cylindrical-coordinate representation of color #11074B: hue angle of 248.82º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11074B is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 7 | 75 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.71 |
| HSL | 248.82º | 0.83% | 0.16% | - |
| HSV(B) | 248.82º | 0.91% | 0.29% | - |
| XYZ | 1.58 | 0.78 | 6.72 | - |
| YUV | 17.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 75 | 0.77 | 0.91 | 0 | 0.71 | 248.82 | 0.83 | 0.16 |
| Hex | 11 | 7 | 4B | 4D | 5B | 0 | 47 | F9 | 53 | 10 |
| Octal | 21 | 7 | 113 | 115 | 133 | 0 | 107 | 371 | 123 | 20 |
| Binary | 10001 | 111 | 1001011 | 1001101 | 1011011 | 0 | 1000111 | 11111001 | 1010011 | 10000 |
Color Harmonies of #11074B
Complementary color
Monochromatic Colors of #11074B
Black with #11074B
Text Example
Text Example
White with #11074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11074B; }
p { color: rgb(17,7,75); }
H1.HeaderClassName
{
color: #11074B;
}
.AnyTagClassName
{
color: #11074B;
}
</style>
background-color css
<style>
a { background-color: #11074B; }
a { background-color: rgb(17,7,75); }
div.DivClassName
{
background-color: #11074B;
}
.BgClassName
{
background-color: #11074B;
}
</style>
border-color css
<style>
span { border-color: #11074B; }
span { border-color: rgb(17,7,75); }
td.TdClassName
{
border-color: #11074B;
}
.TagClassName
{
border-color: #11074B;
}
</style>