Shades of Paua #110F4E
Tints of Paua #110F4E
RGB
CMYK
RGB Variations
Color information
#110F4E (or 0x110F4E) is known color: Paua. HEX triplet: 11, 0F and 4E. RGB value is (17,15,78). Sum of RGB (Red+Green+Blue) = 17+15+78=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #110F4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F4E is #EEF0B1. Grayscale: #161616. Windows color (decimal): -15659186 or 5115665. OLE color: 5115665.
HSL color Cylindrical-coordinate representation of color #110F4E: hue angle of 241.9º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110F4E is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 15 | 78 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.69 |
| HSL | 241.9º | 0.68% | 0.18% | - |
| HSV(B) | 241.9º | 0.81% | 0.31% | - |
| XYZ | 1.78 | 1.01 | 7.31 | - |
| YUV | 22.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 78 | 0.78 | 0.81 | 0 | 0.69 | 241.9 | 0.68 | 0.18 |
| Hex | 11 | F | 4E | 4E | 51 | 0 | 45 | F2 | 44 | 12 |
| Octal | 21 | 17 | 116 | 116 | 121 | 0 | 105 | 362 | 104 | 22 |
| Binary | 10001 | 1111 | 1001110 | 1001110 | 1010001 | 0 | 1000101 | 11110010 | 1000100 | 10010 |
Color Harmonies of #110F4E
Complementary color
Monochromatic Colors of #110F4E
Black with #110F4E
Text Example
Text Example
White with #110F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F4E; }
p { color: rgb(17,15,78); }
H1.HeaderClassName
{
color: #110F4E;
}
.AnyTagClassName
{
color: #110F4E;
}
</style>
background-color css
<style>
a { background-color: #110F4E; }
a { background-color: rgb(17,15,78); }
div.DivClassName
{
background-color: #110F4E;
}
.BgClassName
{
background-color: #110F4E;
}
</style>
border-color css
<style>
span { border-color: #110F4E; }
span { border-color: rgb(17,15,78); }
td.TdClassName
{
border-color: #110F4E;
}
.TagClassName
{
border-color: #110F4E;
}
</style>