Shades of Paua #110F4D
Tints of Paua #110F4D
RGB
CMYK
RGB Variations
Color information
#110F4D (or 0x110F4D) is known color: Paua. HEX triplet: 11, 0F and 4D. RGB value is (17,15,77). Sum of RGB (Red+Green+Blue) = 17+15+77=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #110F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F4D is #EEF0B2. Grayscale: #161616. Windows color (decimal): -15659187 or 5050129. OLE color: 5050129.
HSL color Cylindrical-coordinate representation of color #110F4D: hue angle of 241.94º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110F4D is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 15 | 77 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.70 |
| HSL | 241.94º | 0.67% | 0.18% | - |
| HSV(B) | 241.94º | 0.81% | 0.3% | - |
| XYZ | 1.74 | 1 | 7.12 | - |
| YUV | 22.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 77 | 0.78 | 0.81 | 0 | 0.70 | 241.94 | 0.67 | 0.18 |
| Hex | 11 | F | 4D | 4E | 51 | 0 | 46 | F2 | 43 | 12 |
| Octal | 21 | 17 | 115 | 116 | 121 | 0 | 106 | 362 | 103 | 22 |
| Binary | 10001 | 1111 | 1001101 | 1001110 | 1010001 | 0 | 1000110 | 11110010 | 1000011 | 10010 |
Color Harmonies of #110F4D
Complementary color
Monochromatic Colors of #110F4D
Black with #110F4D
Text Example
Text Example
White with #110F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F4D; }
p { color: rgb(17,15,77); }
H1.HeaderClassName
{
color: #110F4D;
}
.AnyTagClassName
{
color: #110F4D;
}
</style>
background-color css
<style>
a { background-color: #110F4D; }
a { background-color: rgb(17,15,77); }
div.DivClassName
{
background-color: #110F4D;
}
.BgClassName
{
background-color: #110F4D;
}
</style>
border-color css
<style>
span { border-color: #110F4D; }
span { border-color: rgb(17,15,77); }
td.TdClassName
{
border-color: #110F4D;
}
.TagClassName
{
border-color: #110F4D;
}
</style>