#070145

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

Shades of Paua #070145

Tints of Paua #070145

Color information

#070145 (or 0x070145) is unknown color: approx Paua. HEX triplet: 07, 01 and 45. RGB value is (7,1,69). Sum of RGB (Red+Green+Blue) = 7+1+69=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 69 (27.34% from 255 or 89.61% from 77); Max value from RGB is 69 - color contains mainly: blue. Hex color #070145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070145 is #F8FEBA. Grayscale: #0A0A0A. Windows color (decimal): -16318139 or 4522247. OLE color: 4522247.

HSL color Cylindrical-coordinate representation of color #070145: hue angle of 245.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070145 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB7169-
CMYK0.900.9900.73
HSL245.29º97.14%13.73%-
HSV(B)245.29º98.55%27.06%-
XYZ1.170.55.66-
YUV10.55160.99125.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 69 (27.34% from 255) = 89.61%
R=9.09%
G=1.30%
B=89.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal71690.900.9900.73245.2997.1413.73
Hex71455A63049f561e
Octal71105132143011136514116
Binary1111100010110110101100011010010011111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070145; }

 p { color: rgb(7,1,69); }

 H1.HeaderClassName
 {
   color: #070145;
 }
 .AnyTagClassName
 {
   color: #070145;
 }
</style>
background-color css

<style>
 a { background-color: #070145; }

 a { background-color: rgb(7,1,69); }

 div.DivClassName
 {
   background-color: #070145;
 }
 .BgClassName
 {
   background-color: #070145;
 }
</style>
border-color css

<style>
 span { border-color: #070145; }

 span { border-color: rgb(7,1,69); }

 td.TdClassName
 {
   border-color: #070145;
 }
 .TagClassName
 {
   border-color: #070145;
 }
</style>