Shades of Paua #070143
Tints of Paua #070143
RGB
CMYK
RGB Variations
Color information
#070143 (or 0x070143) is known color: Paua. HEX triplet: 07, 01 and 43. RGB value is (7,1,67). Sum of RGB (Red+Green+Blue) = 7+1+67=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #070143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070143 is #F8FEBC. Grayscale: #0A0A0A. Windows color (decimal): -16318141 or 4391175. OLE color: 4391175.
HSL color Cylindrical-coordinate representation of color #070143: hue angle of 245.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070143 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 1 | 67 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.74 |
| HSL | 245.45º | 0.97% | 0.13% | - |
| HSV(B) | 245.45º | 0.99% | 0.26% | - |
| XYZ | 1.11 | 0.47 | 5.34 | - |
| YUV | 10.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 67 | 0.90 | 0.99 | 0 | 0.74 | 245.45 | 0.97 | 0.13 |
| Hex | 7 | 1 | 43 | 5A | 63 | 0 | 4A | F5 | 61 | D |
| Octal | 7 | 1 | 103 | 132 | 143 | 0 | 112 | 365 | 141 | 15 |
| Binary | 111 | 1 | 1000011 | 1011010 | 1100011 | 0 | 1001010 | 11110101 | 1100001 | 1101 |
Color Harmonies of #070143
Complementary color
Monochromatic Colors of #070143
Black with #070143
Text Example
Text Example
White with #070143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070143; }
p { color: rgb(7,1,67); }
H1.HeaderClassName
{
color: #070143;
}
.AnyTagClassName
{
color: #070143;
}
</style>
background-color css
<style>
a { background-color: #070143; }
a { background-color: rgb(7,1,67); }
div.DivClassName
{
background-color: #070143;
}
.BgClassName
{
background-color: #070143;
}
</style>
border-color css
<style>
span { border-color: #070143; }
span { border-color: rgb(7,1,67); }
td.TdClassName
{
border-color: #070143;
}
.TagClassName
{
border-color: #070143;
}
</style>