Shades of Paua #110C4E
Tints of Paua #110C4E
RGB
CMYK
RGB Variations
Color information
#110C4E (or 0x110C4E) is known color: Paua. HEX triplet: 11, 0C and 4E. RGB value is (17,12,78). Sum of RGB (Red+Green+Blue) = 17+12+78=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #110C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C4E is #EEF3B1. Grayscale: #141414. Windows color (decimal): -15659954 or 5114897. OLE color: 5114897.
HSL color Cylindrical-coordinate representation of color #110C4E: hue angle of 244.55º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110C4E is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 12 | 78 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.69 |
| HSL | 244.55º | 0.73% | 0.18% | - |
| HSV(B) | 244.55º | 0.85% | 0.31% | - |
| XYZ | 1.74 | 0.93 | 7.3 | - |
| YUV | 21.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 78 | 0.78 | 0.85 | 0 | 0.69 | 244.55 | 0.73 | 0.18 |
| Hex | 11 | C | 4E | 4E | 55 | 0 | 45 | F5 | 49 | 12 |
| Octal | 21 | 14 | 116 | 116 | 125 | 0 | 105 | 365 | 111 | 22 |
| Binary | 10001 | 1100 | 1001110 | 1001110 | 1010101 | 0 | 1000101 | 11110101 | 1001001 | 10010 |
Color Harmonies of #110C4E
Complementary color
Monochromatic Colors of #110C4E
Black with #110C4E
Text Example
Text Example
White with #110C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C4E; }
p { color: rgb(17,12,78); }
H1.HeaderClassName
{
color: #110C4E;
}
.AnyTagClassName
{
color: #110C4E;
}
</style>
background-color css
<style>
a { background-color: #110C4E; }
a { background-color: rgb(17,12,78); }
div.DivClassName
{
background-color: #110C4E;
}
.BgClassName
{
background-color: #110C4E;
}
</style>
border-color css
<style>
span { border-color: #110C4E; }
span { border-color: rgb(17,12,78); }
td.TdClassName
{
border-color: #110C4E;
}
.TagClassName
{
border-color: #110C4E;
}
</style>