#070045

Color #070045 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #070045

Tints of Paua #070045

Color information

#070045 (or 0x070045) is unknown color: approx 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

RGB7069-
CMYK0.90100.73
HSL246.09º100%13.53%-
HSV(B)246.09º100%27.06%-
XYZ1.160.475.66-
YUV9.96161.32125.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 90.79%
R=9.21%
G=0%
B=90.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70690.90100.73246.0910013.53
Hex70455A64049f664e
Octal70105132144011136614416
Binary1110100010110110101100100010010011111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>