Shades of Paua #070045
Tints of Paua #070045
RGB
CMYK
RGB Variations
Color information
#070045 (or 0x070045) is known color: Paua. HEX triplet: 07, 00 and 45. RGB value is (7,0,69). Sum of RGB (Red+Green+Blue) = 7+0+69=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 69 (27.34% from 255 or 90.79% from 76); Max value from RGB is 69 - color contains mainly: blue. Hex color #070045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070045 is #F8FFBA. Grayscale: #090909. Windows color (decimal): -16318395 or 4521991. OLE color: 4521991.
HSL color Cylindrical-coordinate representation of color #070045: hue angle of 246.09º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070045 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 0 | 69 | - |
| CMYK | 0.90 | 1 | 0 | 0.73 |
| HSL | 246.09º | 1% | 0.14% | - |
| HSV(B) | 246.09º | 1% | 0.27% | - |
| XYZ | 1.16 | 0.47 | 5.66 | - |
| YUV | 9.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 69 | 0.90 | 1 | 0 | 0.73 | 246.09 | 1 | 0.14 |
| Hex | 7 | 0 | 45 | 5A | 64 | 0 | 49 | F6 | 64 | E |
| Octal | 7 | 0 | 105 | 132 | 144 | 0 | 111 | 366 | 144 | 16 |
| Binary | 111 | 0 | 1000101 | 1011010 | 1100100 | 0 | 1001001 | 11110110 | 1100100 | 1110 |
Color Harmonies of #070045
Complementary color
Monochromatic Colors of #070045
Black with #070045
Text Example
Text Example
White with #070045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070045; }
p { color: rgb(7,0,69); }
H1.HeaderClassName
{
color: #070045;
}
.AnyTagClassName
{
color: #070045;
}
</style>
background-color css
<style>
a { background-color: #070045; }
a { background-color: rgb(7,0,69); }
div.DivClassName
{
background-color: #070045;
}
.BgClassName
{
background-color: #070045;
}
</style>
border-color css
<style>
span { border-color: #070045; }
span { border-color: rgb(7,0,69); }
td.TdClassName
{
border-color: #070045;
}
.TagClassName
{
border-color: #070045;
}
</style>