Shades of Paua #12014F
Tints of Paua #12014F
RGB
CMYK
RGB Variations
Color information
#12014F (or 0x12014F) is known color: Paua. HEX triplet: 12, 01 and 4F. RGB value is (18,1,79). Sum of RGB (Red+Green+Blue) = 18+1+79=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 1 (0.78% from 255 or 1.02% 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 #12014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12014F is #EDFEB0. Grayscale: #0E0E0E. Windows color (decimal): -15597233 or 5177618. OLE color: 5177618.
HSL color Cylindrical-coordinate representation of color #12014F: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12014F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 1 | 79 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.69 |
| HSL | 253.08º | 0.98% | 0.16% | - |
| HSV(B) | 253.08º | 0.99% | 0.31% | - |
| XYZ | 1.67 | 0.71 | 7.45 | - |
| YUV | 14.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 79 | 0.77 | 0.99 | 0 | 0.69 | 253.08 | 0.98 | 0.16 |
| Hex | 12 | 1 | 4F | 4D | 63 | 0 | 45 | FD | 62 | 10 |
| Octal | 22 | 1 | 117 | 115 | 143 | 0 | 105 | 375 | 142 | 20 |
| Binary | 10010 | 1 | 1001111 | 1001101 | 1100011 | 0 | 1000101 | 11111101 | 1100010 | 10000 |
Color Harmonies of #12014F
Complementary color
Monochromatic Colors of #12014F
Black with #12014F
Text Example
Text Example
White with #12014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12014F; }
p { color: rgb(18,1,79); }
H1.HeaderClassName
{
color: #12014F;
}
.AnyTagClassName
{
color: #12014F;
}
</style>
background-color css
<style>
a { background-color: #12014F; }
a { background-color: rgb(18,1,79); }
div.DivClassName
{
background-color: #12014F;
}
.BgClassName
{
background-color: #12014F;
}
</style>
border-color css
<style>
span { border-color: #12014F; }
span { border-color: rgb(18,1,79); }
td.TdClassName
{
border-color: #12014F;
}
.TagClassName
{
border-color: #12014F;
}
</style>