Shades of Paua #110B40
Tints of Paua #110B40
RGB
CMYK
RGB Variations
Color information
#110B40 (or 0x110B40) is known color: Paua. HEX triplet: 11, 0B and 40. RGB value is (17,11,64). Sum of RGB (Red+Green+Blue) = 17+11+64=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #110B40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B40 is #EEF4BF. Grayscale: #121212. Windows color (decimal): -15660224 or 4197137. OLE color: 4197137.
HSL color Cylindrical-coordinate representation of color #110B40: hue angle of 246.79º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110B40 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 11 | 64 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.75 |
| HSL | 246.79º | 0.71% | 0.15% | - |
| HSV(B) | 246.79º | 0.83% | 0.25% | - |
| XYZ | 1.28 | 0.73 | 4.92 | - |
| YUV | 18.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 64 | 0.73 | 0.83 | 0 | 0.75 | 246.79 | 0.71 | 0.15 |
| Hex | 11 | B | 40 | 49 | 53 | 0 | 4B | F7 | 47 | F |
| Octal | 21 | 13 | 100 | 111 | 123 | 0 | 113 | 367 | 107 | 17 |
| Binary | 10001 | 1011 | 1000000 | 1001001 | 1010011 | 0 | 1001011 | 11110111 | 1000111 | 1111 |
Color Harmonies of #110B40
Complementary color
Monochromatic Colors of #110B40
Black with #110B40
Text Example
Text Example
White with #110B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B40; }
p { color: rgb(17,11,64); }
H1.HeaderClassName
{
color: #110B40;
}
.AnyTagClassName
{
color: #110B40;
}
</style>
background-color css
<style>
a { background-color: #110B40; }
a { background-color: rgb(17,11,64); }
div.DivClassName
{
background-color: #110B40;
}
.BgClassName
{
background-color: #110B40;
}
</style>
border-color css
<style>
span { border-color: #110B40; }
span { border-color: rgb(17,11,64); }
td.TdClassName
{
border-color: #110B40;
}
.TagClassName
{
border-color: #110B40;
}
</style>