Shades of Paua #110F4B
Tints of Paua #110F4B
RGB
CMYK
RGB Variations
Color information
#110F4B (or 0x110F4B) is known color: Paua. HEX triplet: 11, 0F and 4B. RGB value is (17,15,75). Sum of RGB (Red+Green+Blue) = 17+15+75=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #110F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F4B is #EEF0B4. Grayscale: #161616. Windows color (decimal): -15659189 or 4919057. OLE color: 4919057.
HSL color Cylindrical-coordinate representation of color #110F4B: hue angle of 242º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110F4B is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 15 | 75 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.71 |
| HSL | 242º | 0.67% | 0.18% | - |
| HSV(B) | 242º | 0.8% | 0.29% | - |
| XYZ | 1.67 | 0.97 | 6.76 | - |
| YUV | 22.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 75 | 0.77 | 0.80 | 0 | 0.71 | 242 | 0.67 | 0.18 |
| Hex | 11 | F | 4B | 4D | 50 | 0 | 47 | F2 | 43 | 12 |
| Octal | 21 | 17 | 113 | 115 | 120 | 0 | 107 | 362 | 103 | 22 |
| Binary | 10001 | 1111 | 1001011 | 1001101 | 1010000 | 0 | 1000111 | 11110010 | 1000011 | 10010 |
Color Harmonies of #110F4B
Complementary color
Monochromatic Colors of #110F4B
Black with #110F4B
Text Example
Text Example
White with #110F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F4B; }
p { color: rgb(17,15,75); }
H1.HeaderClassName
{
color: #110F4B;
}
.AnyTagClassName
{
color: #110F4B;
}
</style>
background-color css
<style>
a { background-color: #110F4B; }
a { background-color: rgb(17,15,75); }
div.DivClassName
{
background-color: #110F4B;
}
.BgClassName
{
background-color: #110F4B;
}
</style>
border-color css
<style>
span { border-color: #110F4B; }
span { border-color: rgb(17,15,75); }
td.TdClassName
{
border-color: #110F4B;
}
.TagClassName
{
border-color: #110F4B;
}
</style>