Shades of Paua #110E4A
Tints of Paua #110E4A
RGB
CMYK
RGB Variations
Color information
#110E4A (or 0x110E4A) is known color: Paua. HEX triplet: 11, 0E and 4A. RGB value is (17,14,74). Sum of RGB (Red+Green+Blue) = 17+14+74=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #110E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E4A is #EEF1B5. Grayscale: #151515. Windows color (decimal): -15659446 or 4853265. OLE color: 4853265.
HSL color Cylindrical-coordinate representation of color #110E4A: hue angle of 243º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110E4A is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 14 | 74 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.71 |
| HSL | 243º | 0.68% | 0.17% | - |
| HSV(B) | 243º | 0.81% | 0.29% | - |
| XYZ | 1.62 | 0.93 | 6.57 | - |
| YUV | 21.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 74 | 0.77 | 0.81 | 0 | 0.71 | 243 | 0.68 | 0.17 |
| Hex | 11 | E | 4A | 4D | 51 | 0 | 47 | F3 | 44 | 11 |
| Octal | 21 | 16 | 112 | 115 | 121 | 0 | 107 | 363 | 104 | 21 |
| Binary | 10001 | 1110 | 1001010 | 1001101 | 1010001 | 0 | 1000111 | 11110011 | 1000100 | 10001 |
Color Harmonies of #110E4A
Complementary color
Monochromatic Colors of #110E4A
Black with #110E4A
Text Example
Text Example
White with #110E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E4A; }
p { color: rgb(17,14,74); }
H1.HeaderClassName
{
color: #110E4A;
}
.AnyTagClassName
{
color: #110E4A;
}
</style>
background-color css
<style>
a { background-color: #110E4A; }
a { background-color: rgb(17,14,74); }
div.DivClassName
{
background-color: #110E4A;
}
.BgClassName
{
background-color: #110E4A;
}
</style>
border-color css
<style>
span { border-color: #110E4A; }
span { border-color: rgb(17,14,74); }
td.TdClassName
{
border-color: #110E4A;
}
.TagClassName
{
border-color: #110E4A;
}
</style>