Shades of Paua #11024F
Tints of Paua #11024F
RGB
CMYK
RGB Variations
Color information
#11024F (or 0x11024F) is known color: Paua. HEX triplet: 11, 02 and 4F. RGB value is (17,2,79). Sum of RGB (Red+Green+Blue) = 17+2+79=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #11024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11024F is #EEFDB0. Grayscale: #0E0E0E. Windows color (decimal): -15662513 or 5177873. OLE color: 5177873.
HSL color Cylindrical-coordinate representation of color #11024F: hue angle of 251.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11024F is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 2 | 79 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.69 |
| HSL | 251.69º | 0.95% | 0.16% | - |
| HSV(B) | 251.69º | 0.97% | 0.31% | - |
| XYZ | 1.66 | 0.73 | 7.45 | - |
| YUV | 15.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 79 | 0.78 | 0.97 | 0 | 0.69 | 251.69 | 0.95 | 0.16 |
| Hex | 11 | 2 | 4F | 4E | 61 | 0 | 45 | FC | 5F | 10 |
| Octal | 21 | 2 | 117 | 116 | 141 | 0 | 105 | 374 | 137 | 20 |
| Binary | 10001 | 10 | 1001111 | 1001110 | 1100001 | 0 | 1000101 | 11111100 | 1011111 | 10000 |
Color Harmonies of #11024F
Complementary color
Monochromatic Colors of #11024F
Black with #11024F
Text Example
Text Example
White with #11024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11024F; }
p { color: rgb(17,2,79); }
H1.HeaderClassName
{
color: #11024F;
}
.AnyTagClassName
{
color: #11024F;
}
</style>
background-color css
<style>
a { background-color: #11024F; }
a { background-color: rgb(17,2,79); }
div.DivClassName
{
background-color: #11024F;
}
.BgClassName
{
background-color: #11024F;
}
</style>
border-color css
<style>
span { border-color: #11024F; }
span { border-color: rgb(17,2,79); }
td.TdClassName
{
border-color: #11024F;
}
.TagClassName
{
border-color: #11024F;
}
</style>